I'm in the process of building a collection of custom elements for my web applications (more on that next time). Today I wanted to talk about a...
If you don't know what the Sanitizer API is, I highly recommend reading this article. So, that's all well and good... but that's only supported in...
Do you remember the time where you discovered document.ready ? I do, it seemed like magic: run the code once your html is loaded. Then, you initialise...
If you are like me, you may not like typescript but you do like proper types. With jsdoc, it's easy enough to add proper typing to any bit of vanilla...
Before the summer, I had the pleasure to read this article that talked about splitting your css into multiple files to optimize file size. At the...
I've already talked about my "toaster" library in a previous article. Today, I've released a rather nice update that makes the Bootstrap toasts stack...