Hi, my name is

Jeppe.

I build software

A passionate software developer. I love to build software that makes a difference!

Jeppe Spanggaard

Get in Touch

Feel free to reach out to me anytime! Whether you have inquiries or simply want to drop a friendly “hello,” I’ll do my utmost to respond promptly!

Posts

Stop Re-Downloading Unchanged Blobs: Let Azure Answer 304 for You
Stop Re-Downloading …

I have an Azure Functions backend whose job, among other things, is serving a web app’s static files out of Blob Storage: JS bundles, fonts, icons, an index.html. Same files, same users, many times a day. And for a while, every single request did the same dumb thing: download the blob from …

One Endpoint, Whole Website: Serving a Static Site Through an Azure Function
One Endpoint, Whole …

I needed to host an internal handbook. Nothing fancy: a static site full of onboarding guides and how-tos, built with a static site generator into a folder of HTML, CSS, JS, and images. The one hard requirement: only signed-in employees get to see it. And that requirement quietly kills all the easy …

Your Add-in Gets a Free Folder in Everyone's OneDrive (Use It)
Your Add-in Gets a Free …

My Outlook add-in has a handful of user preferences: which tab to open by default, language, a “don’t show this tip again” flag. Small stuff. A single JSON blob. So where do you put it? localStorage is per-device, per-browser, and mobile WebViews evict it whenever they feel like …

Loading GitHub pull requests...