Technical insights and software architecture

Deep dives into PHP development, Horde Framework evolution, and practical software engineering. Focused on real-world solutions for complex technical challenges.

Core Topics

PHP, Horde Framework, authentication systems, composer workflows, and modern development practices.

Long-form Analysis

Comprehensive technical articles exploring architectural decisions, migration strategies, and lessons learned from real projects.

Code & Community

Open source contributions, framework development, and sharing knowledge with the PHP developer community.

Month: March 2023

  • WSL2 openSUSE Tumbleweed ssh-agent

    ssh-agent does not persist over sessions in WSL2 with current openSUSE Linux and other common distributions. Linux native bashrc solutions don’t work here.Let’s use keychain instead Then let’s add some snippet to .bashrc and remove any eval ssh-agent lines Then open a new window. It will ask you to enter your passphrase once. Enter any…