Blog
Here you find thoughts and tutorials on web development.
Google script development with TypeScript and bundling
6/30/2024A setup for developing Google scripts with all the good stuff
More...Disadvantages of Tailwind
3/23/2024Why the popular CSS framework is not maintainable
More...How not to use TypeScript
1/10/2024and common misconceptions about TypeScript
More...Why matrix notation makes sense
12/26/2023Ever wondered why we write a_ij for the entry in row i and column j?
More...How to create a pure CSS maze game
8/23/2023without any JavaScript
More...User authentication in SvelteKit from scratch
7/22/2023with MongoDB, JWTs and cookies
More...Group theory in TypeScript (Part 4)
7/8/2023Let's implement general constructions of groups!
More...Group theory in TypeScript (Part 3)
7/4/2023Let's bring group homomorphisms to TypeScript!
More...Group theory in TypeScript (Part 2)
6/30/2023Let's investigate more interesting examples of groups!
More...Group theory in TypeScript (Part 1)
6/28/2023Let's develop some mathematics with generic classes!
More...How to implement a cookie-based dark mode toggle in SvelteKit
6/23/2023Implemented using server-side rendering and SvelteKit's handle hook.
More...Benefits of explicit function return types in TypeScript
6/20/2023Explicit return types improve documentation, code correctness and the refactoring experience.
More...Why I Love TypeScript
6/17/2023TypeScript is used for autocompletion, better documentation and understanding of code, and to reduce bugs.
More...First post
6/16/2023Welcome to my blog!
More...