Tagged in

Software Development


Weblogic Cluster and Singleton Service.

Need to have only one object for an application, that we can achieve to make the entity a singleton entity. Creating a singleton class is implementing a singleton design pattern that is a simple and easy thing. Up to now I created a single object per JVM.


Defeating Evil with Data Structures!

In last week’s article, we used benchmarks to determine how well our code performs on certain inputs. First we used the Criterion library to get some measurements for our code. Then we were able to look at those measurements in some spiffy output. We also profiled…


Building Weather App in NodeJS under 5 minutes.

In this tutorial, We are going to write NodeJS app with help of the Weather API from openweathermap.org which provides us daily temperature with the every rate fresh data.


Why Should I Consider Clever Beagle?

Although Clever Beagle was preceded by the mentorship service at our sibling site — The Meteor Chef — in its new incarnation, it may not be entirely clear why or how Clever Beagle is a good fit for your product. In the past, our mentorship was more generalized; our…


Software Companies Tech Competency Matrix

Every company is a technology company. A technology company without great software and technical team is insignificant. In this post, I will unfold my understanding of what makes a tech team competent in 4 levels with 6 main criteria and 25 sub-criteria.


A step by step guide for migrating to feature flags in your application

It really is pretty simple to start using featureflow in an application. If you’re deciding how hard it is and whether you can make that switch, read on.

1. Try the 5 minute…