A URL is an address on the internet. It's made up of a protocol, domain name, amd a path. The Protocol is how the browser gets the information about that page, either http:// or https://. The subdomain is the part of the domain that comes before the main "root" domain. A URL is the address of a unique resource on the internet.
A project management approach that involves breaking the project into phases and emphasizes continuous collaboration and improvement. Agile methodology is the cycle of planning, executing and evaluating.Helps to work efficiently by breaking down development process into smaller chunks. It helps to ensure that development teams complete projects on time and within budget.
Waterfall model is also called as a linear model. It is also referred to as a linear-sequential life cycle model. The waterfall model is the earliest SDLC approach that was used for software development.
Software development life cycle is process to design, develop and test the software.SDLC is a process followed for a software project, within a software organization. It consists of a detailed plan describing how to develop, maintain, replace and alter or enhance specific software. The life cycle defines a methodology for improving the quality of software and the overall development process.
Devops is a combination of software development(dev) and operations(ops). It is defined as software engineering methodology which aims to integrate the work of development teams and operations teams by facilitating a culture of collaboration and shared responsibility.It allows a team to handle the complete application lifecycle, from development to testing, operations, and deployment. It shows cooperation between Development and Operations groups to deploy code to production quickly in an automated and repeatable manner.