Posts tagged with “Web”
Rebuilding this site
I first made this site back in 2016, and since then it hasn’t had any substantial updates to its design or overall structure. Here we are now in 2024, and I find myself to be a developer with a blog that doesn’t have a dark theme.
Easy SVG sparklines
Sparkline charts are compact, simple charts showing a general trend without getting into the nitty-gritty of a more complete solution.
Using Declarative Shadow DOM to embed HTML emails on a web page
Recently, I worked on embedding HTML emails into a web page for Mailgrip. I’d done something similar in the past using iFrames, but this time used the Declarative Shadow DOM instead. It resulted in a much easier implementation, with less reliance on client-side JavaScript.