RSSAmplifier

Blog

wh!le / blog

Recent content on wh!le / blog

blog.whilenot.devRSS feed ↗2 posts

Latest posts

TypeScript source code generation

Examples of different methods to generate valid TypeScript source code via metaprogramming It’s about time for another blog post… been a while! While I still owe it to myself to write the 2nd part of the previous blog post (does anybody have tips for shitty bugs?), I thought it would be time to write about a different topic - Metaprogramming as programming technique. Sometimes writing…

Cool Bugs VS Shitty Bugs, Part 1: Cool Bugs

Streaming video via Motion JPEG and counting established TCP sockets - a declarative promise with a catch Recently I had to debug a problem in an Single Page Application (SPA) regarding Motion JPEG streams for one of my clients. I found this journey so interesting that I wanted to share it as my first blog post. The post should give the reader an introduction on what it means to do frontend…