16 followers
Engineering @ LinkedIn | Google Summer of Code'21 @ PostgreSQL | Ex-Google DSC Lead | Computer Science Undergrad
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...
My notes on the above topic · Insertion Sort Insertion sort is an algorithm that attempts to solve the sorting problem. The sorting problem can be...