Don't reduce swap space, you need it!
That's right. I did this and forgot about it, and was wondering why my laptop freezes after running a single IntelliJ, Chrome with 20 open tabs, docker desktop with 4 running containers and maybe...
Hi, I'm Ana and welcome to my dev blog. I share insights and practical solutions to coding problems that I face at work or my hobby dev time. Subscribe for new articles and check out my latest tutorials on YouTube.
That's right. I did this and forgot about it, and was wondering why my laptop freezes after running a single IntelliJ, Chrome with 20 open tabs, docker desktop with 4 running containers and maybe...
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...
I know how to write macro, what it's useful for, but can't seem to define it...
I created a custom Github action that deploys a static website to s3, and I want to point out a...