Tech Weekly

A weekly dump of things I learned, bugs I squashed, and tech I’m exploring.

Reading time: 3 mins

After more than 10 years working as a full-stack developer, one thing I’ve learned is this: not every background task deserves a queue. For a long time, we’ve treated queues as the default solution for anything that shouldn’t block a request. Logging, analytics, notifications, tracking user behavior, all of them.

Read full log