Tags: #development-patterns
-
Yet Another Rust SSG
A personal journey into Rust through building a simple static site generator. "Yet Another Rust SSG" is not a production-ready tool—it’s a learning project born from curiosity and the desire to build something real in Rust. In this article, I share how I created a basic static site generator from scratch, what I learned about Rust along the way, and why sometimes building your own primitive tools is more rewarding than using polished ones.
-
Middle Management in Tech Consulting: A Veteran Developer's Perspective
A veteran developer's perspective on middle management in tech consulting firms, drawing from years of experience across multiple companies. This article explores how traditional management approaches often hinder rather than help development teams, and proposes a new model where middle managers serve as enablers of autonomy rather than controllers. Through real-world examples and observations, it illustrates the true value of effective middle management and the cost of bureaucratic overhead in modern software development
-
Evolving an i18n Solution: From Astro to Vue.js
This article details the evolution of an i18n (internationalization) solution, from a basic Astro implementation to a more sophisticated Vue.js approach, highlighting the differences and advantages of each.
-
The Psychology of Testing: Moving Beyond 'Should' to 'Want'
An in-depth exploration of why developers resist testing, how to make testing the path of least resistance, and practical approaches to building a sustainable testing culture in development teams