Thomas Portelange
LeKoala Dev Blog

LeKoala Dev Blog

Follow
homebadges
Tag

JavaScript

#javascript

More content

Read more stories on Hashnode


Articles with this tag

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

The only snippet you will need to deal with push notifications in a service worker

Oct 26, 20222 min read

I'm working on a PWA at the moment. What a great time it is to be able to develop near native looking mobile applications without having to deal with...

The only snippet you will need to deal with push notifications in a service worker

Some things I didn't know about custom elements

Aug 18, 20222 min read

So today I spent a few hours on stupid things but hey, at least I've learned some new tricks about custom elements, aka Web Components. Let me share...

Some things I didn't know about custom elements

Self-initializing elements with super powers

Jul 1, 20223 min read

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

Self-initializing elements with super powers