Explore >> Select a destination


You are here

www.asfaload.com
| | natemcmaster.com
12.1 parsecs away

Travel
| | Blog posts about software development, plus some other stuff.
| | grpc.io
11.3 parsecs away

Travel
| | As part of Microsoft's move towards its cross-platform .NET offering, they have greatly simplified the project file format, and allowed a tight ...
| | www.code4it.dev
20.2 parsecs away

Travel
| | Code4IT - a blog for .NET enthusiasts, Azure lovers, and Backend developers
| | logr.cogley.info
137.2 parsecs away

Travel
| If you are doing any modern PHP dev on Mac, check out the Laravel ecosystem, especially «Laravel Valet». It makes things so easy, you get a myapp.test served locally. ? Install php and composer via brew. Edit your .zshrc (or equivalent) to add php and .composer/vendor/bin to your system path. cd into your local PHP project. Run valet link myapp and valet secure myapp. Access your app via https://myapp.test. Profit. You can run Laravel Forge to connect, say, a Digital Ocean droplet to a git repo, so that ...