Web Development
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...
React
How to write your own custom React hooks
If you have been using react for a while, chances are you have come across the need to extract some logic into...
React
Provide callback to useState hook like setState
If you have been writing class components for a while, you might be familiar with the callback functionality that the setState function...
GraphQL
Resolving nested queries in GraphQL
When creating a GraphQL server with relational data, we want to return the data in a hierarchical format with those relationships in...
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.