Lucas Holmquist's contributions
Use Node.js 12 on Red Hat OpenShift today
Lucas Holmquist
Get started with Node.js 12 on Red Hat OpenShift with these quick examples showing how to deploy an application using the Node.js 12 image.
Modern web applications on OpenShift: Part 3 -- Openshift as a development environment
Lucas Holmquist
This article, which is part 3 of a series about deploying modern web apps on Red Hat OpenShift, shows how to run your app's development server on OpenShift while syncing with your local file system.
Install Node.js on Red Hat Enterprise Linux
Lucas Holmquist
This post shows how to install the latest versions of Node.js on RHEL 8 and RHEL 9
Modern web applications on OpenShift: Part 2 -- Using chained builds
Lucas Holmquist
Part 2 describes how to use the Node Builder image as a "pure" builder image and combine it—using an OpenShift chained build—with a pure web server such as NGINX for a more production-ready build.
Modern web applications on OpenShift: Part 1 -- Web apps in two commands
Lucas Holmquist
This blog series shows how to deploy modern web apps, such as React and Angular apps on OpenShift using the fewest steps. Part 1 describes two commands for easily deploying web apps.
How to Debug Your Node.js Application on OpenShift with Chrome DevTools
Lucas Holmquist
This post shows the minimal setup that is required to use the Chrome Developer Tools (DevTools) inspector to debug and inspect a Node.js application that is running on OpenShift.
Zero to Express on OpenShift in Three Commands
Lucas Holmquist
With the recent announcement that Node.js is available as part of Red Hat OpenShift Application Runtimes, I wanted to see how easy it was to deploy an Express.js app on Red Hat OpenShift. It was quite easy to go from zero to having an Express app deployed and running. I show how using npx and nodeshift.
Node, S2I and Docker
Lucas Holmquist
(Edit: November 22, 2019) The Node images used in this post, both community centos7 and product, are no longer being updated and maintained. For community images, please use the Universal Base Image (UBI)-based node images located here: registry.access.redhat.com/ubi8/nodejs-10 For a fully supported Product version of Node.js, please check out the Red Hat Software Collections Node.js image, RH SCL Node.js. Intro I like Node.js and I like Docker. While I am not an expert on either, I do pretend to be...
Use Node.js 12 on Red Hat OpenShift today
Get started with Node.js 12 on Red Hat OpenShift with these quick examples showing how to deploy an application using the Node.js 12 image.
Modern web applications on OpenShift: Part 3 -- Openshift as a development environment
This article, which is part 3 of a series about deploying modern web apps on Red Hat OpenShift, shows how to run your app's development server on OpenShift while syncing with your local file system.
Install Node.js on Red Hat Enterprise Linux
This post shows how to install the latest versions of Node.js on RHEL 8 and RHEL 9
Modern web applications on OpenShift: Part 2 -- Using chained builds
Part 2 describes how to use the Node Builder image as a "pure" builder image and combine it—using an OpenShift chained build—with a pure web server such as NGINX for a more production-ready build.
Modern web applications on OpenShift: Part 1 -- Web apps in two commands
This blog series shows how to deploy modern web apps, such as React and Angular apps on OpenShift using the fewest steps. Part 1 describes two commands for easily deploying web apps.
How to Debug Your Node.js Application on OpenShift with Chrome DevTools
This post shows the minimal setup that is required to use the Chrome Developer Tools (DevTools) inspector to debug and inspect a Node.js application that is running on OpenShift.
Zero to Express on OpenShift in Three Commands
With the recent announcement that Node.js is available as part of Red Hat OpenShift Application Runtimes, I wanted to see how easy it was to deploy an Express.js app on Red Hat OpenShift. It was quite easy to go from zero to having an Express app deployed and running. I show how using npx and nodeshift.
Node, S2I and Docker