Real World Academia
Thursday, May 24, 2012
The Go Programming Language Has Exceptions
›
It seems like every other post I read about Go states that the Go programming language doesn't have exceptions. This is followed by eith...
9 comments:
Tuesday, May 1, 2012
Making Elastic Applications More Friendly in Go
›
Many networked applications are elastic. They'll use as much or as little bandwidth as available. For example web browsing, email and ss...
2 comments:
Tuesday, April 3, 2012
Object Oriented Go
›
Because Go doesn't have classes some have concluded that it's not an object oriented language. This is simply not true. I thought I...
Tuesday, December 20, 2011
Android development on Ubuntu 11.10 Oneiric
›
I decided to play around with Android development but I had a hard time finding good instructions on how to set up the Android development e...
3 comments:
Tuesday, August 23, 2011
Why you should get a college degree
›
Introduction I've been thinking about why it's important to get a college degree for many years and have finally decided to write d...
Thursday, July 14, 2011
Using gnuplot to make simple line graphs.
›
Gnu plot is an amazing tool. It's great for generating quick plots from bash. I've had my programs generate statistical data and the...
1 comment:
Wednesday, June 8, 2011
Test Second Development
›
Let me start off by stating that I'm a big fan of test-first development. I think that a (the?) major benefit of writing unit-tests is t...
‹
›
Home
View web version