Trendwatch 2024

posted in: Tech Journal | 0

I’m coming to terms with the idea that Trendwatch is going to be more of a hobby project rather than something into which I fully commit my time and energy. And so, a few months after my previous post, I’m coming around for another swing at it.

I had gone to what I initially called “multiple rounds of refactoring” and could probably be better described as “multiple rounds of rearchitecting”. Although I had much of the code working, I just wasn’t satisfied with the quality and readability of the code design.

git bisect skip

posted in: Tech Journal | 0

I was doing a git bisect in my current development branch of Hello Bruce Trail to help nail down a particular problem. At a certain point I reached a commit that I could not test properly to determine whether it … Continued

What’s up, Docker?

posted in: Tech Journal | 0

Docker. It’s a technology I’d heard of several years ago and hadn’t looked into. I finally started reading about it. It looked interesting and I’ve been wondering about using it in my Laravel development workflows. One of my goals in … Continued