-
Enterprise Java
Simple Testing Can Prevent Most Critical Failures
Error handling is one of the hardest and ignored part of software development and if system is distributed then this…
Read More » -
Software Development
Azure Functions – Part 3: Handling HTTP Query GET and POST Requests
Serving static pages is interesting, but a real application needs input from the user, and in the web this is…
Read More » -
Agile
Scrum and universal truths [update 2018]
In 2010, the principal co-creators of Scrum, Jeff Sutherland and Ken Schwaber, agreed on the first version of the Scrum Guide, thereby…
Read More » -
Software Development
Random App Ideas
Every now and then you start thinking “wouldn’t it be nice to have an app for X”. When I was…
Read More » -
Software Development
How to Remove Leading/Trailing White Space from a String in SQL Server? LTRIM, RTRIM Example
Unlike Java, Microsoft SQL Server 2008, 2012, 2014, and even the latest version don’t have a built-in trim() function, which…
Read More » -
Enterprise Java
Resource and Dependency Injection in Java EE 7
1. Overview Contexts and Dependency Injection (CDI) is a feature of Java EE that helps meld the web tier and…
Read More » -
Software Development
When microservices becomes darkservices
Micro services is great and many company comes and talk about it on how it is used for scaling team,…
Read More » -
Software Development
How to Format a Large Code Base Automatically
If you introduce code formatting rules retroactively, you have to solve the problem how to format existing code base according…
Read More » -
Enterprise Java
Simple Token Authentication for Java Apps
“I love writing authentication and authorization code.” ~ No Web Developer Ever. Tired of building the same login screens over…
Read More »