Software Engineering Source Code Management and Version Control In this article, we will learn how source code is managed using version control systems like Git and along this, we will learn important terminologies such as versioning systems, Base lines, change control and others.
Software Engineering Overview of Rapid Application Development (RAD) Rapid Application Development (RAD) model is a software development practice which focus on minimizing the time spent on prior planning of features and develop the initial version of software quickly and improve it constantly according to user feedback and situation.
Software Engineering Model Driven Architecture (MDA) Model Driven Architecture (MDA) is an effective design approach that is taken by developers to capture the project requirements, plans and implementation design and follow it to implement the system.
Software Engineering Waterfall Model The most popular way of developing software is ‘THE CLASSICAL WATERFALL’ model. It is the first SDLC model, introduced to describe the software development, in late 1950 and became popular in the 1970s.
Software Engineering Continuous Integration in DevOps Continuous Integration (CI) in DevOps is the process of building and deploying software automatically based on some triggers like new code change and others
Software Engineering Minimum Viable Product (MVP) Minimum Viable Product (MVP) is a product with basic features which is launched to gain users and shape the future features based on user feedback. This enables companies to bring in new products regularly.
Software Engineering Testing in DevOps (Test Driven Development) DevOps emphasizes automating as much tests as possible. It ensures continuous delivery. We covered the different tests in TDD in depth along with some tools
Software Engineering Ultimate guide to CAMS Model in DevOps CAMS model embodies the core values of DevOps that is Culture, Automation, Measurement and Sharing. We have explained it in depth with examples.
Software Engineering Introduction to DevOps We have covered the basic terms in DevOps, CAMS model, ideas behind using DevOps, some DevOps tools and much more.