What is Software Architecture ? Architecture is the fundamental organization of a system embodied in its components (i.e. Web Server, Application Server, Databases,Storage, Communication layer, etc…), their relationships to each other, and to the environment (i.e. deployment environment shared server, dedicated server, cloud deployment, etc..), and the principles guiding its design and evolution. What is … Continue reading Introduction to Microservice Architecture
Month: September 2016
Testing AngularJS apps with Protractor
Are you working on AngularJS applications? Are you searching for a test framework to do End-to-End testing in Angular applications more effectively? Most of us are familiar with Selenium WebDriver which we use to automate the browsers. But being frustrated with all the waits needed for the WebDriver to sync with the app, causing flakes and prolonged … Continue reading Testing AngularJS apps with Protractor