Webhooks are simple requests that many apps or websites use to be in sync with each other. An example would be working with Razorpay API. Razorpay...
I have been using vim motions with vscode for about a year now. Recently I switched to Neovim for my editor. This is my configuration for Neovim. I...
Redux is a state management library which offers a lot of features. The downside is it adds up a lot of boilerplate code and complexity to...