List of Dévoreur 2 Code articles

Five Reasons to use Django

Discover the 5 key reasons why Django is the ideal framework for your web development projects. From its robust architecture to its comprehensive ecosystem of libraries and tools, learn how Django can help you build powerful and scalable web applications.

6/11/2021

Written by Fabien Schlegel

Fabien Schlegel

How to Regex in Javascript

Want to write more efficient and effective JavaScript code? Understanding how regex works is a must. Our article covers the basics of regex to guide you through the process of creating flexible patterns for manipulating and validating strings.

3/29/2023

Written by Fabien Schlegel

Fabien Schlegel

What is memoization in React

Learn how to optimize your ReactJS application by implementing memoization using TypeScript. This article covers the basics of memoization, how it works, and how you can use it.

3/8/2023

Written by Fabien Schlegel

Fabien Schlegel

How to structure your React app

Without a proper strategy in place, working on a React project can become a daily chore and an overwhelming task.

1/25/2023

Written by Fabien Schlegel

Fabien Schlegel

How to useEffect hook in your React components

The useEffect hook for React helps you to create side effects in your functional components.

1/4/2023

Written by Fabien Schlegel

Fabien Schlegel