Takumi's Daily LogJA

2026-04-05

What I did

Learnings

Why Multi-Tenant Architecture Separates API Servers Too

I questioned why multi-tenant systems bother separating API servers when you could just add DB replicas behind a load balancer.

Stock Options (Share Warrants) Basics

Stock options (SO) are "the right to buy shares at a predetermined price in the future." They are not shares themselves.

Key concepts learned:

Parallelizing Local Development Environments

As data grows and parallel tasks increase, switching a single local environment between tasks becomes costly. You need a way to run multiple local environments side by side.