| |
| 🔗 Stories, Tutorials & Articles |
| |
|
| |
| Dockhand - The Ultimate Self-Hosted Docker Management Tool |
| |
| |
Dockhand just dropped, and it's aiming straight at the bloated SaaS stack.
It’s a fully self-hosted Docker management tool with zero license walls. Local or remote? Doesn’t matter. It even plays nice behind NAT using outbound WebSocket agents.
You get container lifecycle controls, a visual Compose editor, real-time logs, vuln scans, and terminal access, wrapped in a clean UI. Data lives in SQLite or Postgres, your call. |
|
| |
|
| |
|
| |
| v1.35: Mutable PersistentVolume Node Affinity (alpha) |
| |
| |
Kubernetes 1.35 (alpha) cracks open PersistentVolume node affinity. You can now update it on the fly.
Before, it was locked down - once set, it stayed set. That got in the way of shifting workloads when disks were upgraded or moved across zones. Now? More flexibility. Less pain. |
|
| |
|
| |
|
| |
| What has Docker become? |
| |
| |
Docker’s not just about containers anymore. It’s pivoting hard into AI infrastructure - with some teeth.
The new Model Runner, GPU offloading, and fresh AI-native integrations with Google Cloud and Vercel show where it’s headed: less dev environment, more AI runtime engine.
Under the hood, Docker dropped over 1,000 Docker Hardened Images into the Apache 2.0 open source bin - heavy counterweight to Chainguard’s momentum in secure images. |
|
| |
|
| |
|
| |
| Scaling PostgreSQL to power 800 million ChatGPT users ✅ |
| |
| |
OpenAI pushed PostgreSQL to handle millions of QPS across 800M users. How? Nearly 50 read replicas, heavy read offloading, and serious trimming on write pressure.
Writes? Sent elsewhere. Sharded systems like CosmosDB, lazy writes, and app-level tweaks helped sidestep PostgreSQL’s MVCC write amplification mess.
Cache misses don’t get a free pass either - a custom cache locking setup rate-limits bursty traffic before it hits the primary.
Still not enough? They’re testing WAL relay replication. Relay nodes forward the write-ahead log, offloading replicas and buying time beyond normal scaling ceilings.
The bigger picture: With the right hacks - sharding, caching, WAL relays - PostgreSQL can play at global scale. |
|
| |
|
|
| |
|
| |
| Building Production-Grade Micro services on Azure Kubernetes |
| |
| |
| A team running microservices on Azure Kubernetes Service gave their setup a smart overhaul: critical state stayed managed in PostgreSQL, but compute and observability went DIY. The payoff? Major cost cuts. Interrupt-friendly jobs landed on spot instances, and they ditched pricey per-GB logging for a homegrown solution. |
|
| |
|
| |
👉 Got something to share? Create your FAUN Page and start publishing your blog posts, tools, and updates. Grow your audience, and get discovered by the developer community. |