List of Dévoreur 2 Code articles

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

JavaScript - the Reduce method

Discover everything you need to know about the reduce method in JavaScript. This advanced guide will teach you how to use it, its tricks, and concrete examples to improve your JavaScript development expertise.

9/20/2023

Written by Fabien Schlegel

Fabien Schlegel

Typescript Enums

TypeScript Enums simplify code and enhance readability. This comprehensive article explores the concept of enums, their syntax, benefits, and best practices.

6/28/2023

Written by Fabien Schlegel

Fabien Schlegel

TypeScript for React Development

Discover the advantages of using TypeScript in React development to enhance productivity, maintainability, and collaboration. Learn how TypeScript empowers developers to build robust React applications.

6/21/2023

Written by Fabien Schlegel

Fabien Schlegel