Learn Essential Elixir [Part 1]
19 February, 2020Hi ! 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…
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…
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…
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…
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…
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…