-
Software Development
Off Heap concurrent counter
Concurrent counter are part of almost every system, it is used to collect data, thread synchronization etc. Java has good…
Read More » -
Software Development
JSON Processing (JSON-P) Tutorial
JSON (JavaScript Object Notation) is a compact text file format that can be used to store and transfer data. It…
Read More » -
Groovy
Grails Goodness: Using Groovy SQL
In a previous post we learned how we can use Hibernate native SQL queries in our Grails application. We can…
Read More » -
Core Java
Migrating from javaagent to JVMTI: our experience
When you need to gather data from within the JVM, you will find yourself working dangerously close to the Java…
Read More » -
Software Development
Implementing Static Analysis isn’t that easy
Static Analysis Testing (SAST) for software bugs and vulnerabilities should be part of your application security – and software quality…
Read More » -
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 »