List of Dévoreur 2 Code articles

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

Handling complex types: Union, Intersection and Typeguards in TypeScript

Explore the subtleties of TypeScript's advanced handling of complex types such as unions, intersections and typeguards to enhance the robustness of your applications.

11/29/2023

Written by Fabien Schlegel

Fabien Schlegel

Mastering Map data structure in JavaScript

Explore the power of the Map data structure in JavaScript, its advantages, basic operations, advanced uses, performance and real-life examples.

11/22/2023

Written by Fabien Schlegel

Fabien Schlegel

JavaScript: sorting algorithms

Discover how to implement and understand sorting algorithms, starting with bubble sort, followed by quick sort, merge sort and insertion sort, in JavaScript.

10/25/2023

Written by Fabien Schlegel

Fabien Schlegel