When it comes to the FIFO (First In, First Out) data structure commonly referred as a queue,...
Maybe I'll read this in a few months and laugh. But here I am, sharing a wishlist of small and big...
[EDIT] Support for subtitles added Offline Video Player is a new Express MVC application allowing yo...
httpstat.us is the perfect website for trying and learning any HTTP status and its meaning. You want...
If you've ever worked on a medium to big project I'm sure you know how painful it is to work with z-i...
In this article we're going to see how you can change an object immutably Add new propertie...
In this article we're going to see how you can change an array immutably Add new values at...
The problem Consider something like this const a = [1,2,3]; const b = a; a.push(4); cons...
So, SASS has variables, mixins, functions, parent selectors, nesting. Cool. That gives developers mor...