-
DevOps
Maintaining Software Sucks – and what we can do about it
If you ask most developers, they will tell you that working in maintenance sucks. Understanding and fixing somebody else’s lousy…
Read More » -
Core Java
Java Exception Handling Tutorial with Examples and Best Practices
Exception is an error event that can happen during the execution of a program and disrupts its normal flow. Java…
Read More » -
Core Java
Java Generics Tutorial – Example Class, Interface, Methods, Wildcards and much more
Generics is one of the core feature of Java programming and it was introduced in Java 5. If you have…
Read More » -
Core Java
How to create Thread Pools using Java 5 Executor Framework
Java 5 introduced Thread pool in Java in form of Executor framework, which allows Java programmer to decouple submission of…
Read More » -
Android Core
Introducing Android Migrations
Have you ever worked with Rails’ migrations? They make database changes a breeze, don’t they? While every software release doesn’t…
Read More » -
DevOps
Immutable Servers With Packer and Puppet
Lately I’ve been becoming more and more of a fan of is the concept of Immutable Servers while automating our…
Read More » -
Enterprise Java
ReSQL?
The NoSQL moniker that was coined circa 2009 marked a move from the “traditional” relational model. There were quite a…
Read More » -
Enterprise Java
Building a Manufacturing Service Bus (MSB) with WSO2 ESB
Before getting in to the subject, I would like to introduce few terminology commonly used in the manufacturing industry. The…
Read More » -
Core Java
EclipseLink MOXy and the Java API for JSON Processing – Object Model APIs
The Java API for JSON Processing (JSR-353) is the Java standard for producing and consuming JSON which was introduced as…
Read More »