List of Dévoreur 2 Code articles

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

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