Logo Homepage

Blog

I learn. I grow. I write. I share.


  1. Design Patterns in Functional Programming

    Design patterns in functional programming paradigm has two distinct features - decoupling of data and methods, and first-class functions.

    Read
  2. Everything You Need To Know About 100 Continue

    The HTTP status code "100 Continue" indicates that the server feels good about the initial part of a request, and the client can go on with it.

    Read
  3. How to Use Axios Interceptor in TypeScript

    It's a common practice to retrieve res.data in an Axios response interceptor, but TypeScript knows nothing about it. How can we inform the type system?

    Read

5-7 of 7 posts