Java

Java Design Patterns course launched on JCG Academy!

It has been a while since we have launched JCG Academy, a premium content, subscription based site offering a number of courses on the latest, cutting edge technologies, from NoSQL databases, like Redis and CouchDB, to mobile development with Android.

Of course, Java related courses have a premier position there, and one of our most popular ones has just been completed. The Java Design Patterns course has officially launched as a standalone course.

In this course you will delve into a vast number of Design Patterns and see how those are implemented and utilized in Java. You will understand the reasons why patterns are so important and learn when and how to apply each one of them.

java-design-patterns-logo_scaled
A design pattern is a general reusable solution to a commonly occurring problem within a given context in software design. A design pattern is not a finished design that can be transformed directly into source or machine code.

It is a description or template for how to solve a problem that can be used in many different situations. Patterns are formalized best practices that the programmer can use to solve common problems when designing an application or system.

 
The course consists of 24 lessons, covering every Design Pattern under the sun. Here are the contents:

  1. Introduction to Design Patterns
  2. Adapter Design Pattern
  3. Facade Design Pattern
  4. Composite Design Pattern
  5. Bridge Design Pattern
  6. Singleton Design Pattern
  7. Observer Design Pattern
  8. Mediator Design Pattern
  9. Proxy Design Pattern
  10. Chain of Responsibility Design Pattern
  11. Flyweight Design Pattern
  12. Builder Design Pattern
  13. Factory Method Design Pattern
  14. Abstract Factory Design Pattern
  15. Prototype Design Pattern
  16. Memento Design Pattern
  17. Template Design Pattern
  18. State Design Pattern
  19. Strategy Design Pattern
  20. Command Design Pattern
  21. Interpreter Design Pattern
  22. Decorator Design Pattern
  23. Iterator Design Pattern
  24. Visitor Design Pattern

To get you all on-board, we are offering the course for just $9.99 (instead of the original price $29.99) for a limited time only!

Take the Course!

 

Ilias Tsagklis

Ilias is a software developer turned online entrepreneur. He is co-founder and Executive Editor at Java Code Geeks.
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
Back to top button