Kevin Williams
  • Home
  • Blog
  • Designs
Subscribe
29 Aug 2023 • 1 min read

Reaching a Local API From Flutter

Blog | Technology

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.

Read more
20 Mar 2023 • 2 min read

Building Success with the Power List

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.

Read more
13 Mar 2023 • 6 min read

EF Core & Cosmos DB

Blog | Technology

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.

Read more
6 Mar 2023 • 6 min read

Blazor vs Flutter - Part 4

Blog | Technology

This is the fourth article in a 10 article series: Blazor vs Flutter. This post focuses on components and pages.

Read more
27 Feb 2023 • 3 min read

Customize a Bootstrap Theme with Umbraco

Blog | Technology

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.

Read more
20 Feb 2023 • 2 min read

Creating a NuGet Package

Blog | Technology

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.

Read more
13 Feb 2023 • 6 min read

Open Source Farm Management

Blog | Technology

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

Read more
6 Feb 2023 • 1 min read

Add a Mount to an Existing Docker Container

Blog | Docker

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.

Read more
28 Sep 2022 • 1 min read

Manually Deploy an Azure Static Web App

Blog | Azure

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?

Read more
23 Jul 2022 • 2 min read

FarmCraft - July Update

Blog | Technology

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 more
25 Jun 2022 • 3 min read

Blazor vs Flutter - Part 3

Blog | Technology

This is the third article in a 10 article series: Blazor vs Flutter. This post focuses on package installation.

Read more
22 Jun 2022 • 6 min read

Blazor vs Flutter - Part 2

Blog | Technology

This is the second article in a 10 article series: Blazor vs Flutter. This post focuses on project setup.

Read more
18 Jun 2022 • 2 min read

FarmCraft June Update

Blog | Technology

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 more
12 Jun 2022 • 4 min read

Blazor vs Flutter - Part 1

Blog | Technology

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 more
8 Jun 2022 • 3 min read

Setting up a Basic Cache

Blog | Technology

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 more
  • Subscribe
  • GitLab
  • Printables
  • Etsy
  • Campfire
Published with Ghost