Writing on software best practices and opinions.

All of my long-form thoughts on programming and more, collected in chronological order.

What are Data Transfer Objects?

Learn how Data Transfer Objects can simplify our code, improve maintainability, and ensure consistency in our data exchange. Discover how defining a DTO structure can transform the way you work with data in any application.