-
Scala
My Priorities for Scala
What TypeSafe Should be Working On There was a Twitter thread that started off discussing Clojure REPL usage but devolved…
Read More » -
Software Development
The SQL Language’s Most Missing Feature
SQL is also awesome in many ways. We can write out the most complex truths and facts and have the…
Read More » -
Enterprise Java
Master/Slave Failover for Camel Routes
One way to implement a master/slave failover pattern is to have a cluster of instances of an application where one…
Read More » -
Software Development
9 technologies to be discussed in 2014
According to 9 technologies for a supercharged 2014 there are a few important technologies that are about to increase programmers’…
Read More » -
Android Core
Android Tutorial : Two methods of passing object by Intent (Serializable,Parcelable)
In this post, I will show you an simple example of how to pass object by intent in Android application.…
Read More » -
Software Development
Lesser-Known SQL Features: DEFAULT VALUES
A lesser-known SQL feature is the DEFAULT keyword, which can be used in INSERT and UPDATE statements. Consider the following…
Read More » -
Core Java
On Java Collection Waste
This article is about overhead posed by one of the most popular frameworks used – I bet there is close…
Read More » -
Software Development
Good vs Bad Leader
Software is more about people than technology. When I graduated from college, I thought I only had to master technical…
Read More » -
Enterprise Java
JSF: Passing parameters to JSF action methods from page directly, a nice feature of JavaEE 6+
One of the JSF 2+ nice features presented in Java enterprise edition JavaEE 6+, is that you can pass parameters…
Read More »