-
Software Development
5 simple rules for securely storing passwords
Far too frequently, systems are hacked and their user databases are compromised. And there are far too many cases where…
Read More » -
Software Development
Simplicity
Lately, I’ve been thinking a lot about the importance of simplicity in software. I can remember a time in my…
Read More » -
Software Development
New programming techniques and the productivity curve
Though I love learning new programming techniques and technologies, I often struggle to make them a part of my normal…
Read More » -
Software Development
A case for putting off documentation until the end
I have a bad habit of putting off documenting my code as long as possible; it’s often my last task…
Read More » -
Core Java
Secure Password Storage – Don’ts, dos and a Java example
The importance of storing passwords securely As software developers, one of our most important responsibilities is the protection of our…
Read More » -
Enterprise Java
JSF and the “immediate” Attribute – Command Components
The immediate attribute in JSF is commonly misunderstood. If you don’t believe me, check out Stack Overflow. Part of the…
Read More »