HOME > Development > Learn DevSecOps with Practice

Learn DevSecOps with Practice

  • Development
  • Dec 09, 2024
SynopsisLearn DevSecOps with Practice, available at $19.99, has an av...
Learn DevSecOps with Practice  No.1

Learn DevSecOps with Practice, available at $19.99, has an average rating of 4, with 207 lectures, based on 2 reviews, and has 2044 subscribers.

You will learn about What is DevOps vs DevSecOps Linux/Unix For DevOps and Developers Learn Python From the Scratch Make your own Ethical Hacking Tools In Python Learn Cloud Services – AWS (Amazon Web Services) Learn Continuous Integration And Continuous Delivery CI/CD – Jenkins Learn Containerization Technology – Docker Learn Containerization Technology – Kubernetes Learn IAC (Infrastructure As Code) – AWS Cloud Formation Learn IAC (Infrastructure As Code) – Terraform Learn Continuous Monitoring – AWS CloudWatch Learn Cyber Security Threats and the Best Practices Learn Soft Skills for DevOps Real Life Scenarios with Practice Step-By-Step This course is ideal for individuals who are Anyone interested in developing DevOps and DevSecOps skills or DevOps Engineers or DevSecOps Engineers or Cyber Security Engineers or Developers or Software Engineers or System Adminstartors or Cloud Architect It is particularly useful for Anyone interested in developing DevOps and DevSecOps skills or DevOps Engineers or DevSecOps Engineers or Cyber Security Engineers or Developers or Software Engineers or System Adminstartors or Cloud Architect.

Enroll now: Learn DevSecOps with Practice

Summary

Title: Learn DevSecOps with Practice

Price: $19.99

Average Rating: 4

Number of Lectures: 207

Number of Published Lectures: 207

Number of Curriculum Items: 207

Number of Published Curriculum Objects: 207

Original Price: $19.99

Quality Status: approved

Status: Live

What You Will Learn

  • What is DevOps vs DevSecOps
  • Linux/Unix For DevOps and Developers
  • Learn Python From the Scratch
  • Make your own Ethical Hacking Tools In Python
  • Learn Cloud Services – AWS (Amazon Web Services)
  • Learn Continuous Integration And Continuous Delivery CI/CD – Jenkins
  • Learn Containerization Technology – Docker
  • Learn Containerization Technology – Kubernetes
  • Learn IAC (Infrastructure As Code) – AWS Cloud Formation
  • Learn IAC (Infrastructure As Code) – Terraform
  • Learn Continuous Monitoring – AWS CloudWatch
  • Learn Cyber Security Threats and the Best Practices
  • Learn Soft Skills for DevOps
  • Real Life Scenarios with Practice Step-By-Step
  • Who Should Attend

  • Anyone interested in developing DevOps and DevSecOps skills
  • DevOps Engineers
  • DevSecOps Engineers
  • Cyber Security Engineers
  • Developers
  • Software Engineers
  • System Adminstartors
  • Cloud Architect
  • Target Audiences

  • Anyone interested in developing DevOps and DevSecOps skills
  • DevOps Engineers
  • DevSecOps Engineers
  • Cyber Security Engineers
  • Developers
  • Software Engineers
  • System Adminstartors
  • Cloud Architect
  • DevOps is a set of practices that combines software development and IT operations. It aims to shorten the systems development life cycle and provide continuous delivery with high software quality.

    DevSecOps is a culture shift in the software industry that aims to bake security into the rapid-release cycles that are typical of modern application development and deployment.

    The roles of the DevOps that have the highest demand among respondents are: DevOps engineer– 39% Software engineer– 29% DevOps consultant- 22%

    Organizations need DevOps engineers so badly, because now as never before they are pressed to build high-quality applications as fast as possible to keep up with the competition and create innovative solutions to address business challenges in a quick and continuous manner.

    In this Course you will learn all the needed DevOps/DevSecOps Skills and Tools needed for your Career.

    You will learn all of the below in one course inly (This Ultimate Course):

  • What is DevOps Vs DevSecOps

  • Linux/Unix For DevOps and Developers

  • Learn Python From the Scratch

  • Make your own Ethical Hacking Tools In Python

  • Learn Cloud Services – AWS (Amazon Web Services)

  • Learn Continuous Integration And Continuous Delivery CI/CD – Jenkins

  • Learn Containerization Technology – Docker

  • Learn IAC (Infrastructure As Code) – AWS Cloud Formation

  • Learn IAC (Infrastructure As Code) – Terraform

  • Learn Continuous Monitoring – AWS CloudWatch

  • Learn Cyber Security Threats and the Best Practices

  • Learn Soft Skills for DevOps

  • Real Life Scenarios with Practice Step-By-Step

  • Course Curriculum

    Chapter 1: Introduction

    Lecture 1: What Is DevOps Vs DevSecOps

    Chapter 2: Linux/Unix For DevOps and Developers

    Lecture 1: Slides

    Lecture 2: Linux from the beginning – History and Evolution

    Lecture 3: Linux vs Unix

    Lecture 4: Unix Architecture

    Lecture 5: Linux Directory Structure

    Lecture 6: Basic Linux Commands

    Lecture 7: Basic Linux Commands Hands-On

    Lecture 8: Working with Directories

    Lecture 9: Working with Directories Hands-On

    Lecture 10: Listing Files and Understanding ls Output

    Lecture 11: Listing Files and Understanding ls Output Hands-On

    Lecture 12: Links and Shortcuts in Linux

    Lecture 13: Links and Shortcuts in Linux Hands-On

    Lecture 14: File and Directory Permissions

    Lecture 15: File and Directory Permissions Hands-On

    Lecture 16: Finding Files and Directories Hands-On

    Lecture 17: Viewing Files and the Nano Editor

    Lecture 18: Viewing Files and the Nano Editor Hands-On

    Lecture 19: Editing Files in Vi/Vim

    Lecture 20: Editing Files in Vi/Vim Hands-On

    Lecture 21: Linux copy move commands Hands-On

    Lecture 22: Input Output and Redirection

    Lecture 23: Input Output and Redirection Hands-On

    Lecture 24: Linux Comparing Files Hands-On

    Lecture 25: Linux Transfer Files Over Network

    Lecture 26: Shell Aliases Hands-On

    Lecture 27: Linux Environment Variable Hands-On

    Lecture 28: Processes and Job Control

    Lecture 29: Processes and Job Control Hands-On

    Lecture 30: Scheduling Repeated Jobs with Cron

    Lecture 31: Scheduling Repeated Jobs with Cron Hands-On

    Lecture 32: Linux History Hands-On

    Lecture 33: Linux Sudo Another Users Hands-On

    Lecture 34: Linux Users Management Hands-On

    Lecture 35: The Linux Boot Process

    Lecture 36: Linux File System Hands-On

    Lecture 37: What is Shell Scripting

    Lecture 38: Linux Operators

    Lecture 39: Linux Loops

    Lecture 40: Linux Var Special

    Lecture 41: Linux Functions

    Lecture 42: Linux if else Case

    Lecture 43: Linux Interview Preparation Part 1

    Lecture 44: Linux Interview Preparation Part 2

    Lecture 45: Linux Interview Preparation Part 3

    Chapter 3: Python For Ethical Hackers

    Lecture 1: Install Python

    Lecture 2: Hello World

    Lecture 3: Data Types

    Lecture 4: Numbers

    Lecture 5: Math functions

    Lecture 6: Operator Precedence

    Lecture 7: Variables

    Lecture 8: Strings

    Lecture 9: Escape Sequence

    Lecture 10: Types Conversion

    Lecture 11: Formatted Strings

    Lecture 12: Strings Indexes

    Lecture 13: Boolean

    Lecture 14: Lists

    Lecture 15: List Methods

    Lecture 16: Matrix

    Lecture 17: None

    Lecture 18: Dictionary

    Lecture 19: Dictionary Methods

    Lecture 20: Tuple

    Lecture 21: Conditional If Else

    Lecture 22: For Loop

    Lecture 23: Range

    Lecture 24: While

    Lecture 25: Break Continue Pass

    Lecture 26: Functions

    Lecture 27: Args Kwargs

    Lecture 28: Packages in Python

    Lecture 29: Error Handling

    Lecture 30: Input / Output (IO)

    Lecture 31: Input/Output (IO) Error Handling

    Lecture 32: What is Port Scanner and how it works

    Lecture 33: Building our first Port Scanner from the scratch

    Lecture 34: Web Application Directory Discovery

    Lecture 35: Building our first Directory Discovery from the scratch

    Lecture 36: What is Brute Force Attack

    Lecture 37: Types of Brute Force Attacks

    Lecture 38: Building our first Brute Login from the scratch

    Chapter 4: AWS (Amazon Web Services) For DevOps

    Lecture 1: What is AWS and Why

    Lecture 2: IAM Introduction

    Lecture 3: IAM How Can Users Access

    Lecture 4: IAM Users Groups

    Lecture 5: IAM Password Policy

    Lecture 6: IAM Policy

    Lecture 7: IAM MFA

    Lecture 8: IAM CLI (Command Line)

    Lecture 9: IAM Cloud Shell

    Lecture 10: IAM Role

    Lecture 11: IAM Security Tools

    Lecture 12: EC2 Introduction

    Instructors

  • Learn DevSecOps with Practice  No.2
    Musab AlZayadneh
    DevOps and Security Engineer
  • Rating Distribution

  • 1 stars: 0 votes
  • 2 stars: 0 votes
  • 3 stars: 0 votes
  • 4 stars: 2 votes
  • 5 stars: 0 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!