top of page
123.png

#1 DevOps Bootcamp

noto_graduation-cap.png

3,579+

Students Enrolled

simple-icons_trustpilot.png

4.9

Trustpilot Rating

rocket.png

6 months

Program Duration

target-arrow-24-regular.png

24+

Real-life Projects

DevOps Practitioner Badge

Become a

Rectangle 85.png

Certified DevOps

Practitioner

•  From Zero DevOps and Cloud knowledge to

    becoming proficient DevOps Engineer

•  Certification that proves your practical knowledge

•  Extensive DevOps & Cloud projects portfolio to

   showcase your acquired expertise

The ONLY bootcamp you need to become a DevOps or Cloud Engineer

Vector.png
Frame 2043684265.png

This DevOps Bootcamp is for you, if you want to...

job interview.png
share achievement.png
  • You want to transition from another engineering role to a highly-demanded DevOps or Cloud career

  • In your first DevOps engineer role, you don’t want to feel like a beginner, you want to be productive and have skills to do actual DevOps tasks at work right away, and are looking for a program that will teach you DevOps with actual real life projects that you can immediately put to work in your job

  • You love DevOps and Cloud and want to get your first job in the field, and you are looking for program that will make you job-ready for DevOps and Cloud career​

  • You want to feel great about your DevOps and Cloud skills and wow your co-workers with your knowledge and understanding of the concepts and technologies

Best suited for people with these backgrounds

DevOps Engineers

Software Developers

Cloud Engineers

Systems Administrators

Network Engineers

Test Engineers / QA

Who this Bootcamp is NOT for

If you have no IT background, take this IT Beginner course first and come back afterwards :)

undraw_fun-star 1.png

Master the DevOps Game

Go from Zero to DevOps Professional

  • Recommended Learning Schedule based on 15 hours/week

  • Self-Paced Online Bootcamp - You can finish faster or take longer

DevOps Bootcamp Roadmap by TechWorld with Nana

DevOps Course Curriculum

Overview of DevOps & Cloud Concepts, Technologies and  Skills you learn

Vector (4).png

DevOps Pre-Requisite Concepts

Technologies you learn in these Modules

Linux, Git, Gradle, Maven, NPM, Nexus

Learning Objectives

OS & Linux Module:

As a DevOps engineer you are responsible for preparing the infrastructure (servers) on which the application is deployed. So fundamentals of Operating Systems, Linux and feeling comfortable using the CLI is crucial. In this module you'll learn everything you need for your DevOps or Cloud job.

 

Version Control Module:

DevOps is all about automation and you write all these automation logic as code. You manage this code and configuration files with a version control tool.

In this module you'll learn the most popular one: Git. Throughout the bootcamp you'll use Git to save your work in your Git repositories, so by the end you'll feel comfortable using it.

 

Build Tools Module:

You'll learn how to build and package an application with build and package management tools as well as how to execute tests. In this module you'll do it manually, to have the underlying understanding before you'll automate it in later Modules.

Artifact Repository Manager Module:

Artifact Repositories is an important element in the DevOps process. So in this module you will learn a popular artifact repository manager: Nexus. You will learn the general concepts, how it works and how to configure artifact repositories. Later you will learn how to integrate it in a complete CI/CD pipeline.

Vector (4).png

Continues Integration & Deployment (CI/CD) Pipeline

DevOps Technologies you learn

Jenkins, Jenkins shared library, integration with container registries, integration with various cloud platforms, integration with Kubernetes clusters, installing various tools

Learning Objectives

CI/CD with Jenkins Module and as part of various other Modules:

Continuous Integration and Continuous Deployment is the heart of DevOps. As CI/CD platform we will use Jenkins, which is heavily used at companies. But the CI/CD concepts you learn, are transferable to any other CI/CD tool.

Throughout the bootcamp, you'll learn how to build various production-grade CI/CD pipelines. Building release pipelines to automatically:

  • deploy application to AWS infrastructure 

  • deploy container to AWS infrastructure with Docker Compose

  • deploy container to EKS cluster

Vector (4).png

Containers and Container Orchestration

DevOps Technologies you learn

Docker, Kubernetes, Docker Hub, Nexus, Docker registry, ECR, Helm Charts

Learning Objectives

Containers with Docker Module:

Containers are the new standard in modern systems and Docker is the most popular container technology. This means you need to generally understand concepts of virtualization and containers.

So in this module you'll learn everything to get a full picture of containers and how to work with containers using Docker.

Container Orchestration with Kubernetes Module:

Kubernetes (K8s) has become a standard runtime for modern applications in cloud. K8s is also a very complex framework, in the bootcamp you'll learn everything in an easy way and become proficient in it.

 

Kubernetes on Cloud - AWS EKS Module:

You'll learn advanced knowledge of EKS clusters and set up production-grade CI/CD pipeline deploying to EKS

Vector (4).png

Cloud Platforms and Cloud Infrastructure Automation

DevOps Technologies you learn

Digital Ocean, AWS - IAM, ECR, EKS, VPC, EC2, S3

Learning Objectives

Companies are using virtual infrastructure on the cloud, instead of managing their own infrastructure.

Introduction to Cloud and Cloud Concepts Module:

In this module you'll learn about cloud concepts in general, how to set up a simple virtual server on a cloud and how to deploy an application. This gives you a first introduction to this topic.

AWS Services Module:

Learning AWS in-depth. AWS is the most powerful and widely used cloud platform, but also one of the most complex ones. So understanding the core services of AWS and how to build a proper infrastructure using various AWS services is an essential skill set of a DevOps or Cloud engineer that you learn here extensively.

Vector (4).png

DevOps Automation Tools - Infrastructure as Code and Programming

DevOps Technologies you learn

Terraform, Python, Ansible

Learning Objectives

Infrastructure as Code with Terraform Module:

Manually creating and maintaining infrastructure is time consuming and error prone. In DevOps, we want to automate as much as possible and that's when Infrastructure as Code comes into the picture.

In this module you'll learn the most popular IaC tool: Terraform. First you'll learn Terraform concepts and syntax and how it works in-depth and afterwards use it for more advanced use cases like how to automate provisioning EKS cluster with Terraform and integrate Terraform in CI/CD pipeline to automate the whole process by combining all previously learnt concepts and tools. 

Programming Basics with Python Module:

As a DevOps engineer you may need to write automation scripts or small applications to automate tasks for which you need more flexibility than specific IaC tools can provide it.

So in this module you'll learn programming basics with Python as one of the most popular and widely-used programming language. Knowing a programming language makes your skillset well-rounded and extensive, which will help you stand out among other DevOps engineers.

Automation with Python Module:

After having learnt the core programming concepts and syntax, you will now learn how to use this Python knowledge for DevOps use cases and write several automation scripts to get some hands-on real-life experience.

Configuration Management with Ansible Module:

As a continuation of the projects in all the previous modules, we will use Ansible to further automate and optimize DevOps processes.

Ansible, next to Terraform is one of the most popular infrastructure as code and configuration management tools currently used in IT projects. Knowing two IaC tools will make you even more valuable.

Throughout the module, you'll learn Ansible core concepts and syntax with hands-on demos.  Essentially you will learn how to map and translate shell scripts and commands into Ansible Playbooks to automate various common tasks in general. 

 

After that, you'll learn more advanced topics and integrations with other technologies. So as with all previous technologies, you don't learn Ansible just as a standalone tool in this bootcamp, but rather integrated in different technologies, like Docker, K8s, Terraform, Jenkins, AWS and so on, in various real world use cases, as it builds on the previous modules in the bootcamp!

Vector (4).png

Monitoring and Observability

DevOps Technologies you learn

Prometheus, Alert Manager, Grafana, Monitoring AWS infrastructure, K8s cluster, Third party services, own applications, K8s operators

Learning Objectives

Monitoring with Prometheus Module:

Once software is in production, it is important to monitor it to track the performance, discover problems in your infrastructure as well as application and the K8s environment. In this module you will learn a popular open-source monitoring tool: Prometheus along with the complete monitoring stack, using Alert Manager and Grafana

Group 3.png

Industry Projects

Real-life projects with real environments as you would encounter them at your work

Infrastructure Automation at Scale

project

Ansible.png
AWS.png
Docker.png
Terraform.png

Automate provisioning EC2 servers on AWS with Terraform and automate deploying dockerized applications with docker-compose using Ansible by taking advantage of AWS dynamic inventory. 

Production Grade CI/CD with K8s

project

EKS circled.png
AWS.png
Jenkins.png
Kubernetes.png

Deploying to Kubernetes cluster on EKS  from a complete CI/CD pipeline with automatic triggering, dynamic versioning for new docker application image.

App Monitoring & Recovery

project

AWS.png
Python.png

Write an automated script in Python for monitoring a web application. Notifying about the status and recovering the application if not accessible.

Infrastructure Automation at Scale

project

Ansible.png
AWS.png
Docker.png
Terraform.png

Automate provisioning EC2 servers on AWS with Terraform and automate deploying dockerized applications with docker-compose using Ansible by taking advantage of AWS dynamic inventory. 

Infrastructure Automation at Scale

project

Ansible.png
AWS.png
Docker.png
Terraform.png

Automate provisioning EC2 servers on AWS with Terraform and automate deploying dockerized applications with docker-compose using Ansible by taking advantage of AWS dynamic inventory. 

How it works - Our 5 Step Method

No matter if you want to ace the interview or get promoted in your existing job, these 5 characteristics of our DevOps Bootcamp will get you there

Rectangle 85.png

01

Deep Understanding

of every DevOps Concept and Technology, which leaves you with no knowledge gaps. No copy-pasting, every line of code is explained

Rectangle 85.png

02

Tons of Projects and Hands-On Practice

for each DevOps and Cloud technology to build strong confidence.

Career-Focused curriculum. Everything you learn is applicable at work.

Rectangle 85.png

03

Getting the big picture understanding

by learning how to combine the different technologies and concepts to build complete DevOps processes

Rectangle 85.png

04

Build an extensive DevOps portfolio

using those real-life production-grade projects you work on throughout the program

Rectangle 85.png

05

Obtain DevOps Certification

for additional proof and comes at no cost, because we want you to have everything you need to start your successful career

Rectangle 85.png

Go!

Ready to WOW Recruiters and Co-workers

You are job-ready from day 1. Everything you learn is applicable in real work projects at any company

Will I be job ready?

weekly emails by techworld with nana

YES, and you're not doing this alone.

Nana will guide you as a mentor with accompanying weekly messages to guarantee you're succeeding

DevOps Bootcamp Motivational Videos

Email: Motivational Videos

to keep you inspired throughout your learning journey

TechWorld with Nana Job Preparation Tips

Email: Job Preparation Tips

for building an irresistible engineering profile, Resume and LinkedIn tips etc

Job Posts and Career Advice by TechWorld with Nana DevOps Bootcamp

Email: Job Posts & Career Advice

Exploring job posts together and matching your knowledge directly to DevOps jobs

31.png

And Much More Mentorship

How to create a custom learning schedule, how to use AI to your advantage etc

Vector (3).png
How it works ver 1 (1).png

What's included in the DevOps Bootcamp

videos.png

16 Modules

Video courses with real-life projects across multiple Modules

Clearly structured curriculum with an efficient DevOps roadmap

Build project portfolio that mirrors actual DevOps tasks

knowledge understand.png

Exercises

Exercises with Solutions for each module

Additional practice

Self-check whether you are able to do tasks independently

Live Support

Live Support from experienced engineers

Multiple timezones covered

24/7 support including weekends

Bonus #1

TWN DevOps Bootcamp Digital Badge

DevOps

Certification

Official verifiable digital badge - show the world you're job ready

At no additional cost

Handouts Preview.png

Bonus #2

Study Guide 

& Handouts

Accompanying study guide to stay on track and motivated

Accompanying handout for each Module

Overview with key takeaways to make your learning even more efficient and easier

community.png

Bonus #3

Community

Be part of exclusive Discord community

Support in multiple timezones, to guarantee quick reply no matter where you are

Single Payment

Save $100 with single payment

$1,795

CheckCircle.png

30-day money back

CheckCircle.png

100% real-life projects

CheckCircle.png

24/7 live support

*Price excludes any applicable VAT taxes

Installment Plan

Pay with 5 easy installments

5 x $379

(in total $1,895)

CheckCircle.png

30-day money back

CheckCircle.png

100% real-life projects

CheckCircle.png

24/7 live support

*Price excludes any applicable VAT taxes

Investment in YOUR engineering career

  • An entry level DevOps or Cloud Engineer earns ~$95,000 yearly salary

  • Mid-level DevOps Engineer makes ~$123,000 (You get mid-level engineer knowledge here)

  • Companies pay me $500 per hour as a DevOps engineer to consult their engineering teams in how to implement and build automated DevOps processes in their projects

  • Other bootcamps that do not teach such comprehensive real-life skills cost $4,000-$15,000

To put our price into context  👇

Vector (2).png
Convince your boss

Convince your boss to invest in your education

Almost half of company training budget remain unused. Be sure to ask your employer, whether they will pay for your professional training. We help you in this process. Get quote and "convince your boss" letter 

31.png
Frame 2043684264.png

What Graduates Say About Our Program

Ellipse 10.png
devicon_linkedin.png
material-symbols_verified.png

From Systems Administrator to DevOps

"I would like to thank Nana and the team, your DevOps bootcamp allowed me to get a job as a DevOps engineer in Paris while I was living in Ivory Coast, so I tra...

Ellipse 10 (1).png
devicon_linkedin.png
material-symbols_verified.png

From Production Engineer to DevOps

“After I took Nana’s course, I was confident to attend interviews. I just created a master DevOps resume and applied to companies. I got 2 offers in le...

adrijana.jpeg
devicon_linkedin.png
material-symbols_verified.png

From Software Developer to DevOps

"The hands-on projects were a gold mine for me: I used them as the basis and inspiration to develop a set of portfolio projects. This portfolio was afterwards the main point in my pitch..

Need any advice or question before enrollment?

Frame 2043684251 (2).png

Contact Us

Happy to answer any questions you might have!

Vector5555.png

Your question is already on the way =)

Vector.png
Vector (3).png

Other Bootcamps  vs  TWN Bootcamp

on expensive bootcamps that don't work

Rectangle 85.png

Don't waste your money

Cost

Other Bootcamps

XCircle.png

Cost $ 4,000 - $ 15,000 (income share agreements)

TWN Bootcamp

CheckCircle.png

Only 20% of the price of other bootcamps

Depth of Materials

Other Bootcamps

XCircle.png

Surface level, teaching only to prepare you for interviews

TWN Bootcamp

CheckCircle.png

Teaches you ACTUAL technical skills to work confidently as engineer. Acing the interview is a breeze when you know what you're doing

Level of Skills

Other Bootcamps

XCircle.png

Copy-pasting of code, so you miss concepts and deep understanding of tools

TWN Bootcamp

CheckCircle.png

Every line of code is explained, deep proficiency in every tool, no knowledge gaps at all

XCircle.png

You don't learn underlying concepts and the why's, so you are not able to transfer knowledge to alternative DevOps tools

CheckCircle.png

It's important to us to teach you the underlying concept of each tool to enable you to use any alternative tool in the same category (CI/CD, IaC etc) very easily.

 

With us, your acquired skills are never wasted, no matter which tool the company you work for uses. This is very powerful!

Duration

Other Bootcamps

XCircle.png

Rush through 12 weeks, which is not realistics time to grasp all DevOps tools properly

TWN Bootcamp

CheckCircle.png

Realistic time duration to become REALLY confident in all DevOps concepts and tools

Risk

Other Bootcamps

XCircle.png

Hard to get money back if bootcamp isn't valuable for you - large investment with high risk

TWN Bootcamp

CheckCircle.png

100% risk free enrollment, industry standard refund policy of 30 days

XCircle.png

You don’t know what instructor you will get, whether they can teach the complex topics to the students in an easy and understandable way

CheckCircle.png

You can check out Nana's teaching style on Youtube and verify if it is understandable for you.

Flexibility

Other Bootcamps

XCircle.png

Mandatory class times and rigid completion date

TWN Bootcamp

CheckCircle.png

Flexible to adjust to your life circumstances, learn at your own pace

Access to Materials

Other Bootcamps

XCircle.png

No access to materials after program. Can't review later for on-the-job tasks

TWN Bootcamp

CheckCircle.png

Re-watch, get back to the bootcamp later whenever you need to revisit topics for your work

Community

Other Bootcamps

XCircle.png

Lack a lifelong supportive community

TWN Bootcamp

CheckCircle.png

Stay part of an exclusive, lifelong supportive community as TWN alumni

Isolated Courses  vs  TWN Bootcamp

Rectangle 85.png

Don't waste your time

on endless cycles of courses without a clear path

Roadmap

waste time.png

Isolated Courses

XCircle.png

Endless cycle of courses and tutorials without getting the DevOps big picture

TWN Bootcamp

CheckCircle.png

Clear structured roadmap from zero DevOps knowledge to being a job-ready DevOps engineer in ~6 months

Learning Path

Isolated Courses

XCircle.png

Time wasters, learning in wrong order, spending too much time on unimportant tools or concepts

TWN Bootcamp

CheckCircle.png

Clear learning path to follow, simply learn exactly what you need, in right order

Depth of Materials

Isolated Courses

XCircle.png

No real understanding of what DevOps tasks look like

TWN Bootcamp

CheckCircle.png

Real-life projects, building the complete DevOps processes end to end, step by step

Level of Skills

Isolated Courses

XCircle.png

Focus on teaching a single technology, no complete education for a real job

TWN Bootcamp

CheckCircle.png

Focus on teaching you ALL the skills and technologies necessary to work as a DevOps or Cloud engineer from day 1

Community & Support

Isolated Courses

XCircle.png

Experience frustration and get stuck learning solo

TWN Bootcamp

CheckCircle.png

Clear structure, supportive community and help from our engineers keep motivation high

REAL skills

Isolated Courses

XCircle.png

Usage of "playgrounds" or "sandbox" environments

TWN Bootcamp

CheckCircle.png

Learn by working with real environments, gaining confidence in building from scratch

Roadmap

Isolated Courses

XCircle.png

Fragmented learning -

Not understanding complete picture and end-2-end DevOps processes. Not confident about your skills

TWN Bootcamp

CheckCircle.png

Our program is NOT a bundle of courses. Instead in every module, you build the combination of tools and are able to connect the dots and have a clear big picture understanding of all use cases

Chris DevOps Bootcamp Review.png
Group 4.png

Career Growth after DevOps Training

The DevOps market is expected to grow by 19% by 2028 and job postings on LinkedIn grew by 50%. Getting a DevOps education now is a great investment into your future, which will pay off very fast!

DevOps Industry Growth

12892968_5095139 1.png

DevOps most sought-after IT skill

DevOps skills are more in demand than any other IT-related skill

3536714_516110-PJDJCF-504 1.png

#1 Payrank

Highest salaries among all developer roles

Source: info.opsramp.com, Stackoverflow

DevOps Annual Salary

Median

$130,000

Frame 123.png

Low

$97,500

High

$165,000

Source: talent.com

Salary compared to Bootcamp price

100 000

75 000

50 000

25 000

0

Frame 6213.png

Bootcamp price

1-year entry level

Trusted by companies around the world

Build strong DevOps know-how in your organization to save time and money

google icon.png
vmware-logo-black.png
Red-Hat-logo.png
Siemens-Logo-19361.png
Volkswagen_logo_2019.svg.png
sap icon.png
Hewlett-Packard-Company-PNG.png
PagerDuty-Logo.wine.png
Group 4.png
cedric bernard.jpeg
devicon_linkedin.png
material-symbols_verified.png

DevOps Team Lead

"This DevOps Bootcamp is an awesome training for teams to learn or improve key DevOps skills and apply those directly in their projects.

For example, I was able to design a new DevOps framework from scratch within one week without any big painpoints although the technologies were not used before. It was a really nice feeling!

I was not only able to deep dive into existing technical items my DevOps team is using on a daily basis (Jenkins, Kubernetes, Prometheus,...), but I was also able to learn new skills, which allow me to raise my skills one step further."

rene heinze.jpeg
devicon_linkedin.png
material-symbols_verified.png
bundesdruckerei-logo_edited.jpg

Teamlead Site Reliability Engineering

"I firmly believe that companies should take responsibility for the growth and development of their people. We're committed to this principle, and we've found a powerful way to put it into action with the DevOps Bootcamp from TechWorld with Nana.

This six-month program, meticulously designed by Nana, is our tool of choice to empower the next generation of DevOps engineers in our team. It's comprehensive, hands-on, and perfectly attuned to the real-world demands of DevOps roles.

Looking ahead, we're excited to see what Nana will bring to the table next."

Still having questions?

I gathered all the questions and answered them in this video

bottom of page