- Type safe data fetching for your frontend applications Learn how to generate TypeScript types from your API specification to speed up development against your backend API and catch errors at compile time.Apr 24, 2025 - 4 min read
- Why you should use TypeScript for your frontend projects Learn what makes TypeScript so good for your frontend projects and my top 3 use casesMar 6, 2025 - 4 min read
- Custom ESLint rules: strengths and limitations Learn what makes ESLint custom rules so powerful and dive into the Abstract Syntax Tree to as we analyze a custom ESLint rule solving a real-world problem.Jan 18, 2025 - 8 min read
- How to organize and split your frontend applications Introducing a decision tool to guide you through the process and make an informed decision, supported by end to end code examples.Nov 26, 2024 - 5 min read
- Why a frontend monorepo When you have multiple frontend apps and packages, a monorepo can streamline and accelerate your development and release cycles.Oct 10, 2024 - 3 min read