This repository showcases various projects completed as part of my cloud systems architecture and design course. Each project demonstrates different aspects of cloud computing and containerization. Python was chosen not for its performance, but because the primary goal of the course was to learn containerization, rather than getting sidetracked by language-specific complexities.
1. Simple HTTP Server and Client 🔄 🔗
- Description: Developed a basic HTTP server and client using Python.
- Technologies: Sockets, Python
2. BMI Calculator 📏 🔗
- Description: Created a web application to calculate Body Mass Index (BMI) using Python and Docker.
- Technologies: Docker, Python, Flask, SQLite
- Description: Built a simple banking application with CRUD functionalities using Python and Docker.
- Technologies: Docker, Python
- Description: Deployed a web application with a frontend and backend using Kubernetes.
- Technologies: Kubernetes, Docker, Minikube, MySQL, Python