Writing, Ideas, and Occasional Rants

This is where I share my thoughts—on software, science, problem-solving, and whatever else catches my curiosity. Some posts are well-structured deep dives, others are just me thinking out loud. Either way, I hope you find something interesting here.

Being flexible with building habits

Explore the journey of adapting to life's changes through the lens of learning German post-layoff. This personal narrative highlights the importance of flexibility in habit formation and offers insights on overcoming obstacles to maintain progress. Learn how adjusting expectations and routine can lead to sustainable habit development, even amidst life's unpredictability.

Creating Standalone PHP App Binaries using Static PHP CLI

This article explores the innovative process of transforming PHP projects into standalone executable binaries using Static PHP CLI (SPC). It provides a step-by-step guide on converting a Laravel Zero application into a self-contained binary, highlighting the benefits of independence from PHP installations and the challenges of handling compilation complexities and managing binary sizes. This approach presents a new frontier in PHP application deployment, offering enhanced portability and broader distribution possibilities.