JavaScript
Object initialization shorthand notations in JavaScript
I was recently working on a project in which I was trying to use a shorthand notation for destructuring assignment of a...
React
Using the useCallback React hook
The useCallback React hook is a useful hook that can help in optimizing the rendering performance of our functional React components. It...
Software Architecture
Load balancing and its different types
As our application scales to multiple users, we need to start thinking about scaling our servers and applications with it. Load balancing...
React
Understanding the useRef React hook
Continuing our React hooks series, we will learn about the useRef React hook in this blog post. The useRef...
JavaScript
How to cancel an HTTP fetch request
JavaScript promises have been a huge catalyst for asynchronous coding in the language. They have vastly improved the performance and experience for...
React
Use redux-like middleware for useReducer in React
If you have used Redux before, you would be aware of the concept of middlewares. Now that useReducer has become a commonly...
Recent Articles
Getting started with Flask: a Python microframework
Flask is a python framework for writing web applications. It is a microframework, which as the name suggests, is a small, clean,...
Managing Python dependencies using Virtual Environments
When we start building a Python project that goes beyond simple scripts, we tend to start using third-party dependencies. When working on...
Configure multiple accounts in AWS CLI
AWS CLI is a great tool for doing anything related to AWS. We can configure our access key for an account using...
JavaScript Proxy: What and Why?
EcmaScript 2015 introduced yet another feature that has not been used widely yet. A JavaScript proxy allows us to wrap an existing...
Visual Studio Code Snippets: Boost productivity with shortcuts
As developers, we always want to be more productive. And who does not like to write more code using a lesser number...

Hi there! Want some more knowledge?
Think that the knowledge shared is helpful? You might want to give our mailing list a try. We'll send you 2-4 emails a month, right when new posts come out.