Connect to Amazon AWS RDS instance from local machine
In this guide I'll explain how to connect to AWS RDS (Relational Database Service) postgres instance from your...
AWS posts for developers who want a practical, minimal-drama way to run and ship production systems on Amazon Web Services. Expect hands-on guides for common building blocks like networking, IAM, compute, storage, and deployments, with a focus on repeatable setups you can automate. If you are connecting AWS to a CI/CD pipeline or a self-hosted stack, you will find workflows that reduce manual steps and keep environments consistent.
In this guide I'll explain how to connect to AWS RDS (Relational Database Service) postgres instance from your...
If you stumbled upon this article and have to do frontend for the email, my deep condolences. Take a deep breath and try not to lose it because world of email design feels like the Upside...
Internally my nextjs app uses a native node module built in Rust, and the awkward part is that my production...
In this post I'll explain a setup for one of my NextJS websites on elasticbeanstalk. You probably already know about what are NextJS, Nginx and elasticbeanstalk, so I'll skip the introductory definitions....
By default every elastic beanstalk application has an associated S3 bucket for storing application versions, rotated logs (enable it) and...
Content delivery network (CDN) is my recommended way of serving statics because of : 1. Separation of concerns Meat of the...