/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

www.integralist.co.uk
| | trendless.tech
3.5 parsecs away

Travel
| | Computer coding has a relatively long history compared to most other computer-based things. While Charles Babbage created the difference machine in the 1820s, Ada Lovelace was the first "programmer". Machine/Assembly Coding At its core, programming could be machine code: just a bunch of 0s and 1s. But, that's tiresome, and hard to read, so they [...]Read More... from Code Basics: How Do Coders Code?
| | groovy-lang.org
4.1 parsecs away

Travel
| |
| | javascriptweblog.wordpress.com
3.0 parsecs away

Travel
| | Compared to other languages, JavaScript's concept of undefined is a little confusing. In particular, trying to understand ReferenceErrors ("x is not defined") and how best to code against them can be frustrating. This is my attempt to straighten things out a little. If you're not already familiar with the difference between variables and properties in...
| | andydavies.me
18.0 parsecs away

Travel
| The pre-loader (also known as the speculative or look-ahead pre-parser) may be the single biggest improvement ever made to browser performance. During their implementation Mozilla reported a 19% ...