Streamlining Incident Resolution for Engineers

Axios to consume REST API in React

Axios to consume REST API in React

Introduction Today, most applications build consume data from an API. These API centric applications have various ways and technologies used to make requests to the API. How do you consume API in you...

Building a Video Player in React

Building a Video Player in React

Introduction React has been the most popular JavaScript framework for building frontend. As a web developer, I recommend you learn React. For learning, nothing is better than building a project with ...

What is Asynchronous JavaScript?

What is Asynchronous JavaScript?

One word every JavaScript developer finds it common in most tutorials or documentation is 'asynchronous'. The asynchronous concept of JavaScript becomes a bit confusing if you are a beginner. In this ...

Building a Music Player in React

Building a Music Player in React

Introduction Whoever is learning React and wants to build a project with React. There are a variety of blogs and articles to guide a such projects for developers. I do go through those articles but o...

Why use NextJS?

Why use NextJS?

Introduction Next.js is an open-source, lightweight and JavaScript framework, which allows you to develop fast and user-friendly web applications and static websites using React. It is a ReactJS fram...

Building an In-App Bell Notification in React using Novu

Building an In-App Bell Notification in React using Novu

Cover image by storyset on Freepik Introduction Push notifications are not seen as good practice. They distract you, want your attention or sometimes they are too frequent. But, In-app notification...

Add Umami Analytics to a Web Application

Add Umami Analytics to a Web Application

Introduction Analytics plays an important role in knowing the user and the performance of a website. People ask me about my audience's country and views for sponsored posts on my website. So, knowing...

Building an In-App Bell Notification in React using Novu

Building an In-App Bell Notification in React using Novu

Cover image by storyset on Freepik Introduction Push notifications are not seen as good practice. They distract you, want your attention or sometimes they are too frequent. But, In-app notification...

Learn to build a weather app in just 5 mins

Learn to build a weather app in just 5 mins

A tutorial on how you can build a customizable weather app just using HTML, CSS, and JavaScript. Intro Every single day we check the weather forcast before going to work and when I was a kid I used...

Send email in Node.JS with Nodemailer using Gmail account

Send email in Node.JS with Nodemailer using Gmail account

Environment & Dependencies * Nodemailer is a Node.JS npm module for sending emails. This has been the go to solution to most NodeJS developers for email delivery in their applications. * Ensure ...

Creating Skeleton Loading Animation in React

Creating Skeleton Loading Animation in React

Introduction Loading screens are an important aspect for any application. This lets the user know that the processing is going on. There are lots of evolution in the loading screen. We have moved fro...