Software Development
-
Code is NOT poetry, it is just code
One can read in the footer of WordPress.org: Code is Poetry. This is quite a bold statement and whoever believes…
Read More » -
My Exprience using ElasticSearch NodeJS and ExpressJS
General requirement Part of a system I am currently working on is manipulating raw data. The data being sent from…
Read More » -
Using Oracle AQ in Java Won’t Get Any Easier Than This
As recently announced in our newsletter, the upcoming jOOQ 3.5 will include an awesome new feature for those of you…
Read More » -
How designing for the cloud would improve your service implementation
Cloud platforms come with a variety of options and constraints certainly driven by infrastructure and business needs which indeed diversify…
Read More » -
Test Attribute #6 – Maintenance
I always hated the word “maintainability” in the context of tests. Tests, like any other code are maintainable. Unless there…
Read More » -
ngImprovedTesting: mock testing for AngularJS made easy
Being able to easily test your application is one of the most powerful features that AngularJS offers. All the services,…
Read More » -
Applying S.T.O.P. To Software Development
The acronym STOP (or STOPP) is used by several organizations (United States Army, Hunter’s Ed, Mountain Rescue, Search and Rescue,…
Read More » -
Replica Set Members in Mongodb
In the previous articles we have discussed many aspects of replica set in mongodb. And in those articles we have…
Read More » -
Test Attribute #5 – Differentiation
This the 5th post about Test Attributes that started off with celebrity-level “ How to test your tests” post. Differentiation…
Read More »