Loftus.xyz

Posts About

"The open road still softly calls, like a nearly forgotten dream of childhood" -Carl Sagan

Making Your Node.js Processes Fault Tolerant with PM2

A brief walkthrough of the process manager PM2 and a use case with a deployed Node.js server.

Intro to Three.js, Part 2 - Creating a Dynamic Earth-Moon System

Building off of our last post, we will create a more complex model of the earth-moon system. We'll cover adding more complex objects, and introducing camera and object motion into our system.

Intro to Three.js, Part 1 - Building the Earth

An introduction to building 3D graphics in the browser using the Three.js JavaScript Library. We cover the abstractions Three.js makes from WebGL and how to get started building complex graphics.

Building Servers with Node.js and Express, Part 2

A detailed walkthrough of an Express server, covering architecture, routing, security, response handling, and database operations.

Building Servers with Node.js and Express, Part 1

An introduction to using Express and the basic building blocks of a server.