Professional Certificate In Devops
Published 1/2025
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 569.30 MB | Duration: 1h 7m
Published 1/2025
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 569.30 MB | Duration: 1h 7m
Introduction to: DevOps, Version Control, Git, CI/CD, Containers, Configuration Management, Monitoring, Logging, Cloud
What you'll learn
Introduction to DevOps
Version Control with Git
Basics of CI/CD
Introduction to Containers
Configuration Management Basics
Monitoring and Logging
Cloud Basics
DevOps Practices and Culture
Requirements
For a better learning experience, we suggest you to use a laptop / mobile phone / pen and paper for taking notes, highlighting important points, and making summaries to reinforce your learning.
Description
Welcome to Program: Professional Certificate in DevOps by MTF InstituteCourse provided by MTF Institute of Management, Technology and FinanceMTF is the global educational and research institute with HQ at Lisbon, Portugal, focused on business & professional hybrid (on-campus and online) education at areas: Business & Administration, Science & Technology, Banking & Finance. MTF R&D center focused on research activities at areas: Artificial Intelligence, Machine Learning, Data Science, Big Data, WEB3, Blockchain, Cryptocurrency & Digital Assets, Metaverses, Digital Transformation, Fintech, Electronic Commerce, Internet of Things. MTF is the official partner of: IBM, Intel, Microsoft, member of the Portuguese Chamber of Commerce and Industry.MTF is present in 215 countries and has been chosen by more than 679 000 students.Course Author:Dr. Alex Amoroso is a seasoned professional with a rich background in academia and industry, specializing in research methodologies, strategy formulation, and product development. With a Doctorate Degree from the School of Social Sciences and Politics in Lisbon, Portugal, where she was awarded distinction and honour for her exemplary research, Alex Amoroso brings a wealth of knowledge and expertise to the table.In addition to her doctoral studies, Ms. Amoroso has served as an invited teacher, delivering courses on to wide range of students from undergraduate level to business students of professional and executives courses. Currently, at EIMT in Zurich, Switzerland, she lectures for doctoral students, offering advanced instruction in research design and methodologies, and in MTF Institute Ms. Amoroso is leading Product Development academical domain.In synergy between academical and business experience, Ms. Amoroso achieved high results in business career, leading R&D activities, product development, strategic development, market analysis activities in wide range of companies. She implemented the best market practices in industries from Banking and Finance, to PropTech, Consulting and Research, and Innovative Startups.Alex Amoroso's extensive scientific production includes numerous published articles in reputable journals, as well as oral presentations and posters at international conferences. Her research findings have been presented at esteemed institutions such as the School of Political and Social Sciences and the Stressed Out Conference at UCL, among others.With a passion for interdisciplinary collaboration and a commitment to driving positive change, Alex Amoroso is dedicated to empowering learners and professionals for usage of cutting edge methodologies for achieving of excellence in global business world.DevOpsWhat it is: DevOps is a set of practices and a cultural philosophy that automates and integrates the processes between software development (Dev) and IT operations (Ops) teams. It emphasizes communication, collaboration, and shared responsibility to shorten the systems development life cycle and provide continuous delivery with high software quality.Key Concepts:Automation: Automating tasks like building, testing, and deployment.Continuous Integration (CI): Frequently integrating code changes into a central repository.Continuous Delivery (CD): Automating the release pipeline to ensure code can be rapidly and reliably deployed to production.Infrastructure as Code (IaC): Managing infrastructure in a declarative manner, often using code, to automate provisioning and management.Monitoring and Feedback: Continuous monitoring of applications and infrastructure to identify and address issues quickly.Version ControlWhat it is: Version control systems (like Git) record changes to files over time so that you can recall specific versions later.Benefits:Collaboration: Multiple developers can work on the same codebase without conflicts.History Tracking: See the complete history of changes, who made them, and when.Rollback: Revert to previous versions if needed.Branching and Merging: Experiment with new features without affecting the main codebase.CI/CDWhat it is: CI/CD is a set of practices that enable rapid and reliable software delivery through automation.Key Components:Continuous Integration (CI): Developers integrate code changes frequently, triggering automated builds and tests.Continuous Delivery (CD): Extends CI by automating the release pipeline, ensuring code is always ready for deployment.Continuous Deployment: A step further where every change that passes automated tests is automatically deployed to production.Why These Approaches Are ImportantFor Companies:Faster Time to Market: Deliver new features and updates more quickly.Improved Quality: Reduce errors and improve software stability through automation and continuous testing.Increased Efficiency: Automate repetitive tasks, freeing up developers to focus on innovation.Reduced Risk: Smaller, more frequent releases make it easier to identify and fix problems.Better Collaboration: Improve communication and collaboration between development and operations teams.For IT Managers and Developers:Career Advancement: DevOps skills are in high demand, making professionals more valuable.Increased Productivity: Automation and streamlined workflows allow for greater focus on meaningful work.Improved Job Satisfaction: Reduced stress and greater ownership of the development process.Enhanced Collaboration: Work more effectively with colleagues across different teams.Continuous Learning: Stay at the forefront of technology by adopting and mastering new tools and practices.In essence, DevOps, version control, and CI/CD are critical for modern software development. They enable companies to deliver high-quality software faster and more efficiently, while also empowering IT professionals to thrive in their careers.
Overview
Section 1: Introduction
Lecture 1 Onboarding to learning process
Lecture 2 Welcome to MTF
Section 2: DevOps: foundational concepts, tools, and practices
Lecture 3 Presentation
Lecture 4 Course overview
Lecture 5 Course Slide-deck
Lecture 6 Introduction
Lecture 7 Exercise 1
Lecture 8 Version Control with Git
Lecture 9 Exercise 2
Lecture 10 Basics of continuous integration (CI) and continuous delivery (CD)
Lecture 11 Exercise 3
Lecture 12 Containers
Lecture 13 Introduction to Containers
Lecture 14 Configuration Management
Lecture 15 Configuration Management Basics
Lecture 16 Monitoring Logging
Lecture 17 Monitoring and Logging
Section 3: Interactive part
Lecture 18 Interactive Part
Lecture 19 Congratulations with finishing from MTF
Lecture 20 Bonus Section: Next Steps
No special requirements. A course for anyone who wants to build career in IT and Software Development,DevOps What it is: DevOps is a set of practices and a cultural philosophy that automates and integrates the processes between software development (Dev) and IT operations (Ops) teams. It emphasizes communication, collaboration, and shared responsibility to shorten the systems development life cycle and provide continuous delivery with high software quality. Key Concepts: Automation: Automating tasks like building, testing, and deployment. Continuous Integration (CI): Frequently integrating code changes into a central repository. Continuous Delivery (CD): Automating the release pipeline to ensure code can be rapidly and reliably deployed to production. Infrastructure as Code (IaC): Managing infrastructure in a declarative manner, often using code, to automate provisioning and management. Monitoring and Feedback: Continuous monitoring of applications and infrastructure to identify and address issues quickly.,Version Control What it is: Version control systems (like Git) record changes to files over time so that you can recall specific versions later. Benefits: Collaboration: Multiple developers can work on the same codebase without conflicts. History Tracking: See the complete history of changes, who made them, and when. Rollback: Revert to previous versions if needed. Branching and Merging: Experiment with new features without affecting the main codebase.,CI/CD What it is: CI/CD is a set of practices that enable rapid and reliable software delivery through automation. Key Components: Continuous Integration (CI): Developers integrate code changes frequently, triggering automated builds and tests. Continuous Delivery (CD): Extends CI by automating the release pipeline, ensuring code is always ready for deployment. Continuous Deployment: A step further where every change that passes automated tests is automatically deployed to production.,Why These Approaches Are Important For Companies: Faster Time to Market: Deliver new features and updates more quickly. Improved Quality: Reduce errors and improve software stability through automation and continuous testing. Increased Efficiency: Automate repetitive tasks, freeing up developers to focus on innovation. Reduced Risk: Smaller, more frequent releases make it easier to identify and fix problems. Better Collaboration: Improve communication and collaboration between development and operations teams. For IT Managers and Developers: Career Advancement: DevOps skills are in high demand, making professionals more valuable. Increased Productivity: Automation and streamlined workflows allow for greater focus on meaningful work. Improved Job Satisfaction: Reduced stress and greater ownership of the development process. Enhanced Collaboration: Work more effectively with colleagues across different teams. Continuous Learning: Stay at the forefront of technology by adopting and mastering new tools and practices.