How to compare all files in two folders using PowerShell

How to compare all files in two folders using PowerShell

When I am investigating or troubleshooting any issue, I always hope to have access to any log,  source control, build artifacts, and pipelines. However, some scenarios are not related to software development where the only resources that I have immediate access to are folders and the files contained, and also the same ones but from a daily backup.

Continue reading “How to compare all files in two folders using PowerShell”

Modern Software Engineering: Book Review

Modern Software Engineering: Book Review

About four years ago I discovered a YouTube channel called Continuous Delivery created by David Farley who is also the author of a book called “Continuous Delivery” with Jez Humble.

The video content presented by David was highly relevant to my daily work (and remains so today). It refreshed my perspective, inspiring me to delve deeper into topics where I felt my understanding was lacking. Additionally, it encouraged me to challenge my strong beliefs, (rigorously) test my ideas upfront, and validate my designs with a more scientific (and defensive) approach.

Continue reading “Modern Software Engineering: Book Review”