Skip to main content

Technology

2024

How I Deploy my apps with one command
·446 words·3 mins
Technology Docker
Instead of using actions or some other way of CI/CD’ing my apps, I simply work with a deploy script that will build a Docker Container, push it to my registry, SSH into the remote, pull the container, make sure it runs, then apply NGINX configurations and SSL certificates so that the app is live on the internet for all to see.
Using Gitea as Your Docker Hub
·123 words·1 min
Technology Docker
I have a bit of an unconventional way to deploy docker containers - I saw that Docker Hub wanted to charge montly fees when I am simply pushing and pulling images infrequently, so I decided to do this via my Gitea instance.
This blog no longer uses Google Analytics
·379 words·2 mins
Technology Degoogle
As of today, this blog and all of my projects are Google analytics free.
Colemak on the laptop and Kmonad
·837 words·4 mins
Productivity Technology
A little under two months ago, I started a different kind of journey to learning something new.
Go Tutorials Part 1: How I setup my Go Apps
·388 words·2 mins
Technology Golang
I have been using go lang and the Echo framework for all of my app builds over the past six months and can’t see myself ever returning to a javascript or python backend.

2023

How I Initially setup a Debian Server
·241 words·2 mins
Technology Linux
How to install gitea on Debian 11
·403 words·2 mins
Technology Linux Gitea
Here is a quick guide to Install Gitea with Postgresql on Debian 11
I was on MKBHDs Video
·593 words·3 mins
Technology Videos
My ’tech hot take’ was featured in an MKBHD video this week, to the tune of 2.
How I use Emacs
·1734 words·9 mins
Technology Emacs Productivity
A few years ago, I wrote an article about how I use org-mode to get things done.
The Killer Android App
·608 words·3 mins
Technology Android
The truly killer app of Android and why I can never return to an iPhone is Termux.