We'll be glad to discuss, please drop us an email.
View our other online Live Classes here.
🗓
March 16, 2023
13:00—17:00 UTC
13:00—17:00 UTC
2023-03-16T13:00:00Z
Abstract
Design patterns have long intrigued programmers, yet, applying patterns in day to day design is not easy. Languages and capabilities often influence the patterns we use. Whether we use object decomposition, functional decomposition, or a combination of those two can influence the patterns we use and how we use them. In this workshop, learn with hands on exercises, a select few design patterns, from concept to implementation.
Design patterns have long intrigued programmers, yet, applying patterns in day to day design is not easy. Languages and capabilities often influence the patterns we use. Whether we use object decomposition, functional decomposition, or a combination of those two can influence the patterns we use and how we use them. In this workshop, learn with hands on exercises, a select few design patterns, from concept to implementation.
Instructor

Venkat Subramaniam
Dr. Venkat Subramaniam is an award-winning author, founder of Agile Developer, Inc., creator of agilelearner.com, co-founder of the devdotnext software conference, and an instructional professor at the University of Houston.

Venkat Subramaniam
Dr. Venkat Subramaniam is an award-winning author, founder of Agile Developer, Inc., creator of agilelearner.com, co-founder of the devdotnext software conference, and an instructional professor at the University of Houston.
He has trained and mentored thousands of software developers in the US, Canada, Europe, and Asia, and is a regularly-invited speaker at several international conferences. Venkat helps his clients effectively apply and succeed with sustainable agile practices on their software projects.
Venkat is a (co)author of multiple technical books, including the 2007 Jolt Productivity award winning book Practices of an Agile Developer. You can find a list of his books at agiledeveloper.com. You can reach him by email at venkats@agiledeveloper.com or on twitter at @venkat_s.
Topics Covered
- Identifying Design Patterns
- Evolving code towards a pattern
- Implementing patterns
- Patterns that benefit from functional composition
- Combining OOP and Functional programming capabilities to realize patterns
What will you learn?
- Identify design patterns
- Evolve code incrementally towards applying patterns
- Know and apply patterns that leverage OOP and functional style
- Explore common and some uncommon but powerful patterns
- Reuse common recurring solutions to solve your problems
Who is this for?
Programmers interested in learning to apply design patterns
Programmers interested in learning to apply design patterns
Things you need to attend?
- Your favorite editor or IDE
- Compilers for Java, Kotlin, Scala,... depending on the language you like to use
- Git Client