Thomas Portelange
LeKoala Dev Blog

LeKoala Dev Blog

Follow
homebadges

Welcome to Belgium: e-Box Enterprise

Jun 16, 20233 min read

As a web developer, it's always painful when you have to work with a badly designed web application. As a lucky Belgian and company owner, I need to...

Welcome to Belgium: e-Box Enterprise

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

Splitting your media queries into multiple files

Feb 20, 20235 min read

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

Splitting your media queries into multiple files