Skip to main content

Posts

2024

A Daily Programmer Schedule for Pain-free Work
·748 words·4 mins
Productivity Self Improvement Health
The more that I use a computer, the more that I realize that using a computer all of the time is one of the worst things you can possibly do for your body.
Money is not real. Here is what is.
·283 words·2 mins
Money Mindset
Money isn’t real.
Do not use proprietary filesystems
·293 words·2 mins
Technology Freedom
A friend of mine sent me a .
On Decluttering
·1087 words·6 mins
Minimalism Simple Living
Decluttering is a meme in a society with so much abundance.
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.
Swearing is for Lower Minds
·482 words·3 mins
Mindset Personal Growth
If there is one thing that I have personally changed about myself over the past few years it is my stringent reduction in the use of expletives in my vernacular.
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.