Streamlining Incident Resolution for Engineers
All
From Problems to Solutions: Understanding Design Patterns
An interesting fact in software development is that you are almost always not the first person to face a specific problem. The problem may have been occurring since the dawn of software development. I...
March 27, 2023
webdev
Adding Loaders to React using Chakra UI
Introduction There are various components in a modern website. We try to implement those that are necessary and often forget some components. This component is necessary for accessibility. Loaders ar...
March 23, 2023
python
Elevate Your Django Projects with GraphQL Integration
If you are a Django developer looking for something beyond the traditional REST APIs to add some extra power and flexibility to your projects, integrating GraphQL might be a good place to start. Grap...
March 23, 2023
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
All
Awesome Readme Examples for Writing better Readmes
Introduction Writing the readme should be your priority after completing the code. But writing a good readme requires some points to cover while writing a Readme. I have written a piece about How to ...
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
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 ...
March 23, 2023
typescript
Basic Type Transformations with Typescript
Basic Type Transformations with Typescript * Why type transformations * Create a Union from Object keys * Extract * Exclude * UnWrap * Summary If you're reading this, it is safe to assume that...
March 23, 2023
All
How to Write an Awesome Readme
Introduction After the code, the readme is the most important thing to add to your project. Readme will be referred to as docs for small libraries and projects. It will reflect the project. For a beg...
March 23, 2023
All
Integrate Stripe Payments with Django By Building a Digital Products Selling App
One of the great features of online selling is being able to process payments online. With the ever-growing online businesses, having a good payment processing system is necessary. Online selling has ...
March 23, 2023
typescript
Do I need TypeScript?
Introduction Being a JavaScript developer today comes with more flex. It has been one language I enjoy using most. In my 3+ years as a MERN STACK developer, I have gained much experience in using Jav...
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
All
When to Use Functional Programming vs OOP
Back in the old days, software projects were relatively simple in terms of scope and lines of code. However, through time, software projects have become drastically complex and the good old procedural...
December 18, 2022
python
Build a Blog API With JWT Authentication Using Django Rest Framework
Django REST framework is a powerful and flexible toolkit for building Web APIs. You can easily build a REST API using DRF and consume the endpoints from a React, Angular, or other Frontend application...
December 18, 2022
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