Explore >> Select a destination


You are here

beza1e1.tuxen.de
| | shermanonsoftware.com
8.9 parsecs away

Travel
| | Years ago I worked at a mortgage company that bought a bank's mortgage division. The deal was mostly for sales people, but it also included custom software and developers. To ensure that the handover was clean, we were only given the source code. We had DB Schemas, but no seed data. This was at the...
| | schmonz.com
9.8 parsecs away

Travel
| | [AI summary] The article explains Mob Programming, a collaborative software development approach where the entire team works together to solve problems, emphasizing its benefits and connection to Agile and Lean methodologies.
| | blog.martinig.ch
7.8 parsecs away

Travel
| | Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to
| | brianreiter.org
19.2 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...