📅 My Learning Journey
Learning progress chronologically
Wednesday, December 03, 2025 2 posts
📅 Basic Kotlin
Kotlin
Main Function as an entry point fun main() {
println("Hello, Android!")
}
Data types String Int Double Float Boolean Variable declaration Immutable v...
📅 Android Application Development with Kotlin
Android App Dev
Build Android Application using Kotlin and Java Spring Boot (backend logical programming) Android Studio using Android Studio is the official Integrated Development Environment (IDE) ...
Tuesday, December 02, 2025 3 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...