Hans has three decades of experience as a programmer. Starting his career with Basic, Forth and Pascal, he followed the rise of object oriented software with C++. After ten years as a professional Common Lisp programmer, he is now heading a software company in Berlin, specializing in Clojure based communication systems for the healthcare industry.
Talks I've Given
-
Clojure Persistence Options
Featuring Hans Hübner
Clojure is all about data, but at some point, you will need to save your data to some form of stable storage. During this talk, you will explore a tour of persistence (sic) options ranging from local files to various databases. The possible effects of a storage solution to the design of a program...
clojure clojurex bigdata database storage persistence -
Datomic in Practice
Featuring Hans Hübner
Datomic gets a lot of praise in the Clojure community, which is unsurprising as it is implemented in Clojure and blends well with Clojure's own principles. We've been using it in a number of small in-house projects to evaluate its applicability in our own domain, healthcare data...
clojure datomic databases