Blog
November 25, 2025
Made a markdown editor
I created a web app using Next.js, because I wanted to reduce the friction of writing markdown posts to my dev blog at danielhaven.dev. You can find the repo here.
ReadNovember 11, 2025
There Is No Backend and Frontend Distinction Outside of Web Development
As a full-stack web developer, attempting to create an iOS app has taught me a key difference between the way memory is handled in a web application vs. mobile and desktop applications. In a web...
October 30, 2025
Portion Testing
When dealing with a particularly complicated code, like those that deals with an API and use multiple dependencies which are complicated to stub out, breaking the code into separate functions and...