Writings & Videos

Writings & Videos

How to generate a client from OpenAPI schema

Using API generators is the best way to make sure we follow the documentation. No missed types or misspelled endpoints, no double-checking what is the payload or what will be returned. Just pure bliss.

  • openapi
  • api
  • react
  • typescript

Are These IT Myths Valid in 2024?

The IT industry, just like any other, has its fair share of myths and legends. Today I want to check some of the most frequent I hear.

  • it
  • myths
  • career

Test-driven Development in React

Test-driven Development is one of the best techniques for writing code. It not only raises confidence of delivery by providing tests for everything, but it also streamlines development. And using it with React is quite pleasant!

  • react
  • tdd
  • testing