-
Software Development
Behavioural Design Patterns: Interpreter
Previously we had a look at the chain of responsibility and the command pattern. They do tackle different problems however…
Read More » -
Software Development
Eclipse IP Process: Service Releases of Third Party Content
The primary role of the Eclipse IP Team is to reduce the risks associated with adopting open source software. In…
Read More » -
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 »