Search Articles

Search Results: Postgres

Your Code is Not Yours: The Professional Engineer's Guide to Code Ownership

Engineers often feel deep ownership over the codebases they build, but this emotional attachment can clash with business realities. This article explores the delicate balance between caring for your work and recognizing that ultimately, the code belongs to the company—and why that's not a bad thing.
Postgres.app Makes PostgreSQL Extensions a Breeze for macOS Developers

Postgres.app Makes PostgreSQL Extensions a Breeze for macOS Developers

Postgres.app bundles a curated set of PostgreSQL extensions and offers a streamlined path for adding more, all without the usual macOS build headaches. Developers can enable built‑in extensions with a single SQL command, or download and compile custom ones into a dedicated Application Support directory that survives updates. The result is a developer‑friendly workflow that keeps extensions up‑to‑date and secure.
Reddit Cuts Comment Latency in Half by Re‑writing Python Backend in Go

Reddit Cuts Comment Latency in Half by Re‑writing Python Backend in Go

Reddit has re‑engineered its comment service, moving from a monolithic Python stack to a domain‑specific Go microservice. The migration halved p99 latency for critical write operations, reduced downtime during peak traffic, and laid the groundwork for modernizing all four core models. The story illustrates how careful staged rollout, tap‑compare testing, and data‑store isolation can unlock performance gains in a high‑write, highly‑available system.