-
Software Development
Add APPLY to Your TSQL Tool Belt
Every once in a while I stumble across some SQL keyword that I didn’t really know about, but is extremely…
Read More » -
Software Development
Can we replace requirement specification with better understanding?
On larger projects, I’ve always ended up resorting to writing down a lot of detailed specifications, many of which are…
Read More » -
Core Java
Logging exceptions root cause first
The 0.9.30 release of Logback logging library brings new awesome feature: logging stack traces starting from root (innermost) exception rather…
Read More » -
Scala
Fun with function composition in Scala
The goal of this post is to show how a list of functions can be composed to create a single…
Read More » -
Software Development
This comes BEFORE your business logic!
This is post originally published by Ron Gross one of our JCG partners. It focuses in .NET technologies at times,…
Read More » -
Software Development
Measuring Code Complexity
Lately, development managers have put a lot of interest in measuring code quality. Therefore, things like code reviews and analysis…
Read More » -
Enterprise Java
Swapping out Spring Bean Configuration at Runtime
Most Java developers these days deal with Spring on a regular basis and there are lots of us out there…
Read More » -
Software Development
When Inheriting a Codebase, there are more questions than answers…
There will be that time in your life when you inherit someone else’s source tree or codebase and you’ll need…
Read More » -
Enterprise Java
Practical Introduction into Code Injection with AspectJ, Javassist, and Java Proxy
The ability to inject pieces of code into compiled classes and methods, either statically or at runtime, may be of…
Read More »