Starting with a new programming language can be a daunting task. In the case of Node.js, it can be difficult […]
As I was surfing the internet, I came across this tweet. It seems that front-end devs are tired of requesting […]
Tesseract.js Many note-taking apps nowadays offer to take a picture of a document and turn it into text. I was […]
If you’re bundling front-end assets, chances are you’re using a tool to do it. And that tool, most likely, is […]
Recently different tools and workflows have emerged in order to make the front-end development process easier — one of these tools is […]
The advice in this article applies to any API. However, some of the issues we’ll consider are easier to encounter […]
When I started developing no one was talking about “compiling” their JavaScript sources. Everyone just wrote a couple of scripts […]
Grab a coffee, settle in, and read slow. Our review doesn’t miss much.
TL;DR: Some dude gave away his popular Node.js repo to a hacker, and that hacker added code to it that […]
You have probably heard about a recent incident where a popular npm package, event-stream, included malicious code that could have […]
Every now and then you run into a cranky programmer who hates Javascript. They argue that JavaScript is terrible because […]
Manually restarting an application’s process after each change to the codebase can be both exhausting and frustrating. Fortunately, one brilliant […]