Tag: node

Pro Node.js tips

Dev

Starting with a new programming language can be a daunting task. In the case of Node.js, it can be difficult […]

Fernando Doglio
Mar 29, 2019 ⋅ 15 min read

Demonstration on how to use GraphQL with Node and Vue in bits

Dev

As I was surfing the internet, I came across this tweet. It seems that front-end devs are tired of requesting […]

Mesh Seun
Feb 15, 2019 ⋅ 11 min read

How to extract text from an image using JavaScript

Dev

Tesseract.js Many note-taking apps nowadays offer to take a picture of a document and turn it into text. I was […]

Maciej Cieślar
Feb 12, 2019 ⋅ 6 min read

New features in webpack 5

Dev

If you’re bundling front-end assets, chances are you’re using a tool to do it. And that tool, most likely, is […]

Dennis Gaebel
Feb 6, 2019 ⋅ 5 min read

Tools and modern workflow for front-end developers

Dev

Recently different tools and workflows have emerged in order to make the front-end development process easier — one of these tools is […]

Ogundipe Samuel
Feb 4, 2019 ⋅ 9 min read

Common API mistakes and how to avoid them

Dev

The advice in this article applies to any API. However, some of the issues we’ll consider are easier to encounter […]

Thomas Hunter II
Jan 14, 2019 ⋅ 12 min read

Using TypeScript transforms to enrich runtime code

Dev

When I started developing no one was talking about “compiling” their JavaScript sources. Everyone just wrote a couple of scripts […]

Florian Rappl
Jan 2, 2019 ⋅ 10 min read

A comprehensive look back at front end in 2018

Dev

Grab a coffee, settle in, and read slow. Our review doesn’t miss much.

Kaelan Cooter
Dec 28, 2018 ⋅ 11 min read

The latest npm breach… Or is it?

Dev

TL;DR: Some dude gave away his popular Node.js repo to a hacker, and that hacker added code to it that […]

Fernando Doglio
Dec 12, 2018 ⋅ 6 min read

How to protect your Node.js applications from malicious dependencies

Dev

You have probably heard about a recent incident where a popular npm package, event-stream, included malicious code that could have […]

Alberto Gimeno
Dec 7, 2018 ⋅ 3 min read

Is TypeScript on Node.js good enough for Java developers?

Dev

Every now and then you run into a cranky programmer who hates Javascript. They argue that JavaScript is terrible because […]

David Herron
Nov 15, 2018 ⋅ 16 min read

Creating Nodemon in Node.js

Dev

Manually restarting an application’s process after each change to the codebase can be both exhausting and frustrating. Fortunately, one brilliant […]

Maciej Cieślar
Nov 7, 2018 ⋅ 7 min read