If you were creating your own autocomplete in jQuery, React or any other library/framework you probably wanted to highlight some letters of each item that matches user search criteria something like this: In this article I will explain idea, and…
Posts published in “Javascript”
If you are .NET developer you are probably spoiled by how it is easy to manipulate collections using LINQ. However, if you are full stack developer and write a lot of Javascript you know that is not elegant to manipulate…
How many times you spotted some bug in npm library and just wanted to make small change (or large one) or you wanted some piece of functionality that was missing in original library but you still want simplicity of npm…