Tag: node
-
Developing a Simple Angular Library
Intro If you want to be able to easily develop, test, and publish an angular library to npm then follow these steps. Here I’ll be showing what I did to get my library ‘ngx-js9’ published to npm. Library Development On your local machine, create a regular angular application with a name of the form “ngx-XXX-library”:…
-
Raspberry Pi Cluster V: Deploying a NextJs App on Ubuntu Server 20.04
Intro In the last part I opened up my primary node to the Internet. We’re now in a position to make public-facing applications that will eventually connect up with microservices that harness the distributed computing power of the 4 RPi nodes in our cluster. Before we can make such parallel applications, we need to be…