List of Dévoreur 2 Code articles

Pew - A Python Library to create virtual environments

Learn how to use Pew, a Python library, to create and manage virtual environments, allowing you to work with different versions of Python and project dependencies without affecting your system configuration.

10/14/2019

Written by Fabien Schlegel

Fabien Schlegel

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