-
Android Core
Saving data to a file in your Android application
This is the second post in my series about storage in Android applications. The other post is available here :…
Read More » -
Core Java
On Graph Computing
The concept of a graph has been around since the dawn of mechanical computing and for many decades prior in…
Read More » -
Software Development
Understanding the World using Tables and Graphs
Organizations make use of data to drive their decision making, enhance their product features, and to increase the efficiency of…
Read More » -
Core Java
Serialization Proxy Pattern example
There are books, which change your life immensely. One of such books is “Effective Java” by Joshua Bloch. Below you…
Read More » -
Android Core
Using Android Traceview in Eclipse
The best way to solve a performance problem with an Android application is to profile the application by tracing the…
Read More » -
Software Development
Master your IDE logging with Grep console
One of many daily activities that every programmer needs to do in order to do their work is to control…
Read More » -
Software Development
When writing too much code can kill you
So now that I lured you in with that provocative title I suppose I need to clarify. Well it’s true;…
Read More » -
Software Development
A Few Thoughts on Code Completion
Before launching into some philosophical musings about what programmers‘ crack addiction to code completion means, a few observations about my…
Read More » -
Core Java
Knowledge Representation and Reasoning with Graph Databases
A graph database and its ecosystem of technologies can yield elegant, efficient solutions to problems in knowledge representation and reasoning.…
Read More »