18 followers
Engineering @ LinkedIn | Google Summer of Code'21 @ PostgreSQL | Ex-Google DSC Lead
What is the GIL? The Global Interpreter Lock (GIL) is a mutex that protects access to Python objects, preventing multiple native threads from...
A Comprehensive Guide · Django is a popular web framework known for its powerful features and the ability to manage database migrations with ease. In...
Hi everyone! Have you ever heard of the CAP theorem? No, it's not a theorem about caps or headwear (although that would be a pretty cool theorem). The...
Vim tutorial and cheatsheet · Introduction A range of simple editors, such as nano, are available for beginners. But, the real "Linux" users use VIM...
My status during the recruitment procedure: Status: Pre-final year (3rd), Thapar Institute of Engineering and Technology Position: SRE...
Insertion sort used the incremental approach to designing algorithms; having sorted the array A[1..j-1], we inserted the element A[j] in its correct...