Node Tutorials

Building a Slack Bot to Get Currency Exchange Using NodeJs

Slack is without a doubt a widely adopted messaging tool. It’s been used in companies ranging from startups to fortune 1000. Slack offers various features such as integration, groups, private chat and bots. Bots are one of the exciting features of slack for the developers. Slack offers SDK’s which we can integrate it into various […]

Building a Slack Bot to Get Currency Exchange Using NodeJs Read More »

Session Management in Nodejs Using Redis as Session Store

We have covered session management in ExpressJs using a global variable technique which of course will not work in the case of shared server or concurrent execution of HTTP requests which is the most familiar production scenario. Codeforgeek readers requested to provide a solution for this issue and the optimal one is to use external

Session Management in Nodejs Using Redis as Session Store Read More »

Top 5 Node Frameworks to Increase Coding Productivity

Node.js is an open source, cross platform JavaScript runtime engine to develop server side applications. Node.js uses Google’s V8 engine to compile JavaScript code into native code. Node.js is based on non-blocking, event-driven architecture to help developers create robust and distributed applications. We have covered tons of useful tutorials covering Node.js. Click here to start

Top 5 Node Frameworks to Increase Coding Productivity Read More »

Building Pull to Refresh Android iOS Using React Native

Pull to refresh is a widely adopted feature in mobile apps. Facebook, Gmail, Instagram almost all popular apps have this feature where the user can drag the screen downward that signals the server to send new data. We have already covered the infinite scroll implementation for Android and iOS. Check out the article here. Prerequisites

Building Pull to Refresh Android iOS Using React Native Read More »

Identity Verification Using Trulioo Global Identity Platform

KYC (know your customer) is becoming mandatory for a majority of internet applications such as finance, insurance, medical proofs. In short, wherever money is involved, the KYC process is becoming mandatory either by regulation or by the company itself to help reduce fraud and increase trust and safety. It is important and cost/time effective to

Identity Verification Using Trulioo Global Identity Platform Read More »