April 23, 2015

Startup Nitrous.IO Offers Enterprise PaaS

Nitrous.IO, a startup based in the U.S. and Singapore, has announced a new cloud development service targeted at enterprise users. The platform as a service (PaaS) speeds the process of setting up a development environment and makes it easy for geographically separated enterprise application development teams to collaborate on coding

BlackBerry Launches CHACE Security Project for Mobile, IoT

BlackBerry has a new plan for remaining relevant even as its smartphones experience rapidly dwindling market share; the company has launched an initiative called the Center for High Assurance Computing Excellence (CHACE) which aims to improve the security of Internet of Things (IoT) and mobile development processes. “There?s a belief

Understanding Anti-Patterns and Code Smells

While Design patterns are recurring solutions to problems often encountered in software applications, anti-patterns are exactly the opposite???these are recurring programming practices that create problems instead of solving them. These evolve out of over engineering, wrong implementation of design patterns, not following the recommended practices, etc. I would like to