Lucas Holmquist Profile pic

Sr. Software Engineer

Lucas Holmquist

Lucas is a Sr. Software Engineer at Red Hat. He is focused on the Node.js developer experience on Openshift as part of the Nodeshift Project.

While he is not a Node.js expert, He does pretend to be one at work.
 

Lucas Holmquist's contributions

OpenShift Operator
Article

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.

Running Microsoft SQL Server pod on OpenShift
Article

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.

Red Hat CDK
Article

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...