Tutorial
Pick up a new skill with some tutorials.



Create a tsconfig for nodejs 14
⦁ 1 min read
Learn how to easily setup a tsconfig file to build for nodejs.

Running TypeScript without Compiling
⦁ 1 min read
Most applications will require some DevOps scripts to support them. Learn how to create these scripts with TypeScript that can be executed from the CLI.

Connect to a PostgreSQL Server via SSH Tunnel
⦁ 2 min read
Learn how to connect to a PostgreSQL server through a bastion server.

Wordpress Plugin Development Environment
⦁ 4 min read
Learn how to setup a wordpress plugin development environment with docker