Blog
A collection of 53 posts
FarmCraft - July Update
It's about time for another monthly FarmCraft update! The beginning of July started out a bit slow due to working through some other projects, but things picked up again in the second half. Let's take a look.
Read moreBlazor vs Flutter - Part 3
This is the third article in a 10 article series: Blazor vs Flutter. This post focuses on package installation.
Read moreBlazor vs Flutter - Part 2
This is the second article in a 10 article series: Blazor vs Flutter. This post focuses on project setup.
Read moreFarmCraft June Update
At the beginning of May, I created a post about FarmCraft. I thought it would be a good time to give an update about what I've accomplished.
Read moreBlazor vs Flutter - Part 1
I first tried Flutter back in 2018, prior to the first major release. Then, a year or so later, I came across Blazor. Both platforms have come a long way since then, but I haven't seen an in-depth comparison of the development experience between the two.
Read moreSetting up a Basic Cache
One way to improve application performance is to use a cache of some sort. This could include caching websites on a server closer to the user's location, caching regularly used data for faster access, and more.
Read moreDevLog #4
Good morning, and welcome to my weekly DevLog! This week I completed a small amount on FarmCraft, but also took a slight break to work on a custom CRM & project management app that I hope will help me keep track of things as I start getting into more consulting work.
Read moreMy First .Net MAUI App
Last week at Microsoft Build, they announced that .Net MAUI was now GA, although you still need the preview version of Visual Studio to create and build the projects. Regardless, I thought it would be a good time to try it out, and decided to do so with a simple encryption helper program.
Read moreDevLog #3
Good morning, and welcome to my weekly DevLog! This week, my main accomplishments were adding search functionality to my website, and getting authentication working on the FarmCraft web portal.
Read moreGet Started with Algolia
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.
Read moreDevLog #2
Good morning, and welcome to my second DevLog! This week I spent time building FarmCraft.Community and started work to add a search component to my site.
Read moreDevLog #1 - FarmCraft
Last week I introduced the proof of concept for my FarmCraft project. As an extension to that, I thought I'd start a developer log in relation to the work that I'm doing and have completed.
Read moreFarmCraft - An Agriculture SaaS PoC
I've been interested in agriculture and IoT for quite some time now. In fact, I've messed with different variations of this project several times over the past couple years. I started to build a web app to manage crops, inventory, and other aspects of a small farm or garden.
Read more