notes
-
typed socket.io error handler
How to create a fully typed socket.io error handler
-
getting started with the Type<Challenge[]>
my approach to the "typescript challenge" and how to start understanding the playground
-
typescript generics series - arrays
how we can work with array types in typescript generics
-
typescript generics series - readonly
how readonly works in generics
-
setting up debugging with node and typescript in visual studio code
Setting up debugging in node can be tricky. Two snippets to remember when you setup a typescript node.js project.
-
powerbi: handling iso weeks
handling iso calendar weeks in powerbi
-
arduino: how to use the serial plotter of the Arduino IDE
How to use the serial plotter of the Arduino IDE
-
mongo fixing broken timestamps
fixing timestamp stuff which causes me headache
-
make ftp working with ssh without changing permissions
SFTP as with other users than root. Solving problems with SFTP without changing the owner of the file.