Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Clean Architecture Fundamentals
Rating: 4.3 out of 5(16 ratings)
1,230 students

Clean Architecture Fundamentals

Fundamentals you need to learn Clean Architecture Concepts
Created byCaio Sousa
Last updated 5/2025
English

What you'll learn

  • Clean Architecture Concepts
  • SOLID Theory
  • Software Architecture Design
  • Layers and Abstractions

Course content

6 sections24 lectures1h 35m total length
  • What you will learn in this course.1:58

Requirements

  • Fundamentals of computer programing.

Description

In this course you will learn the fundamentals of layered software architecture. A review of the Clean Architecture concepts will be given, and you will implement an application without the use of Clean Architecture. You will then gradually refactor the software in a step-by-step tutorial to grasp and understand Clean Architecture. This step-by-step guide will allow you to understand Clean Architecture at its core and not focus on the details such as database, frameworks, or any third-party library. One should easily replicate this knowledge with any object-oriented language.


Frequently, students find it difficult to understand Clean Architecture in a more fundamental approach. Many courses will focus on combining Clean Architecture with other frameworks and design patterns such as DDD, Microservices, Entity Framework, Repositories, CQRS, etc. That is not the objective of this course.


The goal of this course is for students to gain a clear understanding of Clean Architecture from basic theory to a practical implementation. Learning by doing is goal here, you will learn how to implement all layers that comes with this approach such as the core, application, and infrastructure. Also, the reason why the separation of concerns is important with layering and the benefits this type of architecture can bring to software applications.

Who this course is for:

  • Software Engineers, Software Architects, Managers, Students