Writing on software design, company building, and agriculture.

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

Multi-tenancy in Spring Boot

Multi Tenancy is a software architecture where a single software instance can serve multiple, disting group of users. Each user or group of users is called tenant.

Spring Boot graphQL

Spring Boot with GraphQL: Powerful API development, simplified queries, efficient data fetching, and enhanced flexibility for modern applications.