Recent Posts

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.

Spark Basics

Suppose we have a web application hosted in an application orchestrator like kubernetes. If load in that particular application increases then we can horizontally scale our application simply by increasing the number of pods in our service.

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.