trycatchthrow.io

Welcome to trycatchthrow.io

Ideas, Code, and Lessons that Move You Forward.

A developer blog sharing practical insights on mobile, web, backend, and architecture — with code, stories, and real-world lessons to help you ship better software.

1try {
2 buildFeature();
3} catch (error) {
4 learn(error);
5}
6ship();
7// trycatchthrow.io

Latest Posts

View all posts
Backend

Designing Scalable APIs

Principles and patterns for building resilient, evolvable API architectures.

10 min readMay 6, 2024