Day 39:
β’ Continued CI pipeline improvements
β’ Added automated testing to CI workflow
β’ Implemented certificate management (SSL/TLS)
β’ Configured secrets & credentials securely
β’ Verified pipeline stability with test runs
CI is cleaner, safer, and more reliable now πβ¨
Day 38:
- Set up IAM user with MFA
- Configured AWS credential & access
- Launched Ubuntu EC2(t3.micro)
- Installed Java 17+ Jenkins
- Configured security groups(SSH 22,
Jenkins 8080)
Jenkins is up and running β¨
Day 38:
- Set up IAM user with MFA
- Configured AWS credential & access
- Launched Ubuntu EC2(t3.micro)
- Installed Java 17+ Jenkins
- Configured security groups(SSH 22,
Jenkins 8080)
Jenkins is up and running β¨
@Whyadiee Yeah π, wil be learning:
- Vertical and horizontal scaling
- ASGs
- AWS ERC, ECS and container
orchestration
- Monitoring and Newrelic
- Monitoring, Prometheus and grafana
- Server less
- Kubernetes
ππ₯²
Day 36 of Learning:
Worked with Docker Compose & implemented CI/CD:
πΉ Multi-container setup with docker-compose
πΉ Managing services, env vars & dependencies
πΉ Auto app + DB startup in one command
πΉ CI/CD integration for smoother deploys
πΉ Debugging via logs & live rebuilds
Day 36 of Learning:
Worked with Docker Compose & implemented CI/CD:
πΉ Multi-container setup with docker-compose
πΉ Managing services, env vars & dependencies
πΉ Auto app + DB startup in one command
πΉ CI/CD integration for smoother deploys
πΉ Debugging via logs & live rebuilds
Day 35 of Learning:
Explored Docker volumes & layers today! Here's what I learned:
πΉ Docker volumes - persistent data storage
πΉ Understanding container layers
πΉ Why layers matter for optimization
πΉ Layer caching & build efficiency
πΉ Optimizing Dockerfiles for speed
Day 35 of Learning:
Explored Docker volumes & layers today! Here's what I learned:
πΉ Docker volumes - persistent data storage
πΉ Understanding container layers
πΉ Why layers matter for optimization
πΉ Layer caching & build efficiency
πΉ Optimizing Dockerfiles for speed
Day 34 of Learning:
Dove deep into Docker today! Here's what I learned:
πΉ Docker fundamentals & architecture
πΉ Images vs Containers (finally clicked!)
πΉ Essential Docker commands
πΉ Creating & optimizing Dockerfiles
πΉ DockerHub - pushing/pulling images
πΉ Port mapping