JS Reference: Array Methods
On the other day I was writing a function, where I needed to filter and "simplify" an array of JS objects. The logic to filter was somewhat… »
On the other day I was writing a function, where I needed to filter and "simplify" an array of JS objects. The logic to filter was somewhat… »
So you want to test a fancy Node.js CLI tool, but do not have Node.js installed, or do not want to install it locally? Docker to the rescue… »
A review of 2016, and what I have been doing, both professionally and on my free time. Several system upgrade and implementation projects as… »
There are plenty of good tutorials how to run your Node.js application on linux server "forever" with PM2, such as How To Set Up a Node.js… »
I had to jump through a few hoops to get ESLint to work in Sublime Text. Let this be a note to self for future reference and hopefully for… »