/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

simpleprogrammer.com
| | laihoconsulting.com
2.5 parsecs away

Travel
| | Website and personal blog of Pekka Laiho, software engineer and financial enthusiast.
| | ibob.bg
2.8 parsecs away

Travel
| | Nim is a compiled, garbage-collected systems programming language with a design that focuses on efficiency, expressiveness, and elegance (in that order of priority).
| | initialcommit.com
2.7 parsecs away

Travel
| | Learn C and C++ with this curated list of books which have been highly reviewed by the Software community. Looking for the C++ book? It's written by Bjarne Stroustrup. Author of the C++ language. C and C++ are well-designed programming languages suitable for building Software applications.
| | logr.cogley.info
11.0 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.