TypeScript: A Go Developer's Honest Take
TypeScript is the best thing to happen to JavaScript. That bar is lower than people think. Here's what actually matters for large codebases.
Best Practices coverage in this archive spans 3 posts from Sep 2021 to Jul 2026 and leans into practical engineering craft: interfaces, testing, and maintainable implementation details. The strongest adjacent threads are golang, ai engineering, and production. Recurring title motifs include ai, engineering, practices, and typescript.
TypeScript is the best thing to happen to JavaScript. That bar is lower than people think. Here's what actually matters for large codebases.
Feature flags are great until you have 847 of them and nobody knows which ones are safe to remove. Practical lessons from Decloud and enterprise teams.