QRCode Scanner – a simple, fast and useful progressive web application Features App Shell. Secure via https using cloudflare free ssl Works offline. Fully Responsive. Add to home screen, Splash screen. Supported Browser – Google Chrome, Firefox, Opera (Both Desktop & Mobile), Microsoft Edge ((Insider Preview build)) and now supports iOS as well. Installation Clone this repo …
A method to block CORS attacks.
Cross-Origin Resource Sharing (CORS) is a mechanism that uses additional HTTP headers to tell a browser to let a web application running at one origin (domain) have permission to access selected resources from a server at a different origin. A web application executes a cross-origin HTTP request when it requests a resource that has a different origin (domain, protocol, and …
qrcode.react – A React component to generate QR codes.
qrcode.react will pass through any additional props to the underlying DOM node (<svg> or <canvas>). This allows the use of inline style or custom className to customize the rendering. One common use would be to support a responsive layout. Note: In order to render QR Codes in <canvas> on high density displays, we scale the canvas element to contain an appropriate number of pixels and …
Managing node.js project with multiple packages using lerna.js
Lerna is a tool that optimizes the workflow around managing multi-package repositories with git and npm. Splitting up large codebases into separate independently versioned packages is extremely useful for code sharing. However, making changes across many repositories is messy and difficult to track, and testing across repositories gets complicated really fast. To solve these (and many other) …
Sumsub – KYC
The complete toolkit for customer onboarding and KYC & AML compliance All-in-one platform to onboard and verify your customers. Whether you are creating an e-wallet, an ICO or carsharing service, we will make it easy for users to get started with you. Reliable know Your Customer (KYC) and Anti-money laundering (AML) procedures, personal data handled the …
npm – archiver
This is npm package to generate archive files. We need to input folder path and file name as parameter and this library will return archive file as a result. Here is simple example to use this library.
Yet another way to manage db migrations in node.js project
Using Sequelize with node.js project is great, which provides all in one pack functionalities, including migrations, ORMs, etc. Sometimes, we only need migrations without ORMs. ex: using direct GraphQL libraries to make interface. db-migrateĀ isĀ database migration framework for node.js. Usage is simple, install via npm, similar to sequelize.
Papercut – Desktop SMTP Server
The problem If you ever send emails from an application or web site during development, you’re familiar with the fear of an email being released into the wild. Are you positive none of the ‘test’ emails are addressed to colleagues or worse, customers? Of course, you can setting up and maintain a test email server …
Laravel Scout
Laravel Scout provides a simple, driver based solution for adding full-text search to your Eloquent models. Using model observers, Scout will automatically keep your search indexes in sync with your Eloquent records. Currently, Scout ships with an Algolia driver; however, writing custom drivers is simple and you are free to extend Scout with your own search implementations.