Frontend
Zustand vs Redux: What …
Last month I was reviewing code in one of my last project and then I spend three hours debugging a Redux action that should have taken ten minutes to write. The action was five files deep: action creator, thunk middleware, reducer split across two handlers, selectors, and tests. Meanwhile, their …
Typescript Handbook
TypeScript has become the standard for serious frontend development — and for good reason. It brings structure, predictability, and confidence to a language that was never designed to scale the way modern applications demand.
But learning it properly is a different story. Most resources either skim …