Mar 18 · 16 min read · A complete technical walkthrough of containerising a Next.js application and deploying it to AWS using Infrastructure as Code and automated CI/CD pipelines. Stack: Next.js · Docker · Terraform · Amazo
Join discussionMar 18 · 8 min read · Scaling a Python application isn't just about the code; it’s about how that code travels. If your Docker image is a 2GB monolith running as root, you aren't just wasting disk space—you’re inviting sec
Join discussion
Mar 10 · 5 min read · Introduction When I joined PayPay, one of the first things I tried to understand was how our services were containerized. A common exercise when joining a new backend team is to look at the Dockerfile
Join discussion
Mar 8 · 4 min read · Introduction This article documents a hands‑on engineering experiment: deploying a lightweight Large Language Model (LLM) on a small on‑prem Kubernetes cluster using Talos Linux, running entirely on C
Join discussion
Mar 1 · 9 min read · Intially when developers build applications on their local systems, everything works perfectly because: They use their own OS (Windows/Linux/Mac) They have specific versions of software and librarie
Kklement commented