📅 My Learning Journey
Learning progress chronologically
Tuesday, December 02, 2025 5 posts
📅 📘 Automated CI/CD Deployment Handbook
Deployment
📘 Automated CI/CD Deployment Handbook Part 1: Server-Side Setup (Do this ONCE) Location: Ubuntu(EC2) Server We need to leave a script on the server that GitHub can "press" remotely. 1. ...
📅 EC2 and Docker Volume Work Flow
EC2 Server Internal Storage
EC2 and Docker Volume Workflow 1.The Data Flow User type "Some Text" on browser ⬇️ Spring Boot catches it and sends SQL to Postgres Container (Docker) ⬇️ Postgres writes th...
📅 What is Amazon S3?
AWS Storage Services
Amazon Simple Storage Service (Amazon S3) An object storage service that offers industry-leading scalability, data availability, security, and performance. Customers of all sizes and indu...
📅 Docker Volumes
Docker
Volumes are persistent data stores for containers, created and managed by Docker. You can create a volume explicitly using the docker volume create command, or Docker can create a vo...
📅 Amazon Elastic Block Store (Amazon EBS)
AWS Storage Services
Amazon Elastic Block Store (Amazon EBS) Provide scalable, high-performance block storage resources that can be used with Amazon Elastic Compute Cloude (Amazon EC2) instances EC2 Volume is a...