IBM
IBM DevOps and Software Engineering Professional Certificate
IBM

IBM DevOps and Software Engineering Professional Certificate

Launch your DevOps and Software Engineering Career. Master DevOps, Agile, Scrum, CI/CD and Cloud Native with hands-on job-ready skills.

John Rofrano
Abhishek Gagneja
Joseph Santarcangelo

Instructors: John Rofrano

Included with Coursera Plus

Earn a career credential that demonstrates your expertise

(5,574 reviews)

Beginner level

Recommended experience

6 months at 10 hours a week
Flexible schedule
Earn a career credential
Share your expertise with employers
Earn a career credential that demonstrates your expertise

(5,574 reviews)

Beginner level

Recommended experience

6 months at 10 hours a week
Flexible schedule
Earn a career credential
Share your expertise with employers

What you'll learn

  • Develop a DevOps mindset, practice Agile philosophy & Scrum methodology - essential to succeed in the era of Cloud Native Software Engineering

  • Create applications using Python  language, using various programming constructs and logic, including functions, REST APIs, and  libraries

  • Build applications composed of microservices and deploy using containers (e.g. Docker, Kubernetes, and OpenShift) & serverless technologies

  • Employ tools for automation, continuous integration (CI) and continuous deployment (CD) including Chef, Puppet, GitHub Actions, Tekton and Travis. 

Overview

What’s included

Shareable certificate

Add to your LinkedIn profile

Taught in English
188 practice exercises

Professional Certificate - 15 course series

What you'll learn

  • The essential characteristics of DevOps including building a culture of shared responsibility, transparency, and embracing failure.

  • The importance of Continuous Integration and Continuous Delivery, Infrastructure as Code, Test Driven Development, Behavior Driven Development.

  • Essential DevOps concepts: software engineering practices, cloud native microservices, automated continuous deployments, and building resilient code.

  • The organizational impact of DevOps, including breaking down silos, working in cross functional teams, and sharing responsibilities.

Skills you'll gain

DevOps, Cross-Functional Collaboration, Culture Transformation, Behavior-Driven Development, Test Driven Development (TDD), Cloud-Native Computing, Performance Metric, Team Oriented, Microservices, Scrum (Software Development), Accountability, CI/CD, and Agile Methodology

What you'll learn

  • Define cloud computing and explain essential characteristics, history, the business case for cloud, and the emerging technologies enabled by cloud

  • Describe the cloud service models- IaaS, PaaS, SaaS, and cloud deployment models- Public, Private, Hybrid; explain cloud infrastructure components

  • Explain emerging Cloud related trends including HybridMulticloud, Microservices, Serverless, Cloud Native, DevOps, and Application Modernization

  • List and describe services of popular cloud platforms including AWS, Microsoft Azure, Google Cloud, IBM Cloud, Alibaba Cloud, and others

Skills you'll gain

Cloud Computing, Cloud Services, Cloud Storage, Cloud Security, DevOps, Cloud Computing Architecture, Hybrid Cloud Computing, Serverless Computing, Cloud-Native Computing, Emerging Technologies, Cloud Infrastructure, Cloud Development, Cloud Management, Cloud Hosting, Cloud Platforms, IBM Cloud, Cloud Solutions, Cloud Engineering, Technical Services, and Virtual Machines

What you'll learn

  • Adopt the 5 practices of Agile, a subset of DevOps: small batches, minimum viable product, pair programming, behavior- and test-driven development.

  • Write good user stories, estimate and assign story points and track stories using a kanban board. Incorporate Scrum artifacts, events, and benefits.

  • Create and refine a product backlog using the sprint planning process. Produce potentially shippable product increments with every iteration.

  • Create burndown charts to forecast the ability to meet a sprint goal. Use metrics to enhance performance, productivity, and client satisfaction.

Skills you'll gain

Agile Methodology, Sprint Planning, User Story, Performance Metric, Backlogs, Sprint Retrospectives, Kanban Principles, Performance Measurement, Estimation, Prioritization, Continuous Improvement Process, Lean Methodologies, Workflow Management, Agile Software Development, Agile Project Management, and Team Oriented

What you'll learn

  • Explain the principles of software engineering, the Software Development Life Cycle (SDLC), and software development tools, technologies, and stacks

  • Differentiate between programming language types and apply basic programming constructs such as loops, conditionals, and functions using Python

  • Summarize key software architecture and design approaches, including common architectural and deployment patterns

  • Outline the roles, skills, and career paths in software engineering

Skills you'll gain

Software Development Life Cycle, Software Engineering, Computer Programming, Software Architecture, Front-End Web Development, Back-End Web Development, Programming Principles, Web Development, Python Programming, Software Design, Scrum (Software Development), Agile Methodology, Software Design Patterns, Application Development, Cloud Development, Software Development, and Integrated Development Environments

What you'll learn

  • Describe version control and its place in social and collaborative coding and in DevOps.

  • Explain basic Git concepts such as repositories and branches used for distributed version control and social coding.

  • Create GitHub repositories and branches, and perform pull requests (PRs) and merge operations, to collaborate on a team project.

  • Build your portfolio by creating and sharing an open-source project on GitHub.

Skills you'll gain

GitHub, Git (Version Control System), Collaborative Software, Web Applications, Open Source Technology, Version Control, DevOps, and Command-Line Interface

What you'll learn

  • Describe the Linux architecture and common Linux distributions and update and install software on a Linux system.

  • Perform common informational, file, content, navigational, compression, and networking commands in Bash shell.

  • Develop shell scripts using Linux commands, environment variables, pipes, and filters.

  • Schedule cron jobs in Linux with crontab and explain the cron syntax. 

Skills you'll gain

Linux Commands, Shell Script, Linux, File Management, Unix Commands, Scripting, Unix, Software Installation, Network Protocols, Operating Systems, Bash (Scripting Language), Command-Line Interface, Scripting Languages, Automation, Linux Servers, and Ubuntu

What you'll learn

  • Develop a foundational understanding of Python programming by learning basic syntax, data types, expressions, variables, and string operations.

  • Apply Python programming logic using data structures, conditions and branching, loops, functions, exception handling, objects, and classes.

  • Demonstrate proficiency in using Python libraries such as Pandas and Numpy and developing code using Jupyter Notebooks.

  • Access and extract web-based data by working with REST APIs using requests and performing web scraping with BeautifulSoup.

Skills you'll gain

Python Programming, Pandas (Python Package), Web Scraping, NumPy, Data Structures, JSON, Data Manipulation, Object Oriented Programming (OOP), Application Programming Interface (API), Data Processing, Automation, Programming Principles, Restful API, Scripting, Data Analysis, Data Import/Export, Jupyter, and Computer Programming

What you'll learn

  • Describe the steps and processes involved in creating a Python application including the application development lifecycle

  • Create Python modules, run unit tests, and package applications while ensuring the PEP8 coding best practices

  • Build and deploy web applications using Flask, including routing, error handling, and CRUD operations.

  • Create and deploy an AI-based application onto a web server using IBM Watson AI Libraries and Flask

Skills you'll gain

Application Deployment, Unit Testing, Flask (Web Framework), Application Programming Interface (API), Restful API, Python Programming, Web Applications, Programming Principles, Software Development Life Cycle, Integrated Development Environments, and Artificial Intelligence

What you'll learn

  • Using containers, learn how to move applications quickly across any environment.

  • Build cloud native applications using Docker, Kubernetes, OpenShift, and Istio.

  • Describe and leverage Kubernetes architecture to set up and use an entire lifecycle-based container management system.

  • Create and leverage a YAML deployment file to configure and create resources such as pods, services, replicasets, and others in a declarative way.

Skills you'll gain

Kubernetes, Containerization, OpenShift, Command-Line Interface, Istio, Docker (Software), Microservices, Application Deployment, CI/CD, DevOps, Cloud-Native Computing, YAML, and Scalability

What you'll learn

  • Summarize the fundamentals of Microservices, their advantages, and contrast with monolithic architectures.

  • Create REST API endpoints and invoke them using cURL and Postman; Use SwaggerUI to document and test APIs.

  • Create, and deploy microservices using Docker containers and serverless technologies like IBM Code Engine.

  • Practice hands-on with labs and projects using a no-charge cloud-based environment.

Skills you'll gain

Microservices, API Gateway, IBM Cloud, Restful API, Containerization, Application Deployment, Serverless Computing, OpenShift, Application Development, Scalability, Cloud Computing, Kubernetes, Cloud Applications, Istio, and Software Architecture

What you'll learn

  • Explain the importance of testing 

  • Describe test-driven development (TDD) and explain its benefits for DevOps

  • Develop unit tests with test assertions and test fixtures and then run the tests

  • Improve unit testing through advanced TDD methods including coverage reports, factories, fakes, and mock objects

Skills you'll gain

Test Driven Development (TDD), Behavior-Driven Development, Software Testing, Unit Testing, Integration Testing, Test Data, Gherkin (Scripting Language), Test Automation, Code Coverage, Test Case, Microservices, and Restful API

What you'll learn

  • Explain Infrastructure as Code, describe tools used, and create Infrastructure as Code scripts using Terraform

  • Describe cloud platforms and automation, and automate CI/CD tasks using Jenkins and GitHub actions

  • Define Continuous Integration (CI) and list some examples of tools used for CI

  • Describe the process of Continuous Deployment (CD) with tools like OpenShift Pipelines and Argo CD

Skills you'll gain

CI/CD, Continuous Integration, Continuous Delivery, GitHub, Git (Version Control System), DevOps, OpenShift, Infrastructure as Code (IaC), Devops Tools, Jenkins, Application Deployment, Kubernetes, YAML, IT Automation, Containerization, and Automation

What you'll learn

  • Explain security by design, learn to develop applications using security by design principles; perform defensive coding following OWASP principles.

  • Describe IBM cloud container vulnerability; perform vulnerability scanning and pen testing with Kali Linux.

  • Describe what to look for in app performance; perform troubleshooting using logging, stack trace, and log analytics.

  • Discuss concepts like Golden Signals; list tools for monitoring and troubleshooting; and test monitoring in action with Prometheus and Grafana.

Skills you'll gain

Secure Coding, Application Security, Threat Modeling, Vulnerability Scanning, DevSecOps, Security Testing, Open Web Application Security Project (OWASP), Vulnerability Assessments, Software Development Life Cycle, Continuous Monitoring, Development Environment, Application Performance Management, Data Security, and System Monitoring

What you'll learn

  • Explain the importance of monitoring and describe concepts like Golden Signals

  • Demonstrate your knowledge of observability with Instana and explain the pillars of observability, cloud native observability, and types of sampling

  • Implement logging and demonstrate your knowledge of telemetry using OpenTelemetry and tracing using Kubernetes

  • Develop hands-on experience with a variety of tools such as Prometheus, Grafana, Mezmo (LogDNA), OpenTelemetry, and Instana

Skills you'll gain

Application Performance Management, Continuous Monitoring, System Monitoring, Prometheus (Software), Grafana, Cloud-Native Computing, Distributed Computing, Kubernetes, Docker (Software), Containerization, Data Management, DevOps, Debugging, and Microservices

What you'll learn

  • Identify user requirements, write user stories, create and execute sprint plans.

  • Build an application composed of several microservices and employ containers and serverless for running apps in Cloud.

  • Develop test cases and test your app during various stages of its lifecycle; utilize CI/CD tools to update and deploy your app.

  • List several next steps for starting or enhancing your career as a DevOps professional.

Skills you'll gain

Continuous Integration, Kubernetes, Test Driven Development (TDD), Agile Methodology, Microservices, OpenShift, Sprint Planning, CI/CD, Kanban Principles, Docker (Software), Restful API, User Story, Flask (Web Framework), Scrum (Software Development), Application Deployment, Containerization, Cloud Computing, Code Review, Cloud-Native Computing, and DevOps

Earn a career certificate

Add this credential to your LinkedIn profile, resume, or CV. Share it on social media and in your performance review.

Build toward a degree

When you complete this Professional Certificate, you may be able to have your learning recognized for credit if you are admitted and enroll in one of the following online degree programs.¹

 
ACE Logo

This Professional Certificate has ACE® recommendation. It is eligible for college credit at participating U.S. colleges and universities. Note: The decision to accept specific credit recommendations is up to each institution. 

Instructors

Abhishek Gagneja
IBM
6 Courses240,658 learners
Joseph Santarcangelo
IBM
36 Courses2,184,657 learners
Rav Ahuja
IBM
56 Courses4,344,525 learners
Upkar Lidder
IBM
17 Courses491,284 learners
John Rofrano

Top Instructor

IBM
8 Courses309,561 learners
Lavanya Thiruvali Sunderarajan
8 Courses226,818 learners
Alex Parker
IBM
3 Courses161,518 learners
Ramesh Sannareddy
IBM
15 Courses448,992 learners
Sam Prokopchuk
IBM
1 Course163,232 learners
Bethany Hudnutt
IBM
3 Courses460,605 learners
Ramanujam Srinivasan
IBM
19 Courses135,590 learners

Offered by

IBM

Compare with similar products

Rating
Level
Skills
Tools
Last updated
Number of practice exercises
Degree eligibility
Part of Coursera Plus

You might also like

Why people choose Coursera for their career

Felipe M.
Learner since 2018
"To be able to take courses at my own pace and rhythm has been an amazing experience. I can learn whenever it fits my schedule and mood."
Jennifer J.
Learner since 2020
"I directly applied the concepts and skills I learned from my courses to an exciting new project at work."
Larry W.
Learner since 2021
"When I need courses on topics that my university doesn't offer, Coursera is one of the best places to go."
Chaitanya A.
"Learning isn't just about being better at your job: it's so much more than that. Coursera allows me to learn without limits."
Coursera Plus

Open new doors with Coursera Plus

Unlimited access to 10,000+ world-class courses, hands-on projects, and job-ready certificate programs - all included in your subscription

Advance your career with an online degree

Earn a degree from world-class universities - 100% online

Join over 3,400 global companies that choose Coursera for Business

Upskill your employees to excel in the digital economy

Frequently asked questions

¹ Median salary and job opening data are sourced from Lightcast™ Job Postings Report. Content Creator, Machine Learning Engineer and Salesforce Development Representative (1/1/2024 - 12/31/2024) All other job roles (10/1/2024 - 10/1/2025)