Some of my writing
Hello, I'm Anler
A Polyglot full-stack software engineer based in Spain who likes performance and algorithmic problem-solving. My current focus is on building digital products, frontend engineering, and pure mathematics, but you will also find me talking about distributed systems or AI.
My Recent Writing
Along with coding I also like to write about life and technology. Here are some of my recent posts.
-
Type-safety by augmentation in TypeScript
Leverage TypeScript's module augmentation feature to create type-safe and reusable components in shared libraries while maintaining flexibility for client-specific customizations.
-
A minimal React useForm hook
A deep dive into building a minimal form handling solution in React that tackles async validation, race conditions, and type safety.
-
Enforcing string literal types in React components
Leverage generics to create truly type-safe React components that prevent impossible states.