-
Agile
Scaling Agile: Questions to Ask Before Choosing Your Agile Framework
In the fourteen years after the publication of the Agile Manifesto, many organizations have realized significant gains in productivity, quality,…
Read More » -
Software Development
Downsides of Mixed Identifiers When Porting Between Oracle and PostgreSQL Databases
Both the Oracle database and the PostgreSQL database use the presence or absence of double quotes to indicate case sensitive…
Read More » -
Core Java
What the Heck Is Mutation Testing?
In recent times, I came repeatedly upon the term mutation testing. Since the word is that this approach is able…
Read More » -
Enterprise Java
Apache JMeter Tutorial
Want to load test your web app? Then you should know about Apache JMeter! This JMeter tutorial explains the basic…
Read More » -
Enterprise Java
JMS Sender application with ActiveMQ and Maven
We have already seen how to create a JMS Receiver application with ActiveMQ and Maven. Let’s check out how we can…
Read More » -
Core Java
Wrap around design pattern in java8
Wrap around pattern is not listed in in GOF book but is very useful for problem like below: Loop construct…
Read More » -
DevOps
Simplify Email In Your App with Mailgun API
Mailgun is email for developers. Mailgun has elegant REST API to send and receive emails from your mobile app. I…
Read More » -
DevOps
Continuous Deployment circleci, AWS (Elastic Beanstalk), Docker
Introduction We run some of our services in Docker container, under Elastic Beanstalk (EB). We use circleci for our CI…
Read More » -
Enterprise Java
Annotation-driven event listeners in Spring 4.2
Introduction Exchanging events within the application has become indispensable part of many applications and thankfully Spring provides a complete infrastructure…
Read More »