The SOLID principles in the frontend
6 min read
The five letters of SOLID, one at a time, told through the problem each one solves in a real frontend: what exactly breaks when the principle is missing.
Notes on building software.
6 min read
The five letters of SOLID, one at a time, told through the problem each one solves in a real frontend: what exactly breaks when the principle is missing.
6 min read
Why a frontend gets split into pieces, the spectrum of solutions that appears when you do, and how the most flexible end of that spectrum works under the hood.
5 min read
What happens under the hood when your app uses JWT: the full walk from login to logout, one stage at a time, with every piece explained.