/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

solrevdev.com
| | loufranco.com
3.2 parsecs away

Travel
| |
| | siderite.dev
1.3 parsecs away

Travel
| | You want to open the server for an application you are working on in Visual Studio Code and not have a browser open automatically. Or perhaps your default is Internet Explorer and you want to open Chrome instead. Use the environment variable BROWSER and set it to "none" or "chrome".
| | whatibroke.com
2.3 parsecs away

Travel
| | Hey everyone, Today I was working on a fairly large class and needed to compare two different areas of code. I'm used to using text editors such as notepad++ and sublime where I would normally just open the file multiple times. It turns out that Visual Studio has a similar feature, although it's admittedly a...
| | www.java-tv.com
16.5 parsecs away

Travel
| This video reveals the long lost secret of how to write readable Java code. Self explaining method names, fluent interfaces, DSLs, helpful frameworks... We are always looking for ways to make our code more readable. But in our quest, we seem to have forgotten something. The most effective way to make any code more readable.