Portable Node.js
A very practical guide on how to write Node.js applications that can run seamlessly in WIndows, Mac OSx and Linux.
“Just because something doesn’t do what you planned it to do doesn’t mean it’s useless”
Best 7 links of week #4, 2019
A very practical guide on how to write Node.js applications that can run seamlessly in WIndows, Mac OSx and Linux.
CockroachDB uses RocksDB for its storage engine because of RocksDB's rich feature set, which is necessary for a complex product like a distributed SQL database.
A data science project to uncover the true identity of the notorious JavaScript parody account.
Reproducible steps for identifying unwanted and malicious code in your dependencies.
In this article we will explore different ways to create iterators and iterable values in Javascript, specifically functions, iterators, iterables and generators.
A collection of 8 common mistakes that you might do while building your next API in Node.js and how to avoid them.
From campfires to books to advertisements to film, stories have a power over us that no other human invention can wield. This article will explain you the basic principles to propose your narrative by using well know storytelling techniques. Warning: your next slides presentation or technical article might become more exciting!
by Jeffrey E. F. Friedl
Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Perl, Python, Ruby, Java, VB.NET and C# (and any language using the .NET Framework), PHP, and MySQL.If you don't use regular expressions yet, you will discover in this book a whole new world of mastery over your data. If you already use them, you'll appreciate this book's unprecedented detail and breadth of coverage.