by root | Dec 5, 2017 | Development, Process
When Patrick Debois recognized the resistance between developer and operations team as an Agile practitioner he saw this as a chance of using the methodologies of Agile to manage infrastructure. Initially, DevOps was described as Agile Infrastructure but later a new...
by root | Sep 22, 2017 | Development
Recently there is an increase in the popularity of MicroServices but it has been prevalent for a long time. A number of factors can be attributed to the popularity that has led to this trend with scalability being probably the most important one. Utilization of...
by root | May 1, 2017 | Android, Development, Mobile
As everyone knows that the google authentication through web views is going to be deprecated, where the Google developers are suggested to use google sign in API for native Android developers. In Cordova based applications we can implement Cordova google plus...
by root | Apr 18, 2017 | Development, Ember.js
In Ember when you call destroyRecord on the model. In the network layer, Rest Api Method delete is invoked and your model’s id is passed in your params, I believe everyone knows this stuff. Let’s dig deeper, what happens after you call the object method...
by root | Apr 3, 2017 | Code quality, Design, Development, Ruby on Rails
Let’s start with a problem every Ruby on Rails developer faces, handling ‘nil’ value – a tedious task. NoMethodError: undefined method `[]’ for nil:NilClassy 4 spaces But there is a well-known design pattern to handle ‘nil’ value for Ruby in the more...
by root | Mar 30, 2017 | Database, Development
Why do we need a Backup/ Recovery Strategy? Backup and Recovery Strategies are absolutely essential for the uninterrupted operation of any live business unit. The strategy must plan for recovery in every catastrophe such as: Device Failure: Loss of Machine or Disk...