Streamlining Incident Resolution for Engineers
javascript
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...
March 23, 2023
javascript
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 ...
March 23, 2023
javascript
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...
March 23, 2023
javascript
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...
December 15, 2022
programming
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...
October 19, 2022