-
Software Development
Working with Amazon S3 – Part I
Introduction In this multi-part series, I am going to run you through Amazon S3 Service. In first part, you will…
Read More » -
Core Java
Yet another Java 8 Lamdbas and Streams example
I’ve been lagging behind with what Java 8 features exercising concerns, so in this post I will briefly present my initial…
Read More » -
DevOps
Configure JRebel with Docker containers
JRebel allows you to skip build and redeploy process by instantly deploying your application to the application server of your…
Read More » -
Software Development
The 7 Pains of Developing Mobile Apps (and How to Solve Them)
Mobile apps are on a trajectory the likes of which have yet to be charted. Digi-Capital forecasts that by 2017,…
Read More » -
Scala
Scala Days: 6 of the Best Talks You Probably Missed
Highlights from Scala Days @ San Francisco New Post: Scala…
Read More » -
Core Java
Validating XML Against XSD(s) in Java
There are numerous tools available for validating an XML document against an XSD. These include operating system scripts and tools…
Read More » -
Core Java
One Year After Java 8’s Release, IDEs and Compilers are not Fully Ready Yet
One year ago, on March 18, 2014, Java SE 8 was released, and with it, the bliss of functional programming…
Read More » -
Core Java
Creating Millions of Objects with Zero Garbage
As noted in First rule of performance optimisation, garbage is the enemy of fast code. Not only can it destroy any sort…
Read More » -
Enterprise Java
Netty: A Different Kind of Web(Socket) Server
Netty is used today in all kinds of applications, all over the Internet, to handle thousands (if not millions) of chat…
Read More »