Git is a powerful tool, but solo developers often inherit processes designed for large teams.
Corporate branching strategies solve coordination problems that an individual simply doesn’t have.
When you’re the only developer in the room, heavy processes become friction.
You don’t need gates, ceremonies, or complex merging rules to work effectively.
Tag: development
Setting Up an SBCL Common Lisp Development Environment With Emacs and SLIME on Debian Linux in 2023
Common Lisp is a powerful and versatile programming language known for its expressive syntax and rich ecosystem of libraries. If you’re a seasoned Linux user, particularly on Debian-based distributions like Debian itself or Ubuntu, setting up a Common Lisp development environment with Emacs using SBCL (Steel Bank Common Lisp) is a straightforward process. I write this article because despite the elegance and functionality of Common Lisp the user base of the language is constantly shrinking.

