Posts
Build a Vite 5 Backend Integration with Flask
February 27, 2024•3,385 words
Learn how to build a lightweight backend Vite integration using a Flask Blueprint in ~50 lines of code.
Move manifest.json to the Output Directory's Parent in Vite 5
February 7, 2024•825 words
Move Vite's manifest.json file outside of the build directory.
Fuzzing an API with libfuzzer
January 23, 2024•1,851 words
[Edit] I was just told that libFuzzer is deprecated. I think the ideas presented are valid for any fuzzer, but the details will differ. When I ment...
Astro Healthcheck
December 29, 2023•346 words
Monitoring Your Blog for Issues
Angular Dynamic host Property Usage
December 28, 2023•819 words
In directives and components alike, it can be a pain to add attributes and bindings to the host element. Instead of using DI to change the host, try this instead.
Angular's Templates Don't Work the Way You Think They Do
December 27, 2023•627 words
Angular templates are mission-critial for components. But how do they work? Using a compiler, yes, but how do they bind to the DOM itself? Read on to find out.