May 9, 2021Message Queue Service using KafkaIn this article, we are going to create a Message Queue Service using Kafka and KafkaJS, somewhere similar to SQS, and we will make sure that messages are processed exactly once, in the exact order that they are sent. …Kafka3 min readKafka3 min read
Dec 3, 2019Build 360 and VR website with React 360What is React 360? React 360 is a framework that let’s you create 3D and VR user interfaces. It’s built on top of React framework. React 360 is optimised for the creation of user interfaces that power rich multimedia experiences. Let’s understand it’s usage with this small react 360 app. Building Basic React 360 App Prerequisite: Before getting started, you’ll…JavaScript3 min readJavaScript3 min read
Dec 2, 2019Getting Started with Caching (Redis + NodeJS)This post is a basic introduction to caching and how it works. We will be using Redis for caching with Nodejs to show you how we can take advantage of caching to improve the speed and performance of the application and to reduce the overhead from server resources. What is Caching ? Caching (pronounced…Nodejs3 min readNodejs3 min read