• Joined on 2025-07-04
Implementing a secure production-ready setup by enforcing non-root user containers, applying resource limits and constraints, managing secrets, integrating image vulnerability scanning, and enabling container monitoring and logging.
Updated 2025-09-01 11:12:54 +00:00
Making comprehensive docker-compose for full-stack application deployment
Updated 2025-08-14 07:04:43 +00:00
Combining Networking & Communication and Data Persistence & Volumes by building a simple three-service architecture (frontend, API, and database) connected through custom bridge networks, utilizing port mapping and service discovery for inter-service communication, and configuring PostgreSQL with persistent data storage using volumes. In addition, it includes creating automated scripts for database backup and recovery.
Updated 2025-08-13 04:40:17 +00:00
Creating Dockerfiles with 4 different languages (Python, Node.js, Go, Java) and Experimenting with full os as base images
Updated 2025-08-11 20:23:13 +00:00
Simple web application with multiple Dockerfile versions for comparing image sizes (Multi-stage builds, Alpine vs Ubuntu base images, Layer caching strategies and .dockerignore optimization)
Updated 2025-08-11 09:59:29 +00:00