/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

bergie.iki.fi
| | www.softdevtube.com
2.0 parsecs away

Travel
| | Programming history is filled with bugs that turned out to be features and limitations that pushed developers to make even more interesting products. We'll journey through code that was so 'bad' it was actually good. Along the way we'll look at the important role failure plays in learning. Then we'll tame our inner perfectionists and
| | blog.codonomics.com
2.7 parsecs away

Travel
| | Unlike its counter-parts like Python, Javascript or Ruby programming languages and it's ecosystem that keep evolving at frantic pace, Java ...
| | danielpecos.com
2.5 parsecs away

Travel
| | Welcome to jvmGeek!This new blog aims to talk and discuss about the JVM ecosystem, with news and articlesdiscussing about Java - the language -, and also about other JVM languages such as Scala, Kotlin or Clojure. But it won't deal only about programming languages, but also about tools and libraries. You'll find news, tutorials, code examples and more general articles, among other. From time to time I will also try to gather events and news related to one particular matter and post them as a flash post t...
| | morepypy.blogspot.com
15.6 parsecs away

Travel
| String formatting is probably something you do just about every day in Python, and never think about. It's so easy, just "%d %d" % (i, i) ...