Blog
Manually Deploy an Azure Static Web App
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?
A full stack software engineer since 2018, specializing in Azure and .Net.
Blog
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?
Blog
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.
Blog
This is the third article in a 10 article series: Blazor vs Flutter. This post focuses on package installation.
Blog
This is the second article in a 10 article series: Blazor vs Flutter. This post focuses on project setup.
Blog
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.
Blog
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.
Blog
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.
Blog
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.
Blog
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.
Blog
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.
Blog
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.
Blog
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.