Introduction to Callbags

Origin

Recently, I saw the following tweet:

Read More

Angular `ng-strict-di`

The dependency injection in AngularJS is amazing. It allows code to be broken down into very isolated parts that improve both maintenance and testability. In this post, I’m discussing a common pitfall that happens when angular 1.x is...

Read More

WebLogic JNDI Custom Resource Configuration

I have been using WebLogic for a couple years now. While it is better than Oracle Application Server, it is missing some very important functionality. Today’s complaint is the lacking of a way to add custom JNDI resources. This was...

Read More