TIL articles with the tag "javascript" so far.
javascript
-
Moving from Elasticsearch to Meilisearch: the good, the bad, the surprise
Posted on: February 17, 2026How migrating our internal search engine made fixing bugs easier and increased overall developer experience
web-dev database javascript
-
More on the event loop
Posted on: March 07, 2024It's not just the callback queue. It's macrotask vs microtask queue!
javascript computer-science
-
Explaining some JavaScript weirdness
Posted on: December 08, 2023JavaScript is used as a source for a lot of programming memes. Let's explain some of them.
javascript computer-science
-
Best practices of concurrencies in Javascript
Posted on: October 24, 2023Working with concurrency and asynchronous code can be difficult. Best practices can help
javascript computer-science
-
The intricacies of the event loop
Posted on: October 22, 2023Asynchronous code would be impossible without the event loop. But how does it work?
javascript computer-science