← Back to home

Thoughts & learnings

Articles, talks and behind-the-scenes from how we build.

Design Pattern: Compound Components
Article

Design Pattern: Compound Components

How to build flexible, reusable React components using the Compound Components pattern — with practical Card and Todo-list examples.

Trunk-Based Development (TBD) vs Git Flow
Article

Trunk-Based Development (TBD) vs Git Flow

A deep dive into Trunk-Based Development and why it beats Git Flow for modern, fast-moving teams.

Test-Driven Development (TDD): Guide for Beginners
Article

Test-Driven Development (TDD): Guide for Beginners

Learn TDD step by step — from the red-green-refactor cycle to clean testing principles, illustrated with a FizzBuzz exercise.