PinnedSébastien SougnezinJavaScript in Plain EnglishData driven application with Angular using ng-storeManaging data in an Angular application can be quite tricky sometimes. ng-store provides a reactive store and features to make it easier.Dec 23, 2022Dec 23, 2022
Sébastien SougnezinJavaScript in Plain EnglishAngular: From zero to somewhere — IntroductionIntroduction to the Angular ecosystemSep 24Sep 24
Sébastien SougnezinJavaScript in Plain EnglishHandle CSS and Links in Dynamically Injected HTML using AngularExplanation of a directive injecting HTML in a container that honors the component scoped CSS and uses Angular router for internal links.Oct 14, 20211Oct 14, 20211
Sébastien SougnezinJavaScript in Plain EnglishHow I used a TypeScript decorator to solve a coding issueExplanation of a use case for custom TypeScript decorators in an Angular project.Oct 9, 20212Oct 9, 20212
Sébastien SougnezinJavaScript in Plain EnglishAngular meets RxJS: Error handlingExplanation about the different ways of handling errors using RxJS: the error callback, “catchError”, “retry”, “retryWhen”.Mar 14, 2021Mar 14, 2021
Sébastien SougnezinJavaScript in Plain EnglishAngular meets RxJS: Higher-order observablesExplanation of the concept of higher-order observables using operators such as “mergeMap”, “concatMap”, “exhaustMap” and “switchMap”Mar 11, 2021Mar 11, 2021
Sébastien SougnezinJavaScript in Plain EnglishAngular meets RxJS: “takeUntil” and the “async” pipeHow to use the “takeUntil” operator and the “async” pipe to simplify subscriptions management.Mar 11, 2021Mar 11, 2021
Sébastien SougnezinJavaScript in Plain EnglishAngular meets RxJS: RxJS operatorsPart 3: Explanation of some popular RxJS operators such as “pluck”, “debounceTime”, “bufferCount”, “throttleTime”, “reduce”, etcMar 10, 2021Mar 10, 2021
Sébastien SougnezinJavaScript in Plain EnglishAngular meets RxJS: RxJS operatorsPart 2: Explanation of some popular RxJS operators such as “take”, “first”, “distinctUntilChanged”, “filter”, “map”, etcMar 9, 2021Mar 9, 2021
Sébastien SougnezinJavaScript in Plain EnglishAngular meets RxJS: RxJS operatorsPart 1: Intro to functional programming, marble diagrams and explanation of RxJS creation operators such as “of”, “from”, “fromEvent”, etcMar 9, 2021Mar 9, 2021