Blogs

I enjoy writing about things that I find fun, interesting and wish to share them with the world. Usually they are somewhere related to Computer Science, but sometimes they could even be pieces of opinions or just thoughts that I ponder. Use the search below to filter the content.

Functions -am I pure?

views
Jun 28 2021

Believe me functional programming and pure functions have some desirable properties, that are much rather well said than properly implemented. learn more about pure functions.

GraphQL Types system

views
May 13 2021

Type systems are built-in features of most programming languages, generally used to formalize and enforce a consistent criteria of how data should be stored and accessed, learn more about GraphQL type systems

Authentication or Authorization?

views
Apr 23 2021

Authentication or Authorization? These two terms are somewhat related and have overlapping mechanisms in application security. But they aren't the same thing!.

Why GraphQL?

views
Apr 17 2021

GraphQL was developed to cope with the need for more flexibility and efficiency! learn how it solves many of the shortcomings and inefficiencies that developers experience when interacting with REST APIs.