Note: these features are not in TypeScript (Aug 2024), that's a "what if" sort of posts about the things which I wish TS had, because on my daily...
Before we start I have been working with IndexedDB for more than 3 years. When I just started, I thought, huh, it's similar to MongoDB, easy-peasy....
Hey! What do you know about string type in JavaScript? I believe you saw gazillion times about 1+'1' or so. In this article, I won't talk about it,...
I recently saw this tweet https://twitter.com/thomasfindlay94/status/1672211922517622784: While many responses were related to missed await before...
This article was initially published in my custom blog, but since I migrate to hashnode, I re-visited and re-wrote it The article focuses on the event...
Some time ago I was working with big arrays of about 2.000.000 elements. One of the operations was to find the maximum value in the array. Sounds...