



Apr 22 · 11 min read · Building backupctl: what it took to replace a cron job with a backup service If you've ever strung pg_dump | gzip | rclone into a cron job and promised yourself you'd clean it up later — this post is for you. I've been there. And "later" usually arri...
Join discussionApr 22 · 11 min read · Building backupctl: what it took to replace a cron job with a backup service If you've ever strung pg_dump | gzip | rclone into a cron job and promised yourself you'd clean it up later — this post is for you. I've been there. And "later" usually arri...
Join discussionApr 21 · 2 min read · Redis Sentinel is like the unsung hero in the world of Redis deployments. It's all about keeping your Redis instances running smoothly with high availability. But when you throw NestJS and RedisX into the mix, things get even more interesting. Let's ...
Join discussion
Apr 21 · 6 min read · TL;DR: NestJS is a progressive Node.js framework for building server-side applications. Built on top of Express (or Fastify), it provides an opinionated structure… The analogy Express is like a studio apartment — everything in one room, you decide w...
Join discussion