Hi, I'm Keerthi Ravilla Subramanyam, a passionate tech enthusiast with a Master's in Computer Science. I love diving deep into topics like Data Structures, Algorithms, and Machine Learning. With a background in cloud engineering and experience working with AWS and Python, I enjoy solving complex problems and sharing what I learn along the way. On this blog, you’ll find articles focused on breaking down DSA concepts, exploring AI, and practical coding tips for aspiring developers. I’m also on a journey to apply my skills in real-world projects like predictive maintenance and data analysis. Follow along for insightful discussions, tutorials, and code snippets to sharpen your technical skills.
I’m open to writing technical blogs on Data Structures, Algorithms, and Machine Learning. I welcome collaboration on open-source projects and opportunities in software development, data analysis, and cloud solutions. I'm also interested in speaking engagements and freelance work related to my expertise.
In our exploration of data structures and algorithms, we've seen the importance of sorting algorithms like Bubble Sort, Quick Sort, and Merge Sort, which help us arrange data in a particular order to make it easier to find, analyze, and manipulate. N...

In this project, we will build a cloud-based microservices application on AWS using Elastic Kubernetes Service (EKS). The application will consist of a frontend, backend, and database, each containerized and deployed on EKS. We will also set up a CI/...

In this article, we’ll explore how to set up a cloud-based web application on AWS using an EC2 instance. We’ll provide a step-by-step guide to creating a simple Maven-based Java web application, deploying it on an EC2 instance, and linking it to a Gi...

In our exploration of sorting algorithms, we've covered basic methods like Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, and Quick Sort. Each of these algorithms has its own strengths, from simplicity to handling large datasets efficiently...
