-
Android Core
Android Studio Tutorial: Getting started with the new Android IDE
In May 15th, during Google’s I/O developer conference, a new developer suite called Android Studio was announced. It is a…
Read More » -
Core Java
Design Patterns: Builder
Sometimes there is a need to create a complex object in application. The one solution for this is a Factory…
Read More » -
Kotlin
Null safety in Kotlin
Kotlin is a statically typed JVM language developed by Jetbrains. It has some good documentation so today I will focus…
Read More » -
Enterprise Java
Spring Data Solr Tutorial: Adding Custom Methods to All Repositories
If we are using Spring Data Solr in a real life software project, the odds are that sooner or later…
Read More » -
Core Java
Factory Design Pattern – An Effective Approach
As you know the Factory Method Pattern or popularly known as the Factory Design Pattern is one the design patterns…
Read More » -
Enterprise Java
Choosing Technology Stack to build a common platform
There are many talks in the Java community about Spring vs Java EE. Fans of one group would argue you…
Read More » -
DevOps
Archiving data to AWS Glacier
For archiving your data at AWS you can use AWS Glacier. This service offers cheaper storage than the S3 service…
Read More » -
Software Development
Simple vs. Easy: Writing A Generic Code To Avoid Duplication (Representation of Data To Import)
In our batch jobs for data import we had many similar classes for holding the data being imported. Technically they…
Read More » -
Enterprise Java
Aggregating async results using Spring Integration
Hi, I came across an issue which has very nice solution using Spring Integration. Many times we have the need…
Read More »