Tag: node

Take Your Node Back End To The Next Level With NestJS

Take your Node backend to the next level with NestJS

Dev

NestJS forces developers to use a specific architecture, ensuring your application is scalable, testable, and loosely coupled.

Maciej Cieślar
Nov 4, 2019 ⋅ 5 min read
Creating A Full-Stack MERN App Using JWT Authentication

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

Dev

In the final part of our tutorial, we create and validate users and generate our app’s responses.

Praveen Kumar
Oct 25, 2019 ⋅ 12 min read
Running A Flutter Web App And API On Node.js

Running a Flutter web app and API on Node.js

Dev

We add web support to an existing Flutter app and run it on a Node.js server alongside a simple API.

Brian De Sousa
Oct 23, 2019 ⋅ 6 min read

Design patterns in Node.js: Part 2

Dev

Learn about when and why you should use these four design patterns in Node.js.

Fernando Doglio
Oct 2, 2019 ⋅ 9 min read
Building A Photo Gallery App From Scratch With Chakra UI

Building a photo gallery app from scratch with Chakra UI

Dev

We build a complete photo gallery app from scratch and take Chakra UI for a spin for component styling.

Foysal Ahamed
Oct 2, 2019 ⋅ 18 min read

Use cases for Node workers

Dev

A Node.js thread worker is a great option when you want to improve performance by freeing up the event loop. Read more about it in this post.

Godwin Ekuma
Oct 1, 2019 ⋅ 5 min read
Creating A Full-Stack MERN App Using JWT Authentication

Creating a full-stack MERN application using JWT authentication: Part 3

Dev

In part three of our tutorial, we configure our client-side React app and authentication methods.

Praveen Kumar
Sep 30, 2019 ⋅ 22 min read

How to use event-driven programming in Node.js

Dev

If it is applied to the right place and for the right scenario, the event-driven programming paradigm can be a huge win for application architecture.

Vlado Tesanovic
Sep 24, 2019 ⋅ 4 min read
Crafting Build Pipelines With Docker

Crafting build pipelines with Docker

Dev

Learn how you can use a multi-stage Docker build for your Node.js application.

Ashley Davis
Sep 23, 2019 ⋅ 6 min read

Full-text search with Node.js and ElasticSearch on Docker

Dev

Software development is fun. With Docker, Node, and ElasticSearch it’s even better!

Michele Riva
Sep 14, 2019 ⋅ 11 min read
How Node.js developers can use Hype-V virtual machines and WSL2

Working with Node.js on Hyper-V and WSL2

Dev

A comparison of Hyper-V virtual machines and Windows Subsystem for Linux 2 (WLS2) for Node.js developers using an instance of Ubuntu 19.

Brian De Sousa
Sep 11, 2019 ⋅ 9 min read

Writing a working chat server in Node

Dev

In this article, I want to share how to build an actual chat server that you’ll be able to use from day one.

Fernando Doglio
Sep 8, 2019 ⋅ 8 min read