All Articles

Generating Sessions Ids

Session Id’s are unique, short-lived numbers that servers assign to users when they log in (or visit) so they can remember (or track) users for the duration of their sessions. Servers...

Apr 13, 2016

Developing Sense of Ownership in Employees - Let Your People 'Own' It!

To me, management is: about hiring the right people telling them what needs to get done and why, giving them the tools they need and getting out of their way.

Apr 12, 2016

What Are Code Reviews and How to Do Them Effectively

What is Code Review?Code review is the process or rather an activity in which code written by a developer is inspected by other developers to look for defects and improvements. In oth...

Apr 03, 2016

Checked vs Unchecked Exceptions in Java. Why it's so Confusing

This blog post is intended for new Java developers. It starts with a historical perspective and a look at what motivated the design and creation of Java’s exception handling mechanism...

Apr 02, 2016