Blog
Site Updates
I'm excited to announce that I've recently made some changes to the site that I hope you'll enjoy. I've created some additional newsletters, re-organized the tags, and updated my navigation links
Blog
I'm excited to announce that I've recently made some changes to the site that I hope you'll enjoy. I've created some additional newsletters, re-organized the tags, and updated my navigation links
Blog
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.
Blog
There are a lot of different methods out there for increasing your productivity and becoming successful. I've tried several of them, but the one that has helped the most is the power list.
Blog
For most apps, I tend to use Microsoft SQL or Postgres for data storage and persistence, but occasionally it may also make sense to use a document database. I wanted to see how it was working with Cosmos DB in a .Net application.
Blog
This is the fourth article in a 10 article series: Blazor vs Flutter. This post focuses on components and pages.
Blog
Lately, I've been looking at a few different options for a CMS platform. Of the ones that I've looked at, I think Umbraco makes the most sense, considering that most of my work uses C# & .Net, it has online hosting for ~$35/month, and it's been the easiest for me to understand.
Blog
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.
Blog
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
Blog
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.
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.