Learn Essential Elixir [Part 1]

19 February, 2020

Hi ! In this post, I’ll try to teach you Elixir in a few posts, and to not waste time, let’s start right away. I assume that you already installed . (If you didn’t yet, Google is your friend, and if…

Testing React (Feat. GraphQL)

22 September, 2019

Hi ! This is a guide/cheatsheet that I comeback to read when I want to write tests for a project. I thought this might help other fellow developers so here you go 😁 Setup Install jest, cypress and…

Setup PostgreSQL with TypeORM in GraphQL Tutorial

02 December, 2018

Hi ! In this post, I’Il show you how I to setup PostgreSQL with TypeORM in a GraphQL server. This is the backend setup that I usually use for my backend’s side projects. This tutorial is focused on…

Cloudflare Workers, A cheaper API-Gateway Alternative

27 November, 2018

Hi ! In this post, i’ll show you how I saved $$$ by using Cloudflare Workers instead of AWS’s API-Gateway to proxy requests to my AWS Lambda functions. Why use Cloudflare Workers ? It’s all about the…

React, the boring but important parts (Prior to hooks)

10 January, 2018

Hi ! In this post, I’ll try to simplify and show you some of React’s very basic, yet powerful, features. PS : This is not one of those Read this and you’ll be ready to become an awesome React…