Reading List
- Serving sharp images to high density screens
Jake Archibald
•
11 Jun 2021
Why compressing images for dense screens is different, and how to serve them.
- Do You Need Redis? PostgreSQL Does Queuing, Locking, & Pub/Sub
It’s a common architecture to have PostgreSQL and Redis serve as the backbone of your app, but PostgreSQL may be capable of everything you use Redis for.
- Bear plus snowflake equals polar bear
Andy Salerno
•
13 Jun 2021
Quick, how many bytes make up the following line? No tricks, I promise. `Hello!` The correct answer is: 6. Or 7, if you want to be pedantic and include the newline, but let’s not.