This is a step-by-step guide on how to become a DevOps engineer, with links to free resources.
Resources include Books, Videos, Articles and Interactive Sessions
Don't forget to leave a star on our repository! ⭐
4. Cloud
7. Containers
9. CI/CD
Linux is an operating system. In fact, one of the most popular platforms on the planet, Android, is powered by the Linux operating system. An operating system is software that manages all of the hardware resources associated with your desktop or laptop. To put it simply, the operating system manages the communication between your software and your hardware. Without the operating system (OS), the software wouldn’t function.
The Ultimate Linux Newbie Guide
Introduction to Bash Scripting by Bobby Iliev
The “Start From Scratch” Linux Course
LinuxFoundationX: Introduction to Linux
RedHat: Fundamentals of Red Hat Enterprise Linux
Bash Scripting Tutorial for Beginners
Advanced Bash Scripting Tutorial
https://web.mit.edu/mprat/Public/web/Terminus/Web/main.html
Git is a distributed version control system that tracks changes in any set of computer files, usually used for coordinating work among programmers who are collaboratively developing source code during software development. Its goals include speed, data integrity, and support for distributed, non-linear workflows (thousands of parallel branches running on different computers).
Pro Git book, written by Scott Chacon and Ben Straub
A Hacker’s Guide to Git by Joseph Wynn
Conversational Git by Alan Hohn
Git In the Trenches by Peter Savage
Version Control with Git by Atlassian
Git and GitHub for Beginners - Crash Course
Git Tutorial for Beginners: Learn Git in 1 Hour
Interactive Guide to Git Branching
DevOps promotes teamwork, communication, and continual improvement. As a result, DevOps engineers must master specialized programming and scripting languages in order to expedite enhanced product releases and deliver them more frequently.
This means that a skilled DevOps engineer must be fluent in numerous programming or scripting languages. Furthermore, the more coding languages you know, the better you'll be at optimizing procedures and efficiently constructing software.
We have opted for Python and Go as our preferred programming languages for this purpose.
Python 🐍
Slither Into Python + Slither Into Data Structures and Algorithms
An Introduction to Programming in Go by Caleb Doxsey
Go for DevOps By John Doak , David Justice
Python
Python Tutorial - Python Full Course for Beginners by Programming with Mosh
Python for Beginners – Full Course [Programming Tutorial]
Learn Go Programming - Golang Tutorial for Beginners
Go Programming – Golang Course with Bonus Projects
Programming with Google Go Specialization
Python
Learn Python with Olof Paulson
Learning a cloud provider like AWS is essential for aspiring DevOps engineers, as it enables them to leverage cloud services for scalability, automation, and efficient infrastructure management. AWS offers a wide range of tools and services that align perfectly with DevOps principles, allowing professionals to streamline software development and deployment processes. By mastering AWS, DevOps engineers can harness the power of the cloud to build resilient, agile, and highly available systems, crucial for modern software development and deployment practices.
AWS Certified Cloud Practitioner 2023
AWS Cloud Practitioner Essentials
Cloud Quest: Cloud Practitioner
Infrastructure as code (IaC) with Terraform is pivotal for cloud computing because it enables automated, version-controlled provisioning of cloud resources. Learning Terraform is crucial as it fosters agility, scalability, and consistency, empowering teams to swiftly deploy, manage, and modify infrastructure with code, reducing human errors and ensuring reproducibility in dynamic cloud environments. This proficiency is a linchpin for modern cloud operations, enhancing efficiency and resource utilization, making it an essential skill for cloud practitioners.
Terraform: Up & Running By Yevgeniy Brikman
Terraform Beginner’s Guide: Everything You Should Know
Terraform Course Intro - SkillMix
Terraform Course - Automate your AWS cloud infrastructure
Complete Terraform Course - From BEGINNER to PRO! (Learn Infrastructure as Code)
DevOps School - Terraform Labs
Networking for DevOps – a Complete Guide
Intro to DevOps Bootcamp - Networking and Security
Essential Computer Networking & Security for Cloud
The Docker Handbook – Learn Docker for Beginners
Docker Crash Course for Absolute Beginners
Kubernetes Tutorial for Beginners