Développement web & Design
Control equality checks when defining signals in Angular
Publié par Estelle le 10/13/2024
Some examples of the signal API in Angular
Publié par Estelle le 10/10/2024
Simple RxJS technique for debugging in Angular
Publié par Estelle le 7/25/2024
TypeScript 'as const' annotation: advantages and examples
Publié par Estelle le 1/28/2024
TypeScript is a superset of JavaScript that provides static typing and additional language features that help developers write more robust and scalable code. One of the language features that TypeScript provides is discriminated union types, which allow you to create complex types that are composed of simpler types.
Publié par Estelle le 5/7/2023
What is a decorator and how to implement it for your custom needs?
Publié par Estelle le 4/10/2023
Sogeti JavaScript Community talk (4th of April, 2023)
Publié par Estelle le 4/8/2023
Why you should avoid else statement in your code.
Publié par Estelle le 11/27/2022
CSS containment provides a way to isolate parts of a page and declare to the browser these parts are independent from the rest of the page in terms of styles and layout.
Publié par Estelle le 11/19/2022
What is Change Detection in Angular Framework, how is it working, how to control it.
Publié par Estelle le 10/15/2022
Simple and easy step by step tutorial to build a drag & drop feature, based on observables
Common RxJS operators explained and illustrated with examples
Publié par Estelle le 9/26/2022
A new CSS selector which simplifies the styling of your web page.
Publié par Estelle le 8/20/2022
Publié par Estelle le 6/17/2022
Handy alias to know on which branch you were working on.
Publié par Estelle le 2/6/2022
Review of the different options for template type checking in Angular, and emphasis on the power of strictTemplates option.
Publié par Estelle le 2/5/2022
We compare the performance of the 3 methods shown in the previous post: spread operator, JSON.stringify and lodash cloneDeep.
Publié par Estelle le 1/9/2022
Why and how cloning an object with a few different methods
Publié par Estelle le 12/29/2021
trackBy function allows to tell Angular how to track items in the ngFor directive.
How to debug easily your angular projects with 'ng'.
Publié par Estelle le 10/2/2021
In this post we go through some of the main best practices of TypeScript and what we can do to write a better code.
Publié par Estelle le 7/23/2021
Step by step guide to configure ESLint into your TypeScript project
Quick tip to debug faster
Publié par Estelle le 3/14/2021
Enhance user experience by providing multiple color themes
Quick tip to show you how to setup a dark mode using only one CSS property
Definition of TypeScript unknown type and some use cases
Comparison between || and ?? operators in JavaScript
Update object properties using the spread operator: interest and examples
We compare the performance of the 3 methods shown in the previous post
3 methods to easily remove duplicates from an array using JavaScript
Presentation of object destructuring, its interest and some examples