Modern tooltips
This is a quick article to share this demo I just made. https://codepen.io/lekoalabe/pen/JoPNWpX

Search for a command to run...
Articles tagged with #es6
This is a quick article to share this demo I just made. https://codepen.io/lekoalabe/pen/JoPNWpX

Let's take this article about toaster and this article about custom elements and merge them together to create a new article about toast notification as custom elements. I recently published pop-notify a custom element that is framework agnostic, ful...

I've just finished a major update of my library Modular Behaviour. Let me walk through what it could bring to you. For vanilla js lovers If you are using big frameworks like react, vue, etc... this will not apply to you. But if you are working with s...

This is a quick article about configuring a simple yet effective way to manage your scripts. Let's say you are using esbuild, your probably have some kind of build command. Recently, I added a bump command to make my life easier. The package.json loo...

I've just made an interesting discovery when working on my Bootstrap Tags library when it comes to minified file size. Let me share with you what I found out. Minification with ESBuild I'm using ESBuild as a build tool. It's really nice and convenien...

I just read this article about modern javascript and that was an excellent opportunity to review what can be used these days without resorting to compiling javascript. I've always been reluctant to compile javascript. I'd like to be able to tweak thi...
