Lessons from the Latest Trendwatch Development

posted in: Tech Journal | 0

In my latest work on Trendwatch, I’ve been refining both the feature implementation process and my approach to managing commits. Every development cycle brings new insights, and this time was no different. Below are some key lessons learned and the … Continued

Trendwatch, Behat, GitHub, and the Road Ahead: A Developer’s Evolving Journey

posted in: Tech Journal | 0

In this post, I share the latest updates on my Trendwatch project, a hobby aimed at building a system to crunch trading data for tax purposes. Along the way, I’ve learned valuable lessons about version control, testing, and the importance of starting with solid tests. I discuss my shift in approach to GitHub commits, how Behat has helped improve my testing practices, and how these experiences are shaping my professional growth. Looking ahead, I’m excited to explore dev.to and connect with the broader developer community as I continue my journey.

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