
What is MVC? Model View Controller
What is MVC The MVC is an architectural pattern that separates an application into three main logical components Model, View, And Controller.Each of these components has its own role in…
Read more »5 Key Principles of DevOps transformation
Exposure:- In DevOps culture everyone gets exposure about the complete process. If you will see Developers are taking on-call responsibilities and handle more IT things, in this way they are…
Read more »
AngularJS Tutorial for Beginners
AngularJS is a JavaScript Framework. It can be added an HTML Page with a <Script> tag. AngularJS extends HTML attributes with Directives, and binds data to HTML with Expressions. It…
Read more »
Exploring Directory Structure in laravel.
Laravel applications follow the Model-View-Controller architecture design pattern. Models represent the entities in the database and help you to query the database and return the data Views are the pages that will be displayed…
Read more »
QA Roles and Levels in Continuous Delivery Model | Software Testing
0 – Manual compilation, no unit tests, manual testing by QA Before we all recoil in horror it’s worth recalling the pure horror of how things used to be with…
Read more »
A Successful Git branching model | Git branching model Guide
I was reading article and thought to repost here. It focuses around Git as the tool for the versioning of all of our source code. Why git? For a thorough discussion…
Read more »