No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.
Designers & Developers EXPECTATIONS
Design is a bridge between physical and non-physical and Designers try to bridge that gap. They have to visually communicate ideas and that’s a big challenge in itself. It requires a considerable amount of thought process and a good command over skills. I hope we are...
When and how to use ember-cli mirage
What is Ember-cli mirage Ember CLI Mirage is a client-side mock server to develop and prototype applications. At some point, while learning Ember.js you probably have needed to mock some data from your server. Older Ember.js tutorials recommended developers use the...
Google Map API displaying Incorrect Map of India
Did you know, "There is a severe penalty by GOI for showing incorrect Map of India"? Safeguard your company by using below-mentioned code tweak. Using google map API without specifying region will result in incorrect Indian map. It will show complete JK as disputed...
Ancient Architecture of Email Processing
Reentrant lock and Executor Services EmailManager Service(thread) maintains its Internal Event Queue, which makes use of synchronized blocks of events such as synchronized postEvent(method), synchronized getNextEvent(method). Event Queue queues the events both from...
Migration from Swift 2 to Swift 3
IOS 10 upgrade First, let me clarify one thing iOS 10 upgrade means here upgradation of code from swift 2 to swift 3 and Xcode version from 7 to 8. Coming to pre-requisites there aren’t any except a proper functioning swift code and Xcode 8 setup in your system....