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?
viewsBelieve 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
viewsType 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?
viewsAuthentication or Authorization? These two terms are somewhat related and have overlapping mechanisms in application security. But they aren't the same thing!.
Why GraphQL?
viewsGraphQL 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.