Gavin Wiggins

Notes

This page contains my notes on various programming and tech related topics. Subscribe to the JSON feed or RSS feed, or follow me on Mastodon to get notified about new posts. Use the buttons to filter the notes by tag.

Git Commands

Some helpful commands for using Git in the terminal.

LazyVim Configuration

My configuration settings for the LazyVim terminal editor.

Ghostty Configuration

My configuration settings for the awesome Ghostty terminal.

Tmux Commands

Some useful commands for using the tmux terminal multiplexer.

Reverse Proxy and Basic Auth with Caddy

Setup reverse proxy and basic HTTP authentication with Caddy.

Initialize a Server with cloud-init

Initialize server networking and other settings with cloud-init.

macOS Terminal Commands

Useful commands in the macOS terminal.

Suppress Print Output in Swift

Suppressing print output in Swift is useful for functions that accept a block of code as input.

Two-Dimensional Array in C++

A two-dimensional array in C++ using C-style array and standard array container.