SOLID Principles and OOPs are a fundamental concept asked in all junior- to mid- level interviews. You need to not only know the definitions of these, but you also should be able to write code which follows these principles, and give real-world examp...
Often times as a developer, you need to wrap your code in an isolated environment, so that you can test it on someone else’s computer or deploy it on cloud. That is when you need Docker. In this article, you’ll find common commands you would need whi...
Pre-requisites There are couple of things you should know before reading this blog: Basics of the Python Programming Language What is a Virtual Environment in Python? With these prequisites being fulfilled, let's dive straight into the blog. Motiv...
Welcome to the first blog on the #GetStartedWithGit Series. In this blog, you will get to know the working of Git and how to setup Git for the first time. Use Case - A web developer or a graphic designer needed to record various versions of a specif...