Tag: node

Generating Video Previews With Node.js And FFmpeg

Generating video previews with Node.js and FFmpeg

Dev

FFmpeg is a great choice for video manipulation. Learn to generate video previews by using it alongside Node.js.

Maciej Cieślar
Dec 9, 2019 ⋅ 7 min read
Understanding Elasticsearch Query Body Builder In Node.js

Understanding Elasticsearch query body builder in Node.js

Dev

Learn how writing queries using the builder syntax offers big advantages over raw Elasticsearch queries.

Alexander Nnakwue
Dec 6, 2019 ⋅ 13 min read
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