Oct 19, 2012
Hierarchial Databases
In case you're dealing with a natural hierarchical model and are tired of bending existing solutions to simulate hierarchies, check out ModeShape. It's lightweight and LGPL licensed.
Google Data Center
via street view . Pretty cool !
Aug 13, 2012
Liberalism / Conservatism in Software Engineering
A brilliant essay by Steve Yegge: https://plus.google.com/110981030061712822816/posts/KaSKeg4vQtz
Aug 6, 2012
Java Generics and Extreme Sports
If you've every used generics in Java and thought that
public abstract class Enum<E extends Enum<E>> implements Comparable<E>, Serializable sends your neural synapses into an infinite loop, check this example out, courtesy of Spring Data: http://blog.springsource.org/2012/08/03/the-most-amazing-java-type-declaration-ever/
public abstract class Enum<E extends Enum<E>> implements Comparable<E>, Serializable sends your neural synapses into an infinite loop, check this example out, courtesy of Spring Data: http://blog.springsource.org/2012/08/03/the-most-amazing-java-type-declaration-ever/
Jul 12, 2012
GitHub investment or merger ?
It seems that GitHub got a 100 mil investment from Andreessen Horowitz, which seems pretty substantial. Wonder if there are any strings attached to this...
Jul 10, 2012
How LinkedIn makes 20 times more money than Facebook, per user
Wouldn't have thought it, really: http://www.forbes.com/sites/georgeanders/2012/06/27/how-linkedin-strategy/
Jul 3, 2012
MVC on the Web
Food for thought on implementing MVC when running web-apps.
Subscribe to:
Posts (Atom)