Learning Log
A dated log of what I'm currently learning — deployment practices, Spring Boot, and whatever comes after this site.
Shipped v1 of this site — Next.js on Vercel
Scaffolded, built, and deployed the site itself: Next.js App Router, Tailwind v4, MDX-driven content, GitHub Actions for CI, Vercel for hosting.
Next.jsVercelCI/CD
Next up: a small Spring Boot service, deployed the hard way
Planning a standalone Spring Boot API, containerized with Docker and deployed to a real host — a deliberately different deployment model from this site's Vercel setup.
JavaSpring BootDocker
Learning Terraform, an IaC
Understood the need for such a tool and wrote syntax by hand using the docs: Resources, Modules, Locals, Tfvars and variables.tf.
TerraformCloudIaC