27 followers
Occasionally writing on topics around software engineering.
Hi reader, Presenting to you a turnkey solution that allows you to effortlessly launch your Django server with a single script. Whether you're in the...
This article is a curated list of most of the required coding patterns needed to clear coding interviews. If you want to learn the concept of these...
Git Basics How does it store information Git is a distributed version control system. At its core, git is like a key-value store. The value is data...
Problem Statement Given an integer array nums sorted in non-decreasing order, remove the duplicates in-place such that each unique element appears...
In Python, numbers represent numerical data types that can be used for mathematical operations. Numbers are immutable data types, which means that...
As a Python programmer, you might be familiar with the concept of generating random integers. In many cases, you might need to generate a random...