Dr Heinz M. Kabutz – JGym.IO Live – Design Patterns Deep Dive – 8-9 December 2020
Original price was: $497.00.$82.80Current price is: $82.80.
Design patterns are taught in most university computer science curricula. Unfortunately professors often underestimate their importance in real world systems. Design patterns are prolific in the Java development kit (JDK). To become master Java programmers, we need a deep understanding of patterns. This increases our vocabulary and helps us understand other designs faster.
Description
Unlock your potential with the Unlock your potential with the Dr Heinz M. Kabutz - JGym.IO Live - Design Patterns Deep Dive - 8-9 December 2020Dr Heinz M. Kabutz - JGym.IO Live - Design Patterns Deep Dive - 8-9 December 2020 course for only course for only Original price was: $497.00.Original price was: $497.00.$$82.8082.80Current price is: $82.80.Current price is: $82.80. at at Giolib.comGiolib.com! Explore our comprehensive library of over 60,000 downloadable digital courses across various ! Explore our comprehensive library of over 60,000 downloadable digital courses across various Business & SalesBusiness & Sales. Get expert-led, self-paced learning at up to 80% savings. Elevate your skills today!. Get expert-led, self-paced learning at up to 80% savings. Elevate your skills today!
Dr Heinz M. Kabutz – JGym.IO Live – Design Patterns Deep Dive – 8-9 December 2020
Design patterns are taught in most university computer science curricula. Unfortunately professors often underestimate their importance in real world systems. Design patterns are prolific in the Java development kit (JDK). To become master Java programmers, we need a deep understanding of patterns. This increases our vocabulary and helps us understand other designs faster.Design patterns are taught in most university computer science curricula. Unfortunately professors often underestimate their importance in real world systems. Design patterns are prolific in the Java development kit (JDK). To become master Java programmers, we need a deep understanding of patterns. This increases our vocabulary and helps us understand other designs faster.
We have been teaching patterns since 2001 and have found this set of design patterns to be the most useful. We also have a longer 4-day course that covers all the GoF patterns (and then some). This is available for We have been teaching patterns since 2001 and have found this set of design patterns to be the most useful. We also have a longer 4-day course that covers all the GoF patterns (and then some). This is available for self-study or as a booked in-house course.
This course includes two live sessions of 4 hours each on the 8th and 9th of December 2020 with Dr Heinz M. Kabutz. Each pattern has exercises to solve. Heinz shows model solutions and is always happy to answer your questions.This course includes two live sessions of 4 hours each on the 8th and 9th of December 2020 with Dr Heinz M. Kabutz. Each pattern has exercises to solve. Heinz shows model solutions and is always happy to answer your questions.
What you’ll learn – and how you can apply it
- Would you like to know how a Java Specialist thinks whilst designing a Java system?Would you like to know how a Java Specialist thinks whilst designing a Java system?
- Have you ever wondered where the Gang-of-Four Design Patterns fit into Java?Have you ever wondered where the Gang-of-Four Design Patterns fit into Java?
- Has your project become unpleasant due to maintenance issues?Has your project become unpleasant due to maintenance issues?
- Ever wanted to get rid of copy & paste code and those pesky switch and if-else statements?Ever wanted to get rid of copy & paste code and those pesky switch and if-else statements?
- Would you like a richer design vocabulary to improve your team communication?Would you like a richer design vocabulary to improve your team communication?
How do these LIVE classes work?
Our LIVE classes consist of two 4-hour sessions. They are highly interactive, with exercises, discussions, and walkthroughs of the solutions. Sessions are not recorded. We welcome questions at any time during the live session.Our LIVE classes consist of two 4-hour sessions. They are highly interactive, with exercises, discussions, and walkthroughs of the solutions. Sessions are not recorded. We welcome questions at any time during the live session.
Each 4-hour session runs from 7am to 11am Los Angeles Time.Each 4-hour session runs from 7am to 11am Los Angeles Time.
Once you enrol in this course, we will sign you up for the webinar. Our system will send you login details. These are personal to you so please do not share them (otherwise you might lose access to the course).Once you enrol in this course, we will sign you up for the webinar. Our system will send you login details. These are personal to you so please do not share them (otherwise you might lose access to the course).
LIVE Class Calendar
Course Outline
0: Welcome
- Welcome to the course and overview of what design patterns are and why we should care about themWelcome to the course and overview of what design patterns are and why we should care about them
1: Builder
- Intent, MotivationIntent, Motivation
- Effective Java vs GoFEffective Java vs GoF
- Polymorphic builderPolymorphic builder
- Known uses in the JDKKnown uses in the JDK
- Exercise creating a builderExercise creating a builder
2: Memento
- Intent, MotivationIntent, Motivation
- Avoiding memory leaksAvoiding memory leaks
- SerializationSerialization
- Known uses in the JDKKnown uses in the JDK
- Exercise creating and using a mementoExercise creating and using a memento
3: Proxy
- Intent, MotivationIntent, Motivation
- Virtual proxyVirtual proxy
- Dynamic proxyDynamic proxy
- Known uses in the JDKKnown uses in the JDK
- Exercise with virtual and dynamic proxiesExercise with virtual and dynamic proxies
4: Strategy
- Intent, MotivationIntent, Motivation
- Polymorphism vs strategyPolymorphism vs strategy
- Known uses in the JDKKnown uses in the JDK
- Exercise refactoring spaghetti code to StrategyExercise refactoring spaghetti code to Strategy
5: Composite
- Intent, MotivationIntent, Motivation
- Part-whole hierarchiesPart-whole hierarchies
- Known uses in the JDKKnown uses in the JDK
- Exercise iterating over a composite structureExercise iterating over a composite structure
6: Visitor
- Intent, MotivationIntent, Motivation
- Annotation processingAnnotation processing
- Known uses in the JDKKnown uses in the JDK
- Exercise adding a visitor to a compositeExercise adding a visitor to a composite
6b: Default Visitor
- Intent, MotivationIntent, Motivation
- Comparison to GoF visitorComparison to GoF visitor
- ExtensibilityExtensibility
- Known uses in the JDKKnown uses in the JDK
- Exercise refactoring the visitor to a default visitorExercise refactoring the visitor to a default visitor
7: Command
- Intent, MotivationIntent, Motivation
- Lambdas and method referencesLambdas and method references
- Composite commandsComposite commands
- Known uses in the JDKKnown uses in the JDK
- Exercise creating command actions for devicesExercise creating command actions for devices
8: Decorator
- Intent, MotivationIntent, Motivation
- Object modelObject model
- Client viewClient view
- Known uses in the JDKKnown uses in the JDK
- Exercise mixing decorators with iterablesExercise mixing decorators with iterables
9: State
- Intent, MotivationIntent, Motivation
- Use cases in the real worldUse cases in the real world
- ComplexityComplexity
- Known uses in the JDKKnown uses in the JDK
- Exercise creating a state machineExercise creating a state machine
10: Chain of Responsibility
- Intent, MotivationIntent, Motivation
- Unmanaged requestsUnmanaged requests
- Known uses in the JDKKnown uses in the JDK
- Exercise creating a chain of object mappersExercise creating a chain of object mappers
11: Conclusion
- Course wrap-up and next stepsCourse wrap-up and next steps
Preparation
- This training is for beginner to intermediate Java programmers wishing to become better at writing reusable code.This training is for beginner to intermediate Java programmers wishing to become better at writing reusable code.
- Students should download and install the exercises found in the Resources chapter of the course material.Students should download and install the exercises found in the Resources chapter of the course material.
Recommended Reading
- “Head First Design Patterns” by Eric Freeman, Elisabeth Robson, Bert Bates“Head First Design Patterns” by Eric Freeman, Elisabeth Robson, Bert Bates
- “Design Patterns – Elements of Reusable Object-Oriented Software” by Erich Gamma, Richard Helm, Ralph E. Johnson, John Vlissides“Design Patterns – Elements of Reusable Object-Oriented Software” by Erich Gamma, Richard Helm, Ralph E. Johnson, John Vlissides
- “Pattern Hatching – Design Patterns Applied” by John M. Vlissides“Pattern Hatching – Design Patterns Applied” by John M. Vlissides
Your Instructor
Dr Heinz M. KabutzDr Heinz M. Kabutz
Heinz Kabutz is the author of Heinz Kabutz is the author of The Java Specialists’ Newsletter, a publication enjoyed by tens of thousands of Java experts in over 145 countries. His book “Dynamic Proxies (in German)” was #1 Bestseller on Amazon.de in Fachbücher für Informatik for about five minutes until Amazon fixed their algorithm. Thanks to a supportive mother, he has now sold 5 copies.
Heinz’s Java Specialists’ newsletter is filled with amusing anecdotes of life on the Island of Crete. He is a popular speaker at all the best Java conferences around the world, and also at some of the worst. He teaches Java courses in classrooms around the world, where his prime objective is to make absolutely sure that none of his students fall asleep. He is not always successful.Heinz’s Java Specialists’ newsletter is filled with amusing anecdotes of life on the Island of Crete. He is a popular speaker at all the best Java conferences around the world, and also at some of the worst. He teaches Java courses in classrooms around the world, where his prime objective is to make absolutely sure that none of his students fall asleep. He is not always successful.
Future-proof your knowledge with the Future-proof your knowledge with the Dr Heinz M. Kabutz - JGym.IO Live - Design Patterns Deep Dive - 8-9 December 2020Dr Heinz M. Kabutz - JGym.IO Live - Design Patterns Deep Dive - 8-9 December 2020 course at course at GiOlibGiOlib! Enjoy lifetime access to high-quality digital content, crafted to advance your career and personal development.! Enjoy lifetime access to high-quality digital content, crafted to advance your career and personal development.
- Lifetime Access:Lifetime Access: Permanent access to all purchased courses. Permanent access to all purchased courses.
- Smart Savings:Smart Savings: Benefit from prices up to 80% off original course costs. Benefit from prices up to 80% off original course costs.
- Safe Transactions:Safe Transactions: Process your payments securely. Process your payments securely.
- Practical Insights:Practical Insights: Gain actionable skills relevant to today's demands. Gain actionable skills relevant to today's demands.
- Instant Availability:Instant Availability: Begin your course immediately after payment. Begin your course immediately after payment.
- Flexible Learning:Flexible Learning: Access content effortlessly on any device. Access content effortlessly on any device.
Start expanding your horizons with Start expanding your horizons with GiOlibGiOlib!!