#562 – February 25, 2024
Perhaps what I need is not a house at all, but a travel trailer
If Architects had to work like Programmers
3 minutes by Gunnar Anzinger
Perhaps what I need is not a house at all, but a travel trailer. Please advise me as soon as possible if this is the case.
The easiest way to never miss an incident with UptimeRobot
sponsored by UptimeRobot
Writing code is one thing, but keeping an eye on everything and ensuring it’s working as expected is a whole different ball game. Join the community of over 2 million users and set up uptime monitoring for your website, server, port, SSL certificates, domain, or response time, then sit back and relax. UptimeRobot will send you immediate alerts when your attention is needed.
Retries – An interactive study of common retry methods
10 minutes by Sam Rose
Visually explore different methods of retrying requests to learn why some methods are dangerous and what the best practice is.
Falsehoods Junior Developers believe about becoming Senior
10 minutes by Vadim Kravcenko
I remember this one time before I was proficient in using the terminal. I had some issues with my Linux distribution. Something was not mounted properly or some file permissions errors, and I couldn’t figure it out on my own, so I asked one of the senior devs for help.
Bloom Filters
14 minutes by Sam Who
A visual, interactive guide to what bloom filters are, when you would use them, and how they work.
Useful Uses of cat
4 minutes by Chris
When I write shell one-liners that transform the contents of some file, they often look something like this.