Meteorjs is the full stack javascript framework that provides the basic web modules like as Auth, API integration, Async Module, Mongodb integration, etc. Node Expressjs was the skeleton framework, but Meteorjs is the rich functional framework. We can build Async Web apps with Meterojs without deep knowledge of websocket integration. It is surely possible to …
Polymath
Polymath simplifies the legal process of creating and selling security tokens. It makes a new token standard, the ST20, and enforces government compliance. Only a “list of authorized investors and their Ethereum wallet addresses” can hold ST20 tokens. Therefore, token issuers don’t need to worry about the legal implications of their security falling into the wrong hands. …
React Telegram Login
A Telegram OAuth Sign-in / Log-in Component for React https://www.npmjs.com/package/react-telegram-loginThis is a library which can be used when we embed telegram on websites. Login widget will not work on localhost or local-ip-address. Use should create and register your bot domain with BotFather to get that work. You can create your custom domain. For example: yourdomain.local by add new record point …
How to solve Memory size issue when running `npm install`
Sometimes npm install commands fails because memory size is small. In that case, if we can resolve the issue my using some hard disk space as a swap memory. We can find more details about swap memory here. https://www.centos.org/docs/5/html/5.2/Deployment_Guide/s1-swap-what-is.html
Ember.js
Ember is a JavaScript front-end framework designed to help you build websites with rich and complex user interactions. It does so by providing developers both with many features that are essential to manage complexity in modern web applications, as well as an integrated development toolkit that enables rapid iteration. From the beginning Ember was designed …
Introduction of Tawk.to
Monitor and chat with the visitors on your website, mobile app or from a free customizable page. It is so easy to get started 1 Minute Setup Start Chatting Track Progress You never have to payfor live chat software again Tired of paying a monthly subscription ‘per agent’? Well you can officially cancel your current …
Multi-processing using Docker
Docker is a platform for developers and sysadmins to develop, deploy, and run applications with containers.Docker can be used to implement multi-processing.When there is any operation which takes much time, normal method we use is to run schedulers to divide the operation.The other way is to use docker. We can run multiple docker daemons and each of …
jQuery Debounce Functionality
Sometimes we need to run the functionalities after some delay not immediately. For example, Send the search requests after a delay in the search form. Show the announcement bar in some delay after the site is loaded. There are several libraries to implement the Debounce functionality and we can use one of them in our …
About Structured Data for SEO
An overview of structured data for SEO SEOs have been talking about structured data for a few years now — ever since Google, Bing, Yahoo! and Yandex got together in 2011 to create a standardized list of attributes and entities which they all agreed to support, and which became known as Schema.org. However, there’s still a lot …
React.js Boilerplate
There are a lot of boilerplates for React and it’s hard to decide which boilerplate to use.The below one is a website which where we can search such boilerplate by keyword.https://www.javascriptstuff.com/react-starter-projects/ For example, below react boilerplate provides various functionalities – Redux, GraphQL, SEO…https://github.com/nozzle/react-static