The Learn Programming AcademyThe Learn Programming Academy
  • Home
  • Courses
  • Meet The Team
  • Blog
  • About Us
  • Contact
  • Home
  • Courses
  • Meet The Team
  • Blog
  • About Us
  • Contact

Programming Languages

  • Home
  • All courses
  • Programming Languages
  • The Java Design Patterns Course

The Java Design Patterns Course

Understand the how and the why of the gang of four design patterns using Java.

mm
Jason Fedin
Programming Languages
(816 reviews)
Take this course
2200286_b0fd-26.jpg
  • Overview
  • Curriculum
  • Instructor
  • Reviews

So you have some Java experience under your belt, but are trying to figure out what to do next to make it easier to get that next job or consulting gig, and to stand out from the crowd.

Maybe you have heard of design patterns before and have seen programmers who know them and are able to implement them are held in very high regard.

One thing is clear, Java programmers with design pattern experience are in high demand.  Design patterns are heavily used in the real world, so it’s essential that Java programmers learn how to identify design patterns and implement them.

And that’s what you are going to learn in this course!

Perhaps you tried to learn about design patterns in the past, but struggled to understand them.  This course is going to give you the core design patterns experience you need!

This course is unique in comparison to other design patterns courses.

Why?  It not only teaches how to use design patterns, but perhaps more importantly, it teaches why you should use them!  Why they are the best approach and how using them can make you a super productive and awesome Java Programmer.

The reality is that Java developers who truly understand how to use design patterns are in high demand.

So what specifically is included in this course?

This course focuses on the details and a thorough understanding of all design patterns from the Gang of four.

Who are the Gang of four?

Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides released a book in 1994 that was and is still considered a classic.  The concepts are still very relevant in 2019!

This course is all about showing you how to use their design patterns in todays software development environment.

You will learn detailed aspects of common design patterns (23 from the Gang of four) using the Java programming language.

Why should I bother with Design Patterns?

In programming terms, a design pattern is a solution to a common problem that occurs when writing software.  Think of it as more like a template than actual code – its a how-to to solve a problem that can be re-used in many different situations.

Using design patterns gives you a way to solve common problems with a proven solution!  So learning java design patterns and architecture and being able to use and implement them are critical to take your Java programming to new levels.

What you will learn in this course.

You will learn how to implement specific design patterns in addition to learning why they are the best approach and how they make you a super productive and awesome Java programmer.

Many, many examples and challenges are provided to test your understanding of every pattern that you have learned.

This course is unique to other courses here at Udemy in that the details and the why are explained. We do not just go through projects and provide a how-to.  You will learn WHY you should be using a particular design pattern and the benefits to doing so.

Jason Fedin, you instructor is an expert Java developer, and has one of the most popular C programming languages on Udemy (published on this channel).

As a professional programmer, with over 18 years of commercial experience, you can be assured you are learning from a true professional and learning the real-world skills you need to know to succeed.

If you are ready to get started, click on that enroll button and start taking your Java skills to new levels!

Requirements

  • You should have a general understanding of Java - ideally by going through this channels Java Crash Course or Java Masterclass
  • A Windows computer, Linux machine, or a Mac so that the free IDE can be downloaded and install (full instructions included).
  • An open mind to learn something new and exciting which may make a huge difference in your future career.

What you will learn

  • Understand all 23 of the Gang of Four's design patterns and how to implement them in Java.
  • Be able to demonstrate industry best practices in the implementations of Java design patterns code you write.
  • Obtain a solid understanding of what design patterns are, how to implement them but also WHY you should!
  • Acquired the design patterns skills you need to become a senior Java developer.

Who should attend

  • If you are a beginner programmer, then this course is probably not for you. In that scenario consider taking a Java or C# crash course from this channel.
  • Programmers who have a reasonable understanding of the basics of Java, ready to take their skills to new levels.
  • Existing Java programmers who want to obtain skills in Design Patterns to move into more senior programming positions.

Is available on google app?

Yes

Is available on ios?

Yes

Course Features

  • Lectures 157
  • Quizzes 0
  • Exercises 0
  • Duration 24 total hours
  • Skill level Intermediate Level
  • Students 9428
  • Last Updated May, 2022
  • Introduction 01:19:26

    • Lecture
      Welcome to Class! 14:24
    • Lecture
      Class Organization 05:54
    • Lecture
      Overview 16:24
    • Lecture
      Advantages of Design Patterns 13:26
    • Lecture
      Types of Design Patterns 14:38
    • Lecture
      Selecting and Using Design Patterns 14:40
  • Installing Required Software 49:07

    • Lecture
      Install JDK for Windows 05:41
    • Lecture
      Installing and Configuring IntelliJ IDEA on Windows 10:30
    • Lecture
      Installing JDK 11 on a Mac 02:46
    • Lecture
      Installing and Configuring IntelliJ IDEA on a Mac 11:13
    • Lecture
      Installing JDK 11 on a Linux Machine 07:20
    • Lecture
      Installing and Configuring IntelliJ IDEA on a Linux Machine 11:37
  • Principles and Strategies of Design 02:44:46

    • Lecture
      Overview 16:38
    • Lecture
      Design Smells 11:44
    • Lecture
      Programming to an interface 21:56
    • Lecture
      Using Composition Over Inheritance 12:27
    • Lecture
      Delegation Principles 10:59
    • Lecture
      The Single Responsibility Principle 13:28
    • Lecture
      The Open Closed Principle 13:51
    • Lecture
      The Liskov Substitution Principle 11:49
    • Lecture
      The Interface Segregation Principle 17:29
    • Lecture
      Dependency Inversion 16:10
    • Lecture
      Dependency Injection 18:15
  • UML 33:08

    • Lecture
      Overview 10:39
    • Lecture
      Class Diagrams 05:43
    • Lecture
      Drawing a Class Diagram 11:25
    • Lecture
      Example Class Diagrams 05:21
  • Creational Design Patterns 08:26

    • Lecture
      Overview 08:26
  • Factory Method 56:06

    • Lecture
      Overview 12:18
    • Lecture
      Implementation (Abstract Creator) 13:57
    • Lecture
      Implementation (Concrete Creator) 09:38
    • Lecture
      Implementation (Static Method Creator) 04:56
    • Lecture
      (Challenge) Factory Method 04:33
    • Lecture
      (Challenge Solution) Factory Method 10:44
  • Abstract Factory Method 01:02:10

    • Lecture
      Overview 09:24
    • Lecture
      Implementation 23:23
    • Lecture
      (Challenge) Abstract Factory Method 06:20
    • Lecture
      (Challenge Solution) Abstract Factory Method 23:03
  • Singleton 01:02:13

    • Lecture
      Overview 06:18
    • Lecture
      Singleton vs. Dependency Injection 07:40
    • Lecture
      Implementation Overview 04:53
    • Lecture
      Implementation (Lazy Evaluation) 11:16
    • Lecture
      Implementation (Synchronized method) 04:38
    • Lecture
      Implementation (Double Checked Locking) 05:46
    • Lecture
      Implementation (Eager Evaluation) 03:12
    • Lecture
      Implementation (Bill Pugh) 06:46
    • Lecture
      (Challenge) Singleton 04:06
    • Lecture
      (Challenge Solution) Singleton 07:38
  • Builder 01:04:18

    • Lecture
      Overview 10:04
    • Lecture
      Implementation (Overview) 07:55
    • Lecture
      Implementation (Example) 19:12
    • Lecture
      (Challenge) Builder 07:10
    • Lecture
      (Challenge Solution) Builder 19:57
  • Prototype 49:19

    • Lecture
      Overview 06:35
    • Lecture
      Implementation 15:58
    • Lecture
      Problems with the Cloneable Interface 11:15
    • Lecture
      (Challenge) Prototype 02:23
    • Lecture
      (Challenge Solution) Prototype 13:08
  • Structural Design Patterns 04:11

    • Lecture
      Overview 04:11
  • Adapter 01:07:47

    • Lecture
      Overview 07:55
    • Lecture
      Object Adapter Implementation 04:22
    • Lecture
      Object Adapter (Turkey/Duck Example) 13:06
    • Lecture
      Object Adapter (Calculator/Triangle Example) 12:40
    • Lecture
      Class Adapter Implementation 05:58
    • Lecture
      ClassAdapter Example 05:58
    • Lecture
      (Challenge) Adapter 04:47
    • Lecture
      (Challenge Solution) Adapter 13:01
  • Bridge 43:46

    • Lecture
      Overview 06:14
    • Lecture
      Implementation (Overview) 12:39
    • Lecture
      Implementation (Example) 08:43
    • Lecture
      (Challenge) Bridge 04:39
    • Lecture
      (Challenge Solution) Bridge 11:31
  • Composite 57:20

    • Lecture
      Overview 08:01
    • Lecture
      Implementation (Overview) 07:18
    • Lecture
      Implementation (Example) 23:01
    • Lecture
      (Challenge) Composite 06:06
    • Lecture
      (Challenge Solution) Composite 12:54
  • Decorator 40:11

    • Lecture
      Overview 08:05
    • Lecture
      Implementation (Overview) 11:43
    • Lecture
      Implementation (File I/O Example) 10:19
    • Lecture
      (Challenge) Decorator 03:11
    • Lecture
      (Challenge Solution) Decorator 06:53
  • Facade 34:54

    • Lecture
      Overview 06:51
    • Lecture
      Implementation (Overview) 03:34
    • Lecture
      Implementation (Example) 12:49
    • Lecture
      (Challenge) Facade 04:00
    • Lecture
      (Challenge Solution) Facade 07:40
  • Flyweight 53:58

    • Lecture
      Overview 05:51
    • Lecture
      Implementation (Overview) 07:59
    • Lecture
      Implementation (Example) 22:42
    • Lecture
      (Challenge) Flyweight 05:46
    • Lecture
      (Challenge Solution) Flyweight 11:40
  • Proxy 26:39

    • Lecture
      Overview 06:47
    • Lecture
      Implementation 11:01
    • Lecture
      (Challenge) Proxy 02:29
    • Lecture
      (Challenge Solution) Proxy 06:22
  • Structural Patterns Summary 05:46

    • Lecture
      Summary 05:46
  • Behavioral Design Patterns 06:03

    • Lecture
      Overview 06:03
  • Chain of Responsibility 39:41

    • Lecture
      Overview 05:58
    • Lecture
      Implementation 18:22
    • Lecture
      (Challenge) Chain of Responsibility 04:12
    • Lecture
      (Challenge Solution) Chain of Responsibility 11:09
  • Command 45:06

    • Lecture
      Overview 07:15
    • Lecture
      Implementation (Overview) 08:32
    • Lecture
      Implementation (Example) 16:03
    • Lecture
      (Challenge) Command 04:20
    • Lecture
      (Challenge Solution) Command 08:56
  • Interpreter 48:50

    • Lecture
      Overview 12:02
    • Lecture
      Implementation 17:01
    • Lecture
      (Challenge) Interpreter 06:37
    • Lecture
      (Challenge Solution) Interpreter 13:10
  • Iterator 33:03

    • Lecture
      Overview 04:38
    • Lecture
      Implementation 14:47
    • Lecture
      (Challenge) Iterator 02:59
    • Lecture
      (Challenge Solution) Iterator 10:39
  • Mediator 40:26

    • Lecture
      Overview 04:59
    • Lecture
      Implementation (Overview) 06:13
    • Lecture
      Implementation (Example) 11:33
    • Lecture
      (Challenge) Mediator 03:35
    • Lecture
      (Challenge Solution) Mediator 14:06
  • Memento 32:25

    • Lecture
      Overview 03:42
    • Lecture
      Implementation (Overview) 05:21
    • Lecture
      Implementation (Example) 12:25
    • Lecture
      (Challenge) Memento 04:00
    • Lecture
      (Challenge Solution) Memento 06:57
  • Observer 45:13

    • Lecture
      Overview 05:06
    • Lecture
      Implementation (Overview) 06:19
    • Lecture
      java.util Implementation 04:46
    • Lecture
      Implementation (Example) 13:45
    • Lecture
      (Challenge) Observer 03:39
    • Lecture
      (Challenge Solution) Observer 11:38
  • State 23:39

    • Lecture
      Overview 04:18
    • Lecture
      Implementation (Overview) 04:26
    • Lecture
      Implementation (Example) 07:49
    • Lecture
      (Challenge) State 02:04
    • Lecture
      (Challenge Solution) State 05:02
  • Strategy 33:26

    • Lecture
      Overview 06:34
    • Lecture
      Implementation (Overview) 06:55
    • Lecture
      Implementation (Example) 10:52
    • Lecture
      (Challenge) Strategy 02:43
    • Lecture
      (Challenge Solution) Strategy 06:22
  • Template Method 34:32

    • Lecture
      Overview 07:16
    • Lecture
      Implementation (Overview) 06:08
    • Lecture
      Implementation (Example) 08:22
    • Lecture
      (Challenge) Template Method 04:14
    • Lecture
      (Challenge Solution) Template Method 08:32
  • Visitor 44:10

    • Lecture
      Overview 04:34
    • Lecture
      Implementation (Overview) 07:13
    • Lecture
      Implementation (Example) 12:39
    • Lecture
      (Challenge) Visitor 04:51
    • Lecture
      (Challenge Solution) Visitor 14:53
  • Summary of Behavioral Patterns 06:49

    • Lecture
      Summary of Behavioral Patterns 06:49
  • MVC - Model View Controller 06:44

    • Lecture
      Overview 06:44
  • J2EE Patterns 13:54

    • Lecture
      Overview 13:06
    • Lecture
      Bonus - Please Watch! 00:48
  • Conclusion 14:33

    • Lecture
      Course Summary 14:33
  • Extra Information - Source code, and other stuff 06:42

    • Lecture
      Source Codes 01:53
    • Lecture
      Bonus Lecture and Information 04:49
Jason Fedin
Instructor / Software Developer I have been teaching students for over 12 years via online classes at over 10 different online Universities. I have created many different class curriculums, ranging from mobile programming to… View Profile
Tim Buchalka's Learn Programming Academy
Professional Programmers and Teachers - 323,000+ students The Learn Programming Academy was created by Tim Buchalka, a software developer with 35 years experience, who is also an instructor on Udemy, with over 335,000 students in his courses… View Profile

Student Feedback

4.5
816 Average ratings
51%
33%
11%
4%
2%
  • 1 month ago

    Abhimanyu Kumar

    Great one sir..Thanks for serving us

  • 1 month ago

    Ali Sbai

    Underrated :)

  • 2 months ago

    Marivaldo Sena

    This course really helped me to understand the Design Patterns from the Gang of Four. Now I feel more comfortable to use them in various scenarios.

  • 2 months ago

    Segun Adodo

    The course is loaded with invaluable contents, instructor's teaching approach is natural, made it easier for me to understand. Having benefited from this course, I am happy to recommend it for anyone seeking to dive into design patterns.

  • 2 months ago

    Amashini Naidoo

    Good overview of the GOF design patterns. I would have really liked to see more use of Java 8+ features. I know that this is a course on design patterns but some of the code could be largely simplified using the Java 8 features. There were a few mistakes as well and it would be nice if these could be corrected e.g. when discussing the Decorator pattern implementation there is mention that an Abstract class cannot have a constructor (clearly a mistake as the instructor goes on to actually using a constructor in the abstract class in the challenge solution).

  • 3 months ago

    Adrienne Warner

    The instructor is concise, which is awesome because I don’t have a lot of time to do my courses, and it streamlines the transfer of information

  • 3 months ago

    Adrienne Warner

    The instructor is concise, which is awesome because I don’t have a lot of time to do my courses, and it streamlines the transfer of information

  • 3 months ago

    Sharon Gershoni

    Looking forward to it. The introduction covers everything to become a developer companies want to hire (and beyond).

  • 3 months ago

    Ganeshk

    good

  • 4 months ago

    Ahmed Elbarbary

    Jason. I love you man. The course was Amazing. I tried some other design patterns courses and yours is the Best. You simplified everything and how you always repeat yourself is just Great. Thanks a lot man. I want to meet you in person to thank you for your great effort. I thought that I would never understand it because of these courses I mentioned earlier but I found you. Your a great instructor. I highly recommend this course.

  • Overview
  • Curriculum
  • Instructor
  • Reviews
Take this course
  • Share:
Take this course

Related Courses

Java Programming Masterclass covering Java 11 & Java 17 Read More
mm
LPA TEAM

Java Programming Masterclass covering Java 11 & Java 17

mm
Jason Fedin
(0 review)
681367
(162096 Reviews)
Learn Python Programming Masterclass Read More
mm
LPA TEAM

Learn Python Programming Masterclass

mm
Jason Fedin
(0 review)
374503
(89841 Reviews)
Android Java Masterclass – Become an App Developer Read More
mm
LPA TEAM

Android Java Masterclass - Become an App Developer

mm
Jason Fedin
(0 review)
66184
(10080 Reviews)
Java Spring Tutorial Masterclass – Learn Spring Framework 5 Read More
mm
LPA TEAM

Java Spring Tutorial Masterclass - Learn Spring Framework 5

mm
Jason Fedin
(0 review)
36018
(5885 Reviews)
Kotlin for Java Developers Read More
mm
LPA TEAM

Kotlin for Java Developers

mm
Jason Fedin
(0 review)
19468
(3314 Reviews)
Learn Java Creating Android Games Using the LibGDX library Read More
mm
LPA TEAM

Learn Java Creating Android Games Using the LibGDX library

mm
Jason Fedin
(0 review)
3233
(479 Reviews)
Oracle Java Certification – Pass the Associate 1Z0-808 Exam. Read More
mm
LPA TEAM

Oracle Java Certification - Pass the Associate 1Z0-808 Exam.

mm
Jason Fedin
(0 review)
20638
(4293 Reviews)
What’s New in Java 9 – Modules and More! Read More
mm
LPA TEAM

What's New in Java 9 - Modules and More!

mm
Jason Fedin
(0 review)
5072
(712 Reviews)
Ruby for Beginners Read More
mm
LPA TEAM

Ruby for Beginners

mm
Jason Fedin
(0 review)
782
(75 Reviews)
Learn To Write 2D Games with C# and Unity Read More
mm
LPA TEAM

Learn To Write 2D Games with C# and Unity

mm
Jason Fedin
(0 review)
1274
(91 Reviews)
SQL for Beginners: Learn SQL using MySQL and Database Design Read More
mm
LPA TEAM

SQL for Beginners: Learn SQL using MySQL and Database Design

mm
Jason Fedin
(0 review)
109051
(32678 Reviews)
Data Structures and Algorithms:  Deep Dive Using Java Read More
mm
Tim Buchalka

Data Structures and Algorithms: Deep Dive Using Java

mm
Jason Fedin
(0 review)
75298
(12069 Reviews)
Learn Kotlin and Create Games Using the LibGdx Library Read More
mm
LPA TEAM

Learn Kotlin and Create Games Using the LibGdx Library

mm
Jason Fedin
(0 review)
1422
(179 Reviews)
Ethical Hacking Course:  Protect Yourself From Being Hacked Read More
mm
LPA TEAM

Ethical Hacking Course: Protect Yourself From Being Hacked

mm
Jason Fedin
(0 review)
4793
(388 Reviews)
The Complete Xamarin Developer Course:  iOS And Android! Read More
mm
LPA TEAM

The Complete Xamarin Developer Course: iOS And Android!

mm
Jason Fedin
(0 review)
22110
(4039 Reviews)
Android App Development Masterclass using Kotlin Read More
mm
LPA TEAM

Android App Development Masterclass using Kotlin

mm
Jason Fedin
(0 review)
37086
(5519 Reviews)
C Programming For Beginners – Master the C Language Read More
mm
LPA TEAM

C Programming For Beginners - Master the C Language

mm
Jason Fedin
(0 review)
111534
(25259 Reviews)
Ruby on Rails for Beginners Read More
mm
LPA TEAM

Ruby on Rails for Beginners

mm
Jason Fedin
(0 review)
778
(61 Reviews)
Beginning C++ Programming – From Beginner to Beyond Read More
mm
LPA TEAM

Beginning C++ Programming - From Beginner to Beyond

mm
Jason Fedin
(0 review)
195509
(47923 Reviews)
PHP for Beginners Read More
mm
LPA TEAM

PHP for Beginners

mm
Jason Fedin
(0 review)
12240
(2418 Reviews)
Windows Presentation Foundation Masterclass Read More
mm
LPA TEAM

Windows Presentation Foundation Masterclass

mm
Jason Fedin
(0 review)
17508
(3394 Reviews)
Master MATLAB through Guided Problem Solving Read More
mm
LPA TEAM

Master MATLAB through Guided Problem Solving

mm
Jason Fedin
(0 review)
19812
(3510 Reviews)
Machine Learning with Python from Scratch Read More
mm
LPA TEAM

Machine Learning with Python from Scratch

mm
Jason Fedin
(0 review)
4384
(303 Reviews)
Advanced Algorithms in Java Read More
mm
LPA TEAM

Advanced Algorithms in Java

mm
Jason Fedin
(0 review)
6234
(184 Reviews)
Rust Programming Language for Beginners Read More
mm
LPA TEAM

Rust Programming Language for Beginners

mm
Jason Fedin
(0 review)
3812
(370 Reviews)
Python REST APIs with Flask, Docker, MongoDB, and AWS DevOps Read More
mm
LPA TEAM

Python REST APIs with Flask, Docker, MongoDB, and AWS DevOps

mm
Jason Fedin
(0 review)
15277
(1845 Reviews)
3D Programming with JavaScript and the Three.js 3D Library Read More
mm
LPA TEAM

3D Programming with JavaScript and the Three.js 3D Library

mm
Jason Fedin
(0 review)
5990
(910 Reviews)
Java Enterprise Edition 8 for Beginners course Read More
mm
LPA TEAM

Java Enterprise Edition 8 for Beginners course

mm
Jason Fedin
(0 review)
14108
(2146 Reviews)
HTML and CSS Masterclass Read More
mm
LPA TEAM

HTML and CSS Masterclass

mm
Jason Fedin
(0 review)
1582
(188 Reviews)
ArcPy for Python Developers using ArcGIS Pro Read More
mm
LPA TEAM

ArcPy for Python Developers using ArcGIS Pro

mm
Jason Fedin
(0 review)
4865
(881 Reviews)
Azure Machine Learning using Cognitive Services Read More
mm
LPA TEAM

Azure Machine Learning using Cognitive Services

mm
Jason Fedin
(0 review)
3779
(371 Reviews)
Learning Bootstrap – From HTML to WordPress Theme Read More
mm
LPA TEAM

Learning Bootstrap - From HTML to Wordpress Theme

mm
Jason Fedin
(0 review)
1008
(80 Reviews)
Search Algorithms in Artificial Intelligence with Java Read More
mm
LPA TEAM

Search Algorithms in Artificial Intelligence with Java

mm
Jason Fedin
(0 review)
1922
(101 Reviews)
The Advanced Xamarin Developer Masterclass Read More
mm
LPA TEAM

The Advanced Xamarin Developer Masterclass

mm
Jason Fedin
(0 review)
5754
(477 Reviews)
The Complete Javascript Course for Developers Read More
mm
LPA TEAM

The Complete Javascript Course for Developers

mm
Jason Fedin
(0 review)
2157
(344 Reviews)
Learn Java Programming Crash Course Read More
mm
LPA TEAM

Learn Java Programming Crash Course

mm
Jason Fedin
(0 review)
14499
(2939 Reviews)
Learn C# for Beginners Crash Course Read More
mm
LPA TEAM

Learn C# for Beginners Crash Course

mm
Jason Fedin
(0 review)
7839
(1412 Reviews)
Python Tkinter Masterclass – Learn Python GUI Programming Read More
mm
Volkan Atış

Python Tkinter Masterclass - Learn Python GUI Programming

mm
Jason Fedin
(0 review)
4664
(595 Reviews)
Mastering Intellij IDEA and Android Studio Read More
mm
LPA TEAM

Mastering Intellij IDEA and Android Studio

mm
Jason Fedin
(0 review)
1152
(88 Reviews)
Git & GitHub Masterclass Read More
mm
LPA TEAM

Git & GitHub Masterclass

mm
Jason Fedin
(0 review)
9362
(1177 Reviews)
Python GUI Programming Using PyQt5 Read More
mm
LPA TEAM

Python GUI Programming Using PyQt5

mm
Jason Fedin
(0 review)
4501
(685 Reviews)
Android Firebase Masterclass – Master Google Firebase Read More
mm
LPA TEAM

Android Firebase Masterclass - Master Google Firebase

mm
Jason Fedin
(0 review)
2370
(216 Reviews)
Master CI/CD for Xamarin Read More
mm
LPA TEAM

Master CI/CD for Xamarin

mm
Jason Fedin
(0 review)
435
(46 Reviews)
Master CI/CD for Android Developers Read More
mm
LPA TEAM

Master CI/CD for Android Developers

mm
Jason Fedin
(0 review)
853
(111 Reviews)
Master CI/CD for iOS Developers Read More
mm
LPA TEAM

Master CI/CD for iOS Developers

mm
Jason Fedin
(0 review)
1231
(141 Reviews)
Master CI/CD for React Native Read More
mm
LPA TEAM

Master CI/CD for React Native

mm
Jason Fedin
(0 review)
1904
(190 Reviews)
Java SE 11 Developer 1Z0-819 OCP Course – Part 1 Read More
mm
LPA TEAM

Java SE 11 Developer 1Z0-819 OCP Course - Part 1

mm
Jason Fedin
(0 review)
18323
(2711 Reviews)
Advanced C Programming Course Read More
mm
LPA TEAM

Advanced C Programming Course

mm
Jason Fedin
(0 review)
20055
(2414 Reviews)
iOS Firebase Masterclass – Real time Database and Firestore Read More
mm
LPA TEAM

iOS Firebase Masterclass - Real time Database and Firestore

mm
Jason Fedin
(0 review)
321
(31 Reviews)
Introduction to Continuous Integration & Continuous Delivery Read More
mm
LPA TEAM

Introduction to Continuous Integration & Continuous Delivery

mm
Jason Fedin
(0 review)
5702
(2511 Reviews)
Java SE 11 Developer 1Z0-819 OCP Course – Part 2 Read More
mm
LPA TEAM

Java SE 11 Developer 1Z0-819 OCP Course - Part 2

mm
Jason Fedin
(0 review)
9362
(677 Reviews)
Learn Go for Beginners Crash Course (Golang) Read More
mm
LPA TEAM

Learn Go for Beginners Crash Course (Golang)

mm
Jason Fedin
(0 review)
6377
(1066 Reviews)

Leave A Reply Cancel reply

Your email address will not be published. Required fields are marked *

Latest Courses

Learn Go for Beginners Crash Course (Golang)

Learn Go for Beginners Crash Course (Golang)

Java SE 11 Developer 1Z0-819 OCP Course – Part 2

Java SE 11 Developer 1Z0-819 OCP Course - Part 2

Introduction to Continuous Integration & Continuous Delivery

Introduction to Continuous Integration & Continuous Delivery

iOS Firebase Masterclass – Real time Database and Firestore

iOS Firebase Masterclass - Real time Database and Firestore

Advanced C Programming Course

Advanced C Programming Course

Java SE 11 Developer 1Z0-819 OCP Course – Part 1

Java SE 11 Developer 1Z0-819 OCP Course - Part 1

logo-eduma-the-best-lms-wordpress-theme

+61 422 512 549

[email protected]

Company

  • About Us
  • Blog
  • Contact
  • Become A Co-Instructor

Links

  • Courses
  • FAQs
  • Contact Us

  • Privacy Policy
  • Terms & Conditions

Would you like to become a Udemy Course Co-Instructor?

Struggling to find students? Let us publish and promote your course to our students.

FIND OUT MORE NOW
Modal title

Message modal