Dev
5 posts in Dev.
- How to Host a React and Node.js App using Caddy and Docker
How to set up Caddy as a reverse proxy to host a React front-end and Node.js back-end from a single VPS, with automatic SSL, using Docker Compose.
- Copy files to/from an Android Device using adb
How to copy files to and from an Android device from the command line using adb pull and adb push, when Android File Transfer won't cooperate.
- Perforce-the-Powerful
A short primer on Perforce version control — what it is, why large projects (games, film, engineering) prefer it over Git, and its core terminology.
- Multiple Web Apps on One Server
Hosting a personal website, a blog, and ownCloud on a single DigitalOcean droplet using Docker and Traefik as a reverse proxy with automatic Let's Encrypt SSL.
- Simple Web API & Client
Building a simple end-to-end Todo CRUD app with a vanilla JS/MVC front-end and a Node.js, Express, and MongoDB back-end running in Docker.