I recently got the new Apple Silicon Mac (aka the M1 mac), which means having to deal with the pain…
Flask is a python framework for writing web applications. It is a microframework, which as the name suggests, is a…
When we start building a Python project that goes beyond simple scripts, we tend to start using third-party dependencies. When…
AWS CLI is a great tool for doing anything related to AWS. We can configure our access key for an…
EcmaScript 2015 introduced yet another feature that has not been used widely yet. A JavaScript proxy allows us to wrap…
As developers, we always want to be more productive. And who does not like to write more code using a…
Let us take a look at an implementation of getting data from an API request and see if there is…
I was recently working on a project in which I was trying to use a shorthand notation for destructuring assignment…
The useCallback React hook is a useful hook that can help in optimizing the rendering performance of our functional React…
As our application scales to multiple users, we need to start thinking about scaling our servers and applications with it.…