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. Supplier Management The

Blazor vs Flutter - Part 3

This is the third article in a 10 article series: Blazor vs Flutter. 1. Blazor vs Flutter - Part 1 (Overview) 2. Blazor vs Flutter - Part 2 (Project Setup) 3. Blazor vs Flutter - Part 3 (Package Installation) (You

Blazor vs Flutter - Part 2

This is the second article in a 10 article series: Blazor vs Flutter. 1. Blazor vs Flutter - Part 1 (Overview) 2. Blazor vs Flutter - Part 2 (Project Setup) (You are here) 3. Blazor vs Flutter - Part 3

FarmCraft June Update

Hey everyone! Around the beginning of May, I created a post, FarmCraft - An Agriculture SaaS PoC, to introduce a SaaS product I started working on. Well, May has come and gone, and we're nearing the end of June, so

Blazor vs Flutter - Part 1

I first tried Flutter back in 2018, prior to the first major release. Then, a year or so later (if I remember correctly), I came across Blazor. Both platforms have come a long way since then, and I've seen several

Setting 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. For large applications you

DevLog #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

My 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