Best of Node.js — April 2021
- 1
- 2
LogRocket·5y
3 services to deploy your Node.js app for free
In this tutorial, we will see how to deploy a Node.js API built with Express and MySQL to three different services. All the services listed in this post are absolutely free, and the best part that is you don’t need to reach for your credit card — it will not be required.
- 3
freeCodeCamp·5y
Learn Docker by Building a Node / Express App
Learn Docker by Building a Node / Express App using Docker. Learn more about Docker by building a Node or Express app with Docker. See more Docker news on CNN.com and follow us on Twitter @CNNDocker and @Dockersport. Beau Carnes is the co-founder of Docker and co-creator of the Docker Swarm app.
- 4
Hashnode·5y
Node.js + Express Tutorial for 2021 – Getting Started with the JavaScript Web Server Framework
Node.js with Express is a popular combo used by a lot of applications worldwide. This tutorial helps you get started with Node.JS and Express by building a simple web server. Your server will serve up an HTML page, which will be accessible by other people. Do not copy the code from the tutorial. Write the code yourself to learn better.
- 5
LogRocket·5y
Why you should use an Electron alternative
Electron is a cross-platform application development framework created by GitHub. Electron integrated the Chromium project and Node.js into one bundle. It exposed a generic JavaScript API for native features such as displaying dialog boxes, sending notifications, and creating notification and tray icons. The Electron framework has several critical performance issues.
- 6
- 7
daily.dev·5y
Building micro-frontends, improve your programming skills, and a free Apple Watch - Picks #175
This is your chance to win a new Apple Watch for free. Every month we will choose a new epic prize to be awarded. Yesterday we launched our new Ambassadors Program. This is the first month of the program. To sign up, go to: http://daily.dev/monthly-prize.
- 8
JavaScript in Plain English·5y
How to create an Authentication System using JWT and Node.js
In this tutorial, we will learn everything about how you can use JWT in Node.js to authenticate users. We will create APIs for signup, login, and logout using node.js. To complete this tutorial we would require the following: Postman: Used as an API client to Create or Test API’s. Node Package Manager (npm) must be installed in your system.
- 9
JavaScript in Plain English·5y
How to Dockerize a Node.js Application
Docker is a tool that allows you to run an application on any machine. This beginners guide aims to assist you in building and deploying a simple Node.js application image. This guide assumes you have some basic knowledge of node and express framework. You also need to have docker installed on your machine.
- 10
JavaScript in Plain English·5y
Best Tricks to Make Your Node.js Web App Faster
JavaScript is the most popular choice of programming language in the world for web app development as it is easy to learn and works well when combined with other languages. Big companies with heavy traffic are fearlessly hiring Node.js app developers for their platforms like eBay, Microsoft, Yahoo, Netflix, and LinkedIn.
- 11
Smashing Magazine·5y
Building A Video Streaming App With Nuxt.js, Node And Express
In this article, we’ll be building a video streaming app using Nuxt.js and Node.js. The app will handle fetching and streaming videos, generating thumbnails for videos, and serving captions and subtitles. This article is for developers who are willing to learn a new technology by building an actual project.
- 12
Bits and Pieces·5y
My Favorite Microservice Design Patterns for Node.js
Fernando Doglio shares his favorite microservice design patterns for Node.js. The idea is that you stop creating a single service for all your projects. There are many ways of splitting them up depending on the type of benefit you’re after. Here are some useful and interesting patterns for your microservices.