Tag: node

Creating A Full-Stack MERN App Using JWT Authentication

Creating a full-stack MERN app using JWT authentication: Part 1

Dev

In part one of our tutorial, learn how to generate, decode, and validate JWT on our server.

Praveen Kumar
Jul 30, 2019 ⋅ 6 min read
ES Modules In Node.js 12

ES modules in Node.js 12, from experimental to release

Dev

Node 12 moves us one step closer to full support for ES modules.

Brian De Sousa
Jul 22, 2019 ⋅ 5 min read

Node.js 12: The future of server-side JavaScript

Dev

If you’re a fan of JavaScript and Node.js, like I am, you’ll be excited to know it’s about to get a whole lot better.

Paige Niedringhaus
Jul 15, 2019 ⋅ 6 min read

Comparing the Stream API and (async) generators in Node.js v10

Dev

In this post, we will implement four infinite counters and see how streams and generators behave similarly but are fundamentally different.

Daishi Kato
Jul 3, 2019 ⋅ 4 min read

8 DOM features you didn’t know existed

Dev

With so much focus on tooling lately, it’s nice to take a break from all of the React and npm-install-everything […]

Louis Lazaris
May 27, 2019 ⋅ 10 min read

Understanding Shadow DOM v1

Dev

The shadow DOM is not a villain from a superhero movie. It’s not the dark side of the DOM, either. […]

Faraz Kelhini
May 1, 2019 ⋅ 13 min read

How to create a 2D multiplayer game with Vue.js and Socket.io

Dev

Watch the summary here: When it comes to real-time communication between multiple clients and a server, RESTful and GraphQL APIs […]

Nic Raboy
Apr 30, 2019 ⋅ 6 min read

Experimental Node.js: Testing the new performance hooks

Dev

Performance monitoring is a very important topic for any application that expects to be deployed into a production environment. Performance […]

Fernando Doglio
Apr 16, 2019 ⋅ 9 min read

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