Topic
Language
-

Deploy a Node.js app in Red Hat Openshift using source-to-image (S2I)
In my previous blog, I wrote how to install Red Hat Openshift local on a personal laptop. Now, it’s time to step ahead and…
-

Deploy Node.js application in local minikube Kubernetes cluster
Previously, we have learned the components of Kubernetes and learned how to spin up a mini Kubernetes cluster in our system using minikube. This…
-

Install nodejs and npm on windows
Node.js is an immensely popular JavaScript runtime. It is open source, cross platform, asynchronous and event driven. Typically, we know that that JavaScript runs…
-

Read Interactive Command Line Input with Java Scanner Class
Introduction Often while coding, we want command line input from user in interactive way. Then we use the input to execute the program in…