Git What are Git-hooks & How to use them? Git hooks are scripts that Git automatically executes before or after events like commit, push, or receive. But why would anyone want to run scripts on git events? Well, let's
Pointers Beginners Guide To Pointers Pointers can be tricky to understand in the beginning, this guide will help you visualize what pointers are and why are they useful. Before understanding pointers, let's understand how variables
Security How to fix CORS Errors? We all have encountered CORS errors in web-app development, in this article, we will understand what are these errors, what causes these errors in the first place, and how to
linux How to use Screen Command While working with remote servers, sometimes we need to run long-running scripts. Imagine you are running such a script on your remote server and suddenly the internet connection drops, this