Software Engineering

Fast API Deployment in K8s

Minikube is a tool that enables local Kubernetes development and testing by running a single-node Kubernetes cluster on a personal machine.

Read more →

June 28, 2023

CRUD operations in MySQL with Python

Let’s delve into the core CRUD operations (Create, Read, Update, Delete) in MySQL using Python. We’ll cover setting up MySQL with Docker Compose, establishing a connection between MySQL and Python, and executing Python code to perform data insertion, retrieval, updating, and deletion.

Read more →

April 1, 2023

Git Basics

When multiple people works on a single project then code management becomes an important step. And there comes Version Control System (VCS) into picture. Version control ensures that at any point of time we can revert back to a particular state of the repository.

Read more →

July 1, 2022

Big Data Stacks

Hadoop Architecture MapReduce HDFS YARN Spark Pig Hive Hbase Zookeeper Oozie

Read more →

June 1, 2022

Docker Basics

Docker is a platform that allows you to package and run software applications in a consistent and isolated environment called a container. It simplifies the process of deploying applications by providing a standardized way to package all the necessary dependencies, configurations, and code into a single unit that can run on any system.

Read more →

June 1, 2022

Linux Basics

These are some basics linux terminal commands which are of great use for developers and linux lovers.

Read more →

April 1, 2020