/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.syntaxseed.com
| | www.tobymackenzie.com
1.8 parsecs away

Travel
| | [AI summary] A developer shares a step-by-step guide on upgrading a Symfony 3 project to version 4 without using the Flex plugin, covering dependency management, configuration changes, and file cleanup.
| | brunty.me
3.0 parsecs away

Travel
| | Developer and problem solver
| | tomasvotruba.com
3.1 parsecs away

Travel
| | During Easter weekend, usually, people take a break and have a rest. Instead, we used these 4 days of *holiday* to migrate the 304-controller application. At least that was the goal on Friday. Me in my colleague in the migrated project accepted the challenge. We got into many minds and code-traps. We'd like to share this experience with you and **inspire those who are still stuck on non-MVC code** and think it might take weeks or even months to switch to a framework.
| | brianreiter.org
9.0 parsecs away

Travel
| Normally, the macOS Terminal.app title bar includes the current directory name. When you connect to a remote host with openssh on macOS, the title bar gets updated to be "$(whoami)@$(hostname): $(pwd)" instead. Unfortunately when you exit ssh, the terminal title bar is not restored and continues to say you are on a remote host. Once...