Play Framework

For one of our projects, we used Play framework for web app implementation. It was easy to learn Play framework given my background of working with Maven, Tomcat and Eclipse style implementations. Play…

Tombstones in Cassandra

When load testing our apps deployed in AWS cloud, we saw some really long, crazy timeouts on reads on all of the column families with a load of 500 odd threads for insert/update/delete…

AngularJS Framework

We have many frameworks like JQUERY, Angular JS, Mustache, etc., in JavaScript. Based on the project need, I had an opportunity to work on AngularJS framework. Based on the advantages of Angular JS…

Test Driven Development/Design

“The act of writing a unit test is more an act of design than of verification. It is also more an act of documentation than of verification. The act of writing a unit…

Selenium for Automation

Testing is a repetitive process. Any modification in code must be tested to ensure the software application is providing the desired functionality and result. Repeating the tests manually cost time and money. We…

Need for Microservices

Microservices architecture is a concept that supports agile development and delivery of complex/large applications. Let’s see how it is different from usual Monolithic, SOA architectures. A Monolithic architecture is a method of developing…

Continuous Integration and Continuous Delivery (CICD)

Sometimes we consider a change so small that it can’t possibly break an app; so we don’t run any tests. One fine day, the product stops functioning and nobody knows why. To avoid…

Page 2 of 2
« Newer Posts