aws s3 cp vs sync: What’s the Difference?
Understanding the difference between aws s3 cp and sync, and when to use each.
How I solved the InvalidChangeSetStatus error in AWS CloudFormation GitHub Actions deploys by waiting for the change set to be ready before executing.
Setups to deploy a Next.js app with Static Site Generation (SSG) to AWS S3 using GitHub Actions.
A workaround for preserving cookies when using Fastify as a custom server for Next.js, ensuring cookies are not lost during SSR.
Automate TypeScript type generation from JSON data fetched from a CMS with a custom solution when existing libraries don’t work.
Lessons learnt by managing Next.js apps on EKS, covering health checks, scaling, caching, and logging.
Scaling a Node.js app across multiple CPU cores using the cluster module and Kubernetes.
A deep dive into how JVM handles memory management through garbage collection, its types, and best practices.
Designing monitors that detect only your service’s own failures, filtering out upstream noise.