JavaScript

Video Thumbnail
Video

Node.js and JavaScript at the edge: The why, what, and how

Michael Dawson

Node.js and JavaScript have always been a great fit for Internet of Things (IoT) applications due to their asynchronous nature and easy integration with C/C++ through add-ons. They are also heavily used in cloud and web-based applications running on existing IT infrastructure.

openshift containers
Article

How to deploy Meteor.js applications to OpenShift

Yashwanth Maheshwaram

Learn how to deploy Meteor.js applications to Red Hat OpenShift, which offers a great developer experience for running JavaScript applications at scale.

openshift containers
Article

How to deploy Next.js applications to OpenShift

Yashwanth Maheshwaram

Learn how to deploy Next.js applications to Red Hat OpenShift, which offers a great developer experience for running JavaScript applications at scale.

OpenShift
Article

How to deploy Vue.js applications to OpenShift

Yashwanth Maheshwaram

Learn how to deploy a Vue.js application on Red Hat OpenShift, which has powerful features that make it easy to manage and scale your app in production.

Node.js reference architecture
Article

CI/CD best practices in Node.js

Lucas Holmquist

This article offers guidance on continuous integration/continuous delivery (CI/CD) from the Node.js reference architecture teams.

Node.js reference architecture
Article

How to handle transactions in Node.js

Michael Dawson

This installment of our Node.js reference architecture series covers integrating transactions into your application.

Lesson Thumbnail
Lesson

Developing with Node.js

This track provides an introduction to cloud-native development with Node.js by walking you through how to extend an Express.js-based application to leverage cloud capabilities.

15 minutes | Beginner
Deploy a sample app in the sandbox
Article

Deploy React applications to OpenShift

Yashwanth Maheshwaram

Learn how to deploy a basic React application to Red Hat OpenShift and get the benefits of continuous deployment without having to deal with Kubernetes.

Node.js container with S2I feature image
Article

How to deploy Next.js applications to Red Hat OpenShift

Michael Dawson

Next.js is one of many popular frameworks for deploying sites based on Node.js. In this article, you'll learn how to deploy Next.js applications using the ubi8/nodejs-16 and ubi8/nodejs-16-minimal containers available from Red Hat. We will also show you how to deploy the containers to Red Hat OpenShift.

Node.js reference architecture
Article

8 elements of securing Node.js applications

Lucas Holmquist

Discover key elements of building security into your software development process such as managing access in part 9 of the Node.js reference architecture series.

Featured image for Apache Kafka credential management with Node.js
Article

Join the Red Hat team at OpenJS World 2022

Lucas Holmquist +2

Node.js and open source developers are gathering at OpenJS World in Austin. Find out what Red Hatters and IBMers will be presenting there.

secure coding
Article

Biometric authentication with WebAuthn and SSO

Philip Hayes

Improve security by using biometric data for user authentication. Configure Red Hat SSO to use WebAuthn and deploy test client for biometric authentication.

Content for Node.js developers at NearForm event
Article

Best of NodeConf Remote: The 30-second review

Lucas Holmquist +2

Get the NodeConf Remote 2021 highlights, including the Node-RAPIDS machine learning framework, cloud-native Node.js development on Kubernetes, and more.

Deploying Node.js applications to Kubernetes with Nodeshift and Minikube
Article

Consume Pino logs from Node.js applications

Ash Cripps

Learn how to create and consume Pino logs from Node.js applications with OpenShift's logging service. Recommended when building applications in the cloud.

ECMAScript modules cheat sheet feature card
Cheat Sheet

ECMAScript Modules Cheat sheet

Lucas Holmquist

ECMAScript modules (ESM) are the official standard format for packaging JavaScript code for reuse.