Skip to main content

Technology

2024

Note Taking for the Future
·1284 words·7 mins
Technology Productivity
I have been looking for a way to get my notes synced across all devices to create a portable knowledge base.
The Ultimate Zen Workstation - Part Two: Configuration
·1103 words·6 mins
Technology Productivity
In this second installation of my Ultimate Zen Workstation Series, we will start from a fresh installation of Fedora Workstation 40 and configure everything in an optimal way so as to get us up and running.
The Ultimate Zen Workstation - Part One
·1522 words·8 mins
Technology Productivity
Updated September 20, 2024
Do not use proprietary filesystems
·293 words·2 mins
Technology Freedom
A friend of mine sent me a .
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
·840 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