-
Enterprise Java
Java testing with Selenium and dynamic ids in html
One of the cool aspects of Selenium, is that not only can you record yourself using a site, you can…
Read More » -
Enterprise Java
Taming the JMX on WebLogic Server
Let assume couple things first: I assume you have heard of Java’s JMX features and familiar what it does (expose…
Read More » -
Enterprise Java
Parsing ESPN API using Java and Google GSON
For my first post, I’ll explain how to parse the ESPN API. The API documentation can be found at http://developer.espn.com/docs.…
Read More » -
Android Core
Expandable List in Android
Today we are going to discuss ExpandableListView in Android. Here I’ve used Eclipse with ADT plugin to build this example.…
Read More » -
Software Development
Not an Expert in All Levels of Abstraction
Programming is not just writing code – it is working with a huge pile of abstractions. Starting from zeroes and…
Read More » -
Scala
Call response WebSockets in Play Framework
I got a question from a Play user about implementing call/response WebSockets in Play Framework. This is not something that…
Read More » -
Android Core
Android Apache HTTP Client
In this post I want to describe how to build an HTTP client using Apache library. In one of my…
Read More » -
Career
Job Tips For Geeks: How to (Partially) Control Your Technical Interview
Generally speaking, when you walk into an interview you are at the mercy of the interviewers. Although you may be…
Read More » -
Android Core
Android ListView – Tutorial and basic example
One of the UI component we use often is ListView, for example when we need to show items in a…
Read More »