RSSAmplifier

Blog

Shreyas Taware's Notes

Writes about AI, Tech, and Crypto | Hobbyist Builder | Loves Building & Scaling AI Agents

hashnode.shreyastaware.meRSS feed ↗4 posts

Latest posts

SOLID Principles + OOPs Concepts Explained using Python

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...

Docker Commands to make your LIFE a BREEZE!

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...

How to use “pyenv” to manage your python versions and virtual environments?

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...

How to get started with Git and Github?

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...