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 » -
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 » -
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 » -
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 » -
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 » -
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 » -
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 » -
[MEGA DEAL] The Ultimate Python Programmer’s Bootcamp Bundle (95% off)
A 45-Hour Path From Absolute Coding Beginner to Professional Python Programmer Hey fellow geeks, This week, on our JCG Deals…
Read More » -
Mocking as a Design Tool
Mocking is still a point on contention among TDD practitioners. The biggest complaint is that when we use mocks the…
Read More »