Adding a budget feature to our expense tracker - Part 3

Jan 17, 2019

In part 2 we made some good progress on our new budget feature. Today we'll finish off the core budget enhancement functionality.

Adding a budget feature to our expense tracker - Part 2

Jan 10, 2019

In part 1 we added a placeholder page for our new budget feature and updated our navigation. This time out we are going to look at adding some actual content to the budget page.

Setting up a .NET development environment on a Mac

Jan 7, 2019

In the past when doing .NET development, I've typically relied on running a Windows virtual machine inside VMware Fusion. This is still a good option, but nowadays it is possible to develop .NET applications on Mac OS without the use of a virtual machine. In today's short post we'll go over the setup required to do so.

Adding a budget feature to our expense tracker - Part 1

Jan 3, 2019

Having recently put through a few changes to my hobby Rails application, I've since thought of some new functionality that I'd like to add. I figured it would be worthwhile documenting my steps, thus in the next few posts we'll be discussing the implementation of a new budget feature.

Creating a Profile Site with Jekyll and Bootstrap 4

Dec 19, 2018

I recently came across this blog post by Chuck Groom regarding the benefits of creating a one page profile. I really liked the template Chuck created but there were a few things I wanted to change, so came up with my own template based on Chuck's work. In this post we'll walk thru how to customize the template.