List of Dévoreur 2 Code articles

Remove utility libraries such as Lodash

Discover how to reduce dependency on external libraries like Lodash to improve the performance and maintenance of your TypeScript code.

5/21/2024

Written by Fabien Schlegel

Fabien Schlegel

Lists of objects in TypeScript : Intersection, Difference and Union

Discover how to efficiently compare arrays of objects in TypeScript by exploring the concepts of intersection, difference and union.

4/19/2024

Written by Fabien Schlegel

Fabien Schlegel

Managing client-side data with localStorage and sessionStorage

How to take advantage of localStorage and sessionStorage to store client-side data.

3/28/2024

Written by Fabien Schlegel

Fabien Schlegel

Atomic Design: Building modular interfaces

Discover how Atomic Design simplifies modular interface design. Practical guide and examples for developers.

2/7/2024

Written by Fabien Schlegel

Fabien Schlegel

Typescript : Taking advantage of utility types

Explore the types of TypeScript utilities for streamlining and optimizing code in your projects. Learn how to leverage these powerful tools to increase code productivity and efficiency.

1/3/2024

Written by Fabien Schlegel

Fabien Schlegel