/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

ericlathrop.com
| | logr.cogley.info
2.4 parsecs away

Travel
| | Many static site generators like Hugo have a built in dev web server. If you are just building some html with css, and need a simple solution to serve the files from any folder, you have a few solutions. See a couple of options: Node.js users can install and run http-server: 1 2 3 4 npm install -g http-server cd /path/to/my/working/folder http-server --help http-server Visit http://localhost:8080 and look at the help to change the port.
| | coderwall.com
1.3 parsecs away

Travel
| | [StackOverflow](http://stackoverflow.com/users/3272411)
| | simonewebdesign.it
1.3 parsecs away

Travel
| | Install Sublime Text 3 on Fedora or other Linux distros with this shell script: curl -L git.io/sublimetext | sh
| | adityarohilla.com
15.7 parsecs away

Travel
| This short post is written for recent graduates, current students and code newbies looking for a job as a Software Engineer in the Big N companies like Google, Facebook, Amazon, Netflix etc. I have personally tried most of the resources mentioned here (free and paid) during my job search. These have helped me to land...