List of Dévoreur 2 Code articles

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

TypeScript: types, interfaces and classes

Let's explore the basics of TypeScript, focusing on types, interfaces and classes. Learn how to use them to improve the robustness of your TypeScript code.

10/18/2023

Written by Fabien Schlegel

Fabien Schlegel

JavaScript arrays

Learn how to create and manipulate arrays in JavaScript with this comprehensive article. Discover the fundamentals of arrays, as well as advanced techniques for iterating, transforming, filtering, aggregating and sorting data.

10/11/2023

Written by Fabien Schlegel

Fabien Schlegel