-
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 » -
Enterprise Java
Auditing entities in Spring Data MongoDB
Spring Data MongoDB 1.2.0 silently introduced new feature: support for basic auditing. Because you will not find too much about…
Read More » -
Enterprise Java
Spring Integration File Polling and Tests
I recently implemented a small project where we had to poll a folder for new files and then trigger a…
Read More »