-
Software Development
It’s a Bad Solution to a Problem We Don’t Have
What’s the worst sort of code? Don’t say JavaScript. It’ll grow on you. Nope, not Perl either. Ok, so Perl…
Read More » -
Software Development
ForEach vs Splitter in mule
This example app will show the difference between Foreach and splitter in Mule version 3.x. Collection splitter splits the incoming…
Read More » -
Enterprise Java
Jakarta EE Contribution – Getting Started
Are you interested in helping out with moving Jakarta EE forward? So am I, and I wanted to provide a…
Read More » -
Core Java
Measuring Time: From Java to Kernel and back
Problem Statement Even the most basic problems become interesting when you dig deep enough. Today, I would like to do…
Read More » -
Core Java
A beginner’s guide to Java agents
While Java beginners quickly learn typing public static void main to run their applications, even seasoned developers often do not…
Read More » -
Software Development
The Universal Coding Standard
Warning: there’s no way the following can live up to the title Your implementation should be: Clear Distinct Well-Organised Clear…
Read More » -
Software Development
GitHub on the command line
hub is a command line client for GitHub. You can use it to view or create issues, pull requests, conveniently…
Read More » -
Core Java
A Disk-Backed arraylist
It sometimes happens that your list can become too big to fit in memory and you have to do something…
Read More » -
Android Core
Publishing your Android Library to Bintray (Gradle)
In the last article, I mentioned how I got around to creating an Open-Source android library. In this post, we’ll…
Read More »