The list of articles from my blog - Page 8

List of Dévoreur 2 Code articles

Publish my own blog, the start of a content creator

As a developer, I learn a lot of things. Some of it comes from my colleagues, books or articles I read. The idea of sharing what I know drove me to begin a blog about my journey.

7/14/2021

Written by Fabien Schlegel

Fabien Schlegel

Understand and use composition in React

Composition is very powerful in React but for some cases, it may be hard to use. Today I will give you examples of composition caught up in real projects.

7/9/2021

Written by Fabien Schlegel

Fabien Schlegel

Why I create my first NPM package

A useful practice when you work with a specific stack, is to create generic stuff for this stack.

7/4/2021

Written by Fabien Schlegel

Fabien Schlegel

Setup JWT for a React Django app in minutes

How to setup JWT in a project with a React frontend and a Django backend in minutes.

6/25/2021

Written by Fabien Schlegel

Fabien Schlegel

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