Programming
Creating a NuGet Package
Sometimes it can be useful to share your code between projects or with other individuals. One easy way to do this is through the creation of a NuGet package.
A full stack software engineer since 2018, specializing in Azure and .Net.
Programming
Sometimes it can be useful to share your code between projects or with other individuals. One easy way to do this is through the creation of a NuGet package.
Projects
Over the past few months, I've dedicated a fair amount of time to two different activities: experimenting with indoor farming and building an open source farm management platform
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?
DevLog
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.
Programming
This is the third article in a 10 article series: Blazor vs Flutter. This post focuses on package installation.
Programming
This is the second article in a 10 article series: Blazor vs Flutter. This post focuses on project setup.
DevLog
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.
Programming
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.
Programming
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.
DevLog
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.
Programming
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.