JavaScript Articles, Tutorials & News

Building Full-Text Search in JavaScript

I dedicated the last few days of 2024 on refreshing my website. The project started around 2002, when the Internet was not widespread, there was no GitHub, Wikipedia or anything we know right now. Thus the website served also as a hosting platform for my …

Read more »

The Humble for Loop in JavaScript

I’ve seen some programmers try to avoid the humble for loop at all costs, in favor of more functional abstractions. I’m going to argue that the for loop is sometimes simply the best option. That doesn’t mean you should always use it — far from it — but …

Read more »