Thomas Portelange
LeKoala Dev Blog

LeKoala Dev Blog

Follow
Follow
homebadges
Tag

js

#js

More content

Read more stories on Hashnode


Articles with this tag

Finding a lightweight, yet extensible, Wysiwyg editor

May 12, 20232 min read

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...

Finding a lightweight, yet extensible, Wysiwyg editor

Modern way to sanitize your data using the Sanitizer API

May 5, 20232 min read

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...

Modern way to sanitize your data using the Sanitizer API

Many ways to deal with events in javascript

Apr 20, 20233 min read

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...

Many ways to deal with events in javascript

Querying elements in a typesafe manner

Apr 11, 20234 min read

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...

Querying elements in a typesafe manner

Beautifully animated toasts stacks

Dec 22, 20221 min read

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...

Beautifully animated toasts stacks

Autocomplete and accessibility

Nov 8, 20222 min read

Since I created my Bootstrap Tags library, I realized that it also contained most of what was needed to create an Autocomplete library. I gave it a...

Autocomplete and accessibility