Axios to consume REST API in ReactIntroduction 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 your Application? What Technologies do you use? In thi...Feb 8, 2023·5 min read
Integrate Stripe Payments with Django By Building a Digital Products Selling AppDec 27, 2022·16 min read
Building a Music Player in ReactIn this article, I have given a guide with code to build a music player in ReactDec 19, 2022·7 min read
When to Use Functional Programming vs OOPBack 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 programming paradigm no longer suffices. The more...Dec 18, 2022·7 min read
Build a Blog API With JWT Authentication Using Django Rest FrameworkDjango 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. DRF provides a lot of features out of the box to...Dec 18, 2022·18 min read
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 framework for building server-rendered web applications...Dec 15, 2022·5 min read
Building an In-App Bell Notification in React using NovuCover 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 notifications are more useful and can update you about the applic...Dec 15, 2022·6 min read
REST API vs GraphQLYou have probably heard about GraphQL, but you might not be entirely sure how and whether it differs from REST. You're in luck, then! Today, we'll go over some fundamentals regarding both REST and GraphQL and the various use cases of each of them. Th...Dec 1, 2022·6 min read