• Runtime Types Validation in Typescript

    Sometimes using types inside our application, it's not enough to make sure that it won't break on runtime. Because of that, we see ourselves forced to write validation for our entities manually. In this talk, I want to present a way that you can generate validators for all your types in your application automatically, and how to integrate this into your development workflow. Recording link: https://www.youtube.com/watch?v=VI-HhBTB7cc

  • GraphQL as your Service Layer

    Talk about the advantages of using GraphQL as your service layers.

  • Understanding the new Context API

    Iā€™m going to tell you my experience of rewriting a Component using this new Context API in React.

  • What is a Middleware in Redux?

    Introduction to middlewares in Redux, and some examples of them created by the community.