-
Software Development
A Better Query Language than SQL
Leland Richardson, Founder of Tech.Pro has recently published a very interesting article about BQL, his visions of a better query…
Read More » -
Software Development
Trigger Continuous Delivery every GitHub commit
Crucial piece of puzzle when developing web application is Continuous Delivery. Testers or users can by early access to alpha…
Read More » -
Core Java
Simplifying ReadWriteLock with Java 8 and lambdas
Considering legacy Java code, no matter where you look, Java 8 with lambda expressions can definitely improve quality and readability.…
Read More » -
Clojure
ClojureScript Routing and Templating with Secretary and Enfocus
A good while ago I was looking for good ways to do client-side routing and templating in ClojureScript. I investigated…
Read More » -
Core Java
Getting JUnit Test Names Right
Finding good names is one of the challanges of crafting software. And you need to find them all the time…
Read More » -
Core Java
Java 8 Friday Goodies: Lean Concurrency
At Data Geekery, we love Java. And as we’re really into jOOQ’s fluent API and query DSL, we’re absolutely thrilled…
Read More » -
Software Development
Go for Java Programmers: Control Structures
Go (Golang) has only three basic control structures. However, each of them are significantly more versatile than their Java counterparts.…
Read More » -
Groovy
How you can benefit from Groovy Shell
This is a post about the Groovy Shell and how it can help you with your daily work (as long…
Read More » -
Software Development
Single Page Application with Angular.js, Node.js and MongoDB (MongoJS Module)
The current post is a proof of concept towards making a web application with a Javascript based Web Server. This…
Read More »