Lukas Bach
Blog
Subscribe to my
Medium Blog
to get notified about new articles.
Obsidian
A more streamlined development workflow for Obsidian plugins
I recently started to play around with Obsidian as note taking app, and am a very big fan of the large availability of community plugins and the open architecture that really allows lots of customiza…
April 28, 2023
6 minutes
Typescript
TypeScript: The many types of nothing
Almost all programming languages have a special value that can be used to denote that a variable is uninitialized, not yet defined or was set in the context of a corner case. Perl calls it undef, Pyt…
March 30, 2023
8 minutes
Typescript
TypeScript: Properly filtering arrays for non-null values
If you have used JavaScript and array operations for a while, there is a good chance you wanted to filter an array for non-null values. And if you are using TypeScript, there is a chance you ended up…
January 13, 2023
2 minutes