All Tutorials Java Tutorials

Basics of Software Architecture & Design Patterns in Java Course Catalog

Basics of Software Architecture & Design Patterns in Java Course Catalog A guide to creating smart, reusable software with SOLID principles and design patterns
Basics of Software Architecture & Design Patterns in Java Course Catalog A guide to creating smart, reusable software with SOLID principles and design patterns

Basics of Software Architecture & Design Patterns in Java Course Catalog

A guide to creating smart, reusable software with SOLID principles and design patterns

What you’ll learn

Basics of Software Architecture & Design Patterns in Java Course Catalog

  • SOLID principles
  • Design patterns
  • Object oriented design

Requirements

  • Basic Java
  • Object oriented programming

Description

This course is about software architecture and design patterns. We will talk about two-man topics: SOLID principles and design patterns. We are going to implement the problems in Java, but the theoretical background is language-independent. I highly recommend typing out the implementations several times on your own to get a good grasp of it.

Section 1:

  • what are SOLID principles
  • single responsibility principle
  • open-closed principle
  • Liskov’s substitution principle
  • interface segregation principle
  • dependency inversion principle

Section 2:

  • what are behavioral design patterns
  • strategy pattern
  • observer pattern
  • command pattern
  • iterator pattern
  • template pattern and null object pattern
  • visitor pattern

Section 3:

  • what is a creational design pattern
  • singleton pattern
  • factory pattern
  • builder pattern

Section 4:

  • what is a structural design pattern
  • decorator pattern
  • facade pattern
  • adapter pattern

Section 5:

  • the model-view-controller (MVC) model
  • application in Java with MVC

In the first part of the course, we are going to learn about the SOLID principles. We are going to talk about the theory as well as the implementations.

The second part of the course is about design patterns. We should have a deep understanding of these patterns to be able to write reusable software components. These techniques are becoming more and more important as applications are getting more and more complex, so – in my opinion – these topics are good to know.

Thank for joining the course, let’s get started!

Who this course is for:

Download Now Content From: https://www.udemy.com/course/basics-of-software-architecture-design-in-java/

Advertisement

Categories