Tag: node

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
Full-Stack Observability

Full-stack observability: LogRocket, DataDog, Honeycomb

Dev

In this post, we will set up an observable system for a React/Redux app and a Node.js back end deployed […]

Praveen Durairaj
Oct 30, 2018 ⋅ 7 min read

Creating a logger in Node.js from scratch

Dev

Learn how to create a logger in Node.js with built-in transports.

Maciej Cieślar
Oct 17, 2018 ⋅ 10 min read

SQL is neither dead nor a dinosaur. You should use it for your web app.

Dev

SQL and this dinosaur may be old, but they’re very much alive and kicking. Introduction SQL(Structured Query Language) is a language […]

Ogundipe Samuel
Sep 21, 2018 ⋅ 6 min read

A beginner’s guide to redux-observable

Dev

Redux-Observable is a Redux middleware that allows you to filter and map actions using RxJS operators. RxJS operators like filter() […]

Val Karpov
Sep 15, 2018 ⋅ 4 min read