The journal
Working
notes
from
the workshop.
Categories
Tags
Showing 12 of 454 articles
- Business·
AI-Automated Client Reporting: How Agencies Are Cutting 5 Hours Per Client Per Month
Manually compiling monthly reports is one of the highest-effort, lowest-value activities in a web agency. Here's how to replace most of that work with automated pipelines.
AgencyBusinessAIAutomation - Web Development·
Building CLI Tools with TypeScript in 2026: A Practical Guide
Command-line tools are underrated as developer products. TypeScript makes them maintainable. Here's the full picture: argument parsing, interactive prompts, output formatting, and distribution.
TypeScriptDeveloper ToolsNode.jsJavaScript - Web Development·
The JavaScript Temporal API: Finally a Date Object That Works
The Date object has been broken for 30 years. Temporal is its replacement, now shipping in browsers and Node.js. Here's what actually changed and how to use it.
JavaScriptWeb DevelopmentTypeScriptDeveloper Tools - Cloud & Infrastructure·
Blue-Green and Canary Deployments: A Production Guide for Engineering Teams
Blue-green and canary deployments give you a way to release software without taking down your service or discovering a bug when it's already affecting everyone. Here's how they work and when to use each.
DevOpsInfrastructureProductionBackend - Web Development·
NestJS in 2026: The Enterprise Node.js Framework Most Teams Overlook
NestJS has been growing quietly for years. If your Node.js backend is a pile of Express middleware with no clear structure, NestJS offers a path forward without changing languages.
BackendNode.jsTypeScriptJavaScript - Business·
Product-Led Growth for SaaS: How Developer Tools Get to Enterprise Without a Sales Army
PLG is not a marketing strategy. It's an architectural decision about where conversion happens. Here's what it looks like in practice and which patterns actually move revenue.
BusinessSaaSAgencyPricing - Web Development·
Test-Driven Development With AI Coding Assistants: Does TDD Still Make Sense in 2026?
AI tools write code fast. TDD asks you to slow down and write tests first. These two impulses seem to be in tension. Here's how they actually work together.
TestingDeveloper ToolsJavaScriptTypeScript - Web Development·
WebGPU in 2026: What You Can Actually Build With GPU Compute in the Browser
WebGPU is now available across Chrome, Firefox, and Safari. It's not just a graphics API. It's a general-purpose GPU compute layer that changes what's possible in a browser tab.
Web DevelopmentJavaScriptPerformanceFrontend - Web Development·
Conventional Commits and Automated Releases: The Setup That Pays for Itself
Standardized commit messages unlock automatic changelogs, version bumps, and release notes. Here's the full setup — from writing commits to shipping releases without manual steps.
Developer ToolsDevOpsAutomationJavaScript - Web Development·
CSS Architecture in 2026: Choosing Between Tailwind, CSS Modules, and CSS-in-JS
Three different approaches to styling a web application — Tailwind, CSS Modules, and CSS-in-JS libraries — and the team contexts where each one actually makes sense.
CSSFrontendWeb DevelopmentJavaScript - Career·
Developer Portfolio in 2026: What Gets Noticed When Everyone Claims AI Experience
AI projects flood every portfolio. Here's what actually distinguishes a developer's work from the crowd — and why the way you document your decisions matters more than the tech stack you picked.
CareerDeveloper ToolsAIProductivity - Cloud & Infrastructure·
eBPF in 2026: The Observability Superpower Hiding in Your Linux Kernel
eBPF lets you attach programs to any kernel hook — network packets, system calls, function calls — without patching the kernel or rebooting. Here's what application developers actually need to know.
DevOpsInfrastructureBackendPerformance