-
Android Core
Fixing The Android Camera API
The other day I participated in a company hackathon and I decided to make use of the Android camera. I’ve…
Read More » -
Core Java
Abstract Class Versus Interface in the JDK 8 Era
In The new Java 8 Date and Time API: An interview with Stephen Colebourne, Stephen Colebourne tells Hartmut Schlosser, “I…
Read More » -
DevOps
Secure DevOps – Seems Simple
The DevOps security story is deceptively simple. It’s based on a few fundamental, straight forward ideas and practices: Smaller Releases…
Read More » -
Core Java
Base64 in Java 8 – It’s Not Too Late To Join In The Fun
Finally, Java 8 is out. Finally, there’s a standard way to do Base64 encoding. For too long we have been…
Read More » -
Core Java
Introduction to Nashorn
Java 8 introduced and new javascript engine named “Nashorn”. Nashorn is based on Da Vinci Machine, a project with aim of…
Read More » -
Software Development
db.person.find( { “role” : “DBA” } )
Wow! it has been a while since I posted something on my blog post. I have been very busy, moving…
Read More » -
Software Development
Getters and setters gone wrong
Conventions are great when you can speed up your coding and automatically provide self-documenting and standard solutions and that’s probably…
Read More » -
Agile
Notes to students doing research about Agile
The dissertation/thesis writing season is approaching so I expect the recent set of questions from a student is the first…
Read More » -
Software Development
Custom Git Commands in 3 Steps
I’m lazy and so I seek ways to reduce repetitious activities. For instance, I’ve spent a lot of time in…
Read More »