Software Development
-
How to Begin Learning and Applying LaTeX
I recently started working with LaTeX based on a colleague‘s recommendation. To be honest, it was a little steeper learning…
Read More » -
10 Top Technology Trends that will shape Business Application Architecture
Business applications tend to be transformed by technologies that disrupt traditional notions of process flexibility, insight, delivery speed, ownership, and…
Read More » -
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 » -
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 » -
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 » -
Error Tracking Reports – Part 3 – Strategy and Package Private
This is the third blog in a series that’s loosely looking at tracking application errors. In this series I’m writing…
Read More » -
Automated bug finding with git bisect and mvn test
Do you know the feeling when you discover a bug in a functionality that was working couple of weeks (or…
Read More » -
Are integration tests worth the hassle?
Whether or not you write integration tests can be a religious argument: either you believe in them or you don’t.…
Read More » -
The economics of reuse
If need the same functionality in two projects, you should reuse code between them, right? Or should you? For as…
Read More »