Writing on software design, company building, and the aerospace industry.

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

Paradigm of coding in Laravel

This article explains how Laravel enables implementing Domain-Driven Design principles through its Eloquent ORM models, repositories, services, value objects, and domain events.

Paradigm of coding in Vue.js

This article explains how to create big Vue.js applications with a lot of components and how to make them easy to maintain and scale.