Tag
Programming
15 articles · #Programming
TypeScript Strict Mode: The Incremental Path
Turning on strict flags one by one in a live codebase — no big-bang migration required
8 min · August 1, 2026
How to Ask for a Raise as an Engineer
The conversation, the timing, the number — without the confidence-culture nonsense
6 min · July 6, 2026
Git Workflows That Don't Slow You Down
The branch strategies that survive contact with a real team — without the enterprise ceremony
6 min · June 29, 2026
Your First Performance Review — How to Prepare
What to bring, what to say, what to ask — the version nobody gives you before the meeting
7 min · June 25, 2026
Your Cache Hit Rate Looked Fine Until the Hour Mark
Redis did its job on every miss — your application just sent two hundred loaders to Postgres at once.
6 min · June 15, 2026
Your Manager Has a 1:1 Playbook. You Need a Prep Habit.
Everyone agrees one-on-ones matter — almost nobody teaches engineers what to put in the shared doc before the calendar ping.
5 min · June 14, 2026
Stop Measuring Technical Debt. Start Pricing It.
Seventeen engineering metrics and zero dollars kills proposals in thirty seconds — here's the carry-cost worksheet that turns one module into a line item.
4 min · June 12, 2026
PHP Turns 31 — The History That Matters Is the Elephant
The version timeline is everywhere. The resume logger, the Usenet post, and the sideways doodle that became a mascot — that's the birthday story worth telling.
6 min · June 10, 2026
Your First Sprint Retrospective — Without the Venting Session
What to prepare before the room, what to say when everyone's staring at you, and what to do the week after so the retro isn't theater.
6 min · June 8, 2026
BullMQ Background Jobs That Survive Production
Retries with an error taxonomy, deduplication that survives cleanup, and a dead-letter queue someone actually inspects — not a five-minute `Queue` demo.
6 min · June 6, 2026
Docker for Developers Who Just Need It to Work
Containerize your first app without cargo-culting a 12-layer config from Stack Overflow
7 min · May 30, 2026
How to Monitor Microservices Without Drowning in Dashboards
You already have metrics. What you probably lack is a correlation contract — one collector, three signals, sampling at the tail.
6 min · May 29, 2026
Laravel Entitlements — When Subscription Active Isn't Seat Available
Your Stripe subscription can be current while every seat slot is taken — Laravel Entitlements models that gap instead of pretending billing status is capacity.
6 min · May 27, 2026
PostgreSQL vs MongoDB: Pick the Workload Contract, Not the Logo
Pros-and-cons lists fail when Mongo needs `$lookup` for every report and Postgres JSONB rewrites the whole row on every sensor tick.
9 min · May 27, 2026
NestSync vs OpenAPI: The NestJS SDK Generator Trade-Off Your Monorepo Will Face
AST-first codegen wins when TypeScript on disk is your contract boundary — the moment Legal or Mobile needs OpenAPI, you're back to picking whose lie is authoritative.
8 min · May 26, 2026