-
Core Java
Factory Method pattern in Java
In my previous post about the Template Method pattern, I showed how one can leverage lambda expression and default methods.…
Read More » -
Software Development
Choosing a Programming Language: Recruitment
How do you choose the right language to use for your next project? Use the right tool for the job?…
Read More » -
Software Development
Increasing System Robustness With A ‘Let It Crash’ Philosophy
Designing fault tolerant systems is extremely difficult. You can try to anticipate and reason about all of the things that…
Read More » -
Software Development
Continuous Delivery – Part 5 – Startup – Self Test
Previous Chapter: A/B Testing So far we discussed Feature Toggle and A/B testing. These two methods enable safe guards that…
Read More » -
Enterprise Java
Java EE CDI Dependency Injection (@Inject) tutorial
In this tutorial we shall show you how to achieve Dependency Injection in CDI managed Beans. In particular, we shall…
Read More » -
Software Development
The Dev-QA Delicate Relationship
Success to your product is directly influenced by the ability of your QA and Dev teams to work well together.…
Read More » -
Clojure
Got my feet wet with Clojure
I started hardcode coding on Project Plugh. I’m working on moving a bunch of Lift concepts over to Clojure as…
Read More » -
Software Development
Continuous Delivery – Part 4 – A/B Testing
Previous chapter: Continuous Delivery – Part 3 – Feature Toggles From Wikipedia: In web development and marketing, as well as…
Read More »