Feb 12, 2026 The Slop Coding Era The hype around AI-generated code is creating a culture where quantity trumps quality. Strategic Domain-Driven Design shows us when LLM can take the lead and when it should stay in a supporting role. llm ddd ▶ READ MORE
Jan 30, 2026 Mise: Everything in Its Place Tired of juggling tool versions, environment variables, and scattered scripts across your projects? Here's how mise brings them all under one roof. tooling ▶ READ MORE
Dec 8, 2025 designing-with-types-typescript-effect-approach Designing with Types: Making illegal states unrepresentable How to use union types and Effect Schema to encode business rules directly into your domain model, making invalid states impossible at compile time. typescript ddd effect-ts ▶ READ MORE
Dec 5, 2025 The Right Way to Code with LLM LLM is a powerful coding assistant, but using it well means staying in the driver's seat. llm ▶ READ MORE
Nov 18, 2025 designing-with-types-typescript-effect-approach Designing with Types: Wrapper Types How to use TypeScript branded types and Effect to eliminate primitive obsession, enforce validation at compile time, and make illegal states unrepresentable. typescript ddd effect-ts ▶ READ MORE
Nov 13, 2025 designing-with-types-typescript-effect-approach Designing with Types: Introduction How to use TypeScript's type system and Effect's functional primitives to model domains more accurately and make bad code impossible to write. typescript ddd effect-ts ▶ READ MORE