
Technology
Self-Hosting A Ghost Website
How to self-host a Ghost website using a Raspberry Pi, Docker, and Cloudflare
Posts about various technology and platforms such as docker, azure, raspberry pi, etc
Technology
How to self-host a Ghost website using a Raspberry Pi, Docker, and Cloudflare
Technology
A simple fix for redirect errors when self-hosting Ghost on Digital Ocean while using Cloudflare for DNS
Technology
A lot of vendors that provide software online provide a checksum for the file that helps you verify that what you downloaded hasn't been altered in some way. Sometimes that's an MD5 or SHA256.
Technology
In my last post, I wrote about building a raspberry pi pico temperature sensor for collecting data on my farm. This time, I increased the complexity and built an entire weather station using the pico.
Technology
As I work on building my farm, one thing I'm aiming to do is collect and analyze data in order to better understand what's happening and how to improve my operation. I figure building custom devices using raspberry pis are a good way to go about this.
Technology
Cloud hosting is simple and convenient, but over time it can also be costly. As an alternative, I decided to host a .Net API on a Raspberry Pi running Ubuntu.
Technology
When building APIs, you'll often want to create and store a collection of endpoints and requests in order to test quickly and effectively. There are a number of tools to help with this, but the one I use most often is Postman.
Technology
It's hard to remember how things used to be prior to all the big tech companies. They went from making great products to stealing our information and showering us with adds, so I've started looking for alternatives.
Technology
When doing full-stack development, most times you'll be working with a front end client and some sort of API that the client will consume. For web development, this usually isn't a problem since your API runs on one port and the client is on another - everything can still talk.
Technology
When I reset my development machine a while back, I made the decision to forego installing Microsoft SQL as I usually do, and just use the Docker image instead.
Technology
Azure static web apps have a built-in CI/CD integration with GitHub and provide a token that can be used with other services such as GitLab. But what about when you just want to push things manually?
Technology
Not long after getting my site set up, I decided that I wanted to have an easy way to search for things, especially considering that the site serves as my knowledge base for tech-related topics.