Introduction In today’s digital landscape, APIs play an essential role in connecting services, sharing data, and enabling developers to create
Continue readingHow to Use Decorators in Python?
Decorators in Python are a powerful tool that allows you to modify the behavior of functions and classes. In this
Continue readingHow to Create a Testable CLI using TypeScript?
A CLI is a tool that allows users to interact with a computer program through the command line. It can
Continue readingMy Software Development Blogging Journey: A 2022 Retrospective
This is going to be a retrospective piece going over my Blogging stats and earnings in 2022. I will also
Continue readingMedium Partner Program and Ezoic Earnings for November
Thank you for subscribing to my newsletter! If you are reading this, thank you once again! I really appreciate you
Continue readingHow to use Slack’s Incoming Webhooks in React
The concept of webhook is simple. It works like a communicator between two applications. When we need to send automated
Continue reading10 Mistakes I made as a Newbie Python Developer
Python is a popular and powerful programming language, but it can be easy for beginners to make mistakes when they
Continue readingWhat are Static Variables and Static Methods in Python?
Static Variables and Static Methods in Python are really useful and commonly asked about during interviews. It is helpful in
Continue readingHow to Add Rate Limiting to your Flask API in 2 lines of Code
In this tutorial, you will learn how to rate limit requests to your Flask API to avoid users from hogging
Continue readingWhat is axios.create in JavaScript?
I’ll be using repl.it. You can find my repl here. Before moving forward, let’s set up our environment and get
Continue readingUnderstanding the this keyword in JavaScript
In JavaScript, the This keyword refers to an object that is executing the current piece of code. This is one of
Continue readingHow to Send and Receive Data in Flask
I’ll be using Repl.it for writing all the code. Repl.it lets you quickly deploy your API and is really convenient.
Continue reading