Personal Blog written by Nicolas Gehlert, software developer from Freiburg im Breisgau. Developer & Papa. Github | Twitter
Articles with tag:
TypeScript
Why Angular signals
September 01, 2024
TypeScript
JavaScript
Angular
signals
Let's talk about the 'why'. What is the big picture behind signals. And we wrap it up with some best practices
Custom onDestroy / teardown rxjs pipe
April 02, 2024
TypeScript
JavaScript
Snippet
rxjs
A quick introduction into rxjs custom pipes with an example of a custom teardown pipe
Typescript decorator to call a method only once
May 01, 2023
TypeScript
Snippet
TypeScript decorator function that allows you to call a setter only once
TypeScript decorator to log method durations
October 03, 2022
TypeScript
Snippet
Quick snipped to log duration of methods in TypeScript with zero effort
Get object reference IDs in JavaScript/TypeScript
September 28, 2022
TypeScript
JavaScript
Snippet
Easy way to get unique object reference IDs in JavaScript/TypeScript
Object destructuring into class variables
March 27, 2022
TypeScript
Tutorial
How to use object destructuring and directly assign the properties to TypeScript class variables