Frontend Engineer
A comparison of type-based and feature-based project folder structures.
REST gives you fixed endpoints with set responses controlled by the server. GraphQL lets the client pick the exact data needed in a single request.
Monoliths are simple, monorepos keep projects organized, and most teams don't need microfrontends.
Binary search isn't smarter than simple search. It's just efficient because someone did the organizing work ahead of time.
Personal notes on TypeScript features and patterns I use regularly, but never knew the official terminology for.
What happens between typing a URL and seeing the page