Content in the "Articles" category

  1. Take control of unexpected data at runtime with TypeScript

    Learn how to use TypeScript type definitions to get better guarantees for runtime safety.

  2. You should travel to Albania!

    A brief guide to travel in Southern Albania from personal experience.

  3. Five years at Valuemotive

    Looking back at my career progression from a junior front-end developer into a software architect and HR rep at Valuemotive.

  4. Union types in TypeScript: modeling state

    Get familiar with union types in TypeScript with practical examples. You will get rid of of complex and buggy boolean logic by using union types to model the state of your application. Your colleagues will thank you later.