Skip to content

Page 9

Tech4 min read

I Built a Tool to Migrate 500+ Images to WebP in One Hour

My Lighthouse score was crying because of heavy images. So I wrote a Python ETL to bulk-convert everything to WebP and update all the URLs automatically. Here's how.

#Performance#Python#WebP
Tech4 min read

Why Is Production Still Running My Old Code?

Deployed your latest changes but still seeing the ghost of the old version? Let's talk about the aggressive memory of browsers and how to fix it.

#Web Dev#Hugo#Caching
Tech14 min read

Stop Bloating Your Database: The S3 Pointer Pattern

Why 10MB JSON blobs kill your buffer pool, and how to keep MySQL lean with S3 + presigned URLs.

#MySQL#S3
Tech4 min read

Verify vs Cert: The Python Requests Handbook

Understanding SSL/TLS in Python Requests: The 'verify' and 'cert' arguments explained with interactive animations.

#Coding#Security
Tech6 min read

API Certificates: The Mastery Guide to Debugging & The Chain of Trust

Stop guessing with SSLErrors. A mastery-level guide to the Chain of Trust, openssl debugging, and proving exactly whose fault it is.

#System Design#Security#API#Python
Tech5 min read

Authentication vs. Authorization vs. OAuth: The 'ID Card' Mental Model

Stop mixing up 401 and 403. A mastery guide to AuthN (Who you are), AuthZ (What you can do), and the OAuth Valet Key.

#System Design#Security#API
Tech4 min read

Consistent Hashing: The 'Locker Room' Mental Model

How does Cassandra know which server stores your data? Master consistent hashing, virtual nodes, and scaling distributed systems reliably.

#System Design#Distributed Systems#Hashing
Tech4 min read

Docker vs. Kubernetes: The 'Hotel Manager' Mental Model

Why do I need K8s if I have Docker? A mastery guide to understanding Containers (Robots) vs Orchestration (The Manager).

#DevOps#Docker#Kubernetes
Tech3 min read

Latency vs. Throughput: The 'Water Pipe' Mental Model

Why is your API slow even though your internet is fast? A mastery guide to P99 latency, bandwidth, and finding the bottleneck.

#System Design#Performance#Metrics
You found a tiny easter egg. Keep poking around!