List of Dévoreur 2 Code articles

Introduction to JWT

A JWT (JSON Web token) is an access token which contains all the information to communicate securely between two parties. JWTs are mainly used for identification operations and the management of user access rights.

6/17/2021

Written by Fabien Schlegel

Fabien Schlegel

Automate Prettier in a pre-commit hook

Prettier is a wonderful tool. It works in many editors and supports many languages. But opinionated is his best feature and the first reason to use it.

6/4/2021

Written by Fabien Schlegel

Fabien Schlegel

Become web developer at 37. How I did it.

I didn't start my career as a developer. I tell you my journey to code.

5/26/2021

Written by Fabien Schlegel

Fabien Schlegel

How to test React Hooks

When you use hooks, you can write them in their own file. And you could test them.

5/20/2021

Written by Fabien Schlegel

Fabien Schlegel

Five tips about React hooks

Today, when you use React and functional components, you need hooks. I've encountered some issues during development and today, I want to share my tips about React hooks with you.

5/14/2021

Written by Fabien Schlegel

Fabien Schlegel