Back to Home

Stories from the Lab

Technical deep dives, case studies, and lessons learned from the lab. Like bedtime stories, but for developers.

ProductivityPaolo Castro

From Tmux to Zellij - Evolving My Development Workflow

After years of using a custom tmux script for project management, I discovered Zellij. The core workflow stayed the same, but the implementation became simpler and more powerful thanks to native layout configuration.

#zellij#tmux#terminal#workflow#automation
Read story
ProductivityPaolo Castro

Streamlining Development Workflow with Tmux

Context switching between projects costs time and mental energy. Learn how a simple shell script can automate tmux session management, making it effortless to jump between different development environments.

#tmux#terminal#workflow#automation#shell
Read story
SecurityPaolo Castro

Managing Team Secrets with Pass and GPG

Extend pass beyond personal use to manage team secrets, API keys, and environment variables. Learn how to share encrypted secrets across a development team with version control and granular access control.

#security#gpg#passwords#devops#git#team
Read story