We'll be glad to discuss, please drop us an email.
View our other online Live Classes here.
🗓
February 20, 2023
15:00—19:00 UTC
15:00—19:00 UTC
2023-02-20T15:00:00Z
Abstract
One of the strengths of dynamically typed languages is the area of metaprogramming, the ability to create dynamic behavior of code at runtime. In the years past, JavaScript, albeit being dynamically typed, lacked some key capabilities, however. In recent years, that has significantly changed, thanks to some new features. In this workshop, we will start with the fundamentals of metaprogramming, discuss injection and synthesis of properties and functions, and look at how we can benefit from these capabilities to create highly dynamic and flexible applications.
One of the strengths of dynamically typed languages is the area of metaprogramming, the ability to create dynamic behavior of code at runtime. In the years past, JavaScript, albeit being dynamically typed, lacked some key capabilities, however. In recent years, that has significantly changed, thanks to some new features. In this workshop, we will start with the fundamentals of metaprogramming, discuss injection and synthesis of properties and functions, and look at how we can benefit from these capabilities to create highly dynamic and flexible applications.
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
- Dynamic interaction with objects and functions
- Pros and cons of metaprogramming, injection vs. synthesis
- Injection of properties and functions
- Synthesis of properties and functions, deep dive into Proxies
- Applying metaprogramming
What will you learn?
- Deeper understanding of the language capabilities
- Learn how proxy works and how to properly use the modern features
- Decide when to use and when to avoid metaprogramming
- Safely exploit metaprogramming to create dynamic behaviors
- Create highly flexible JavaScript applications
Who is this for?
Programmers interested in getting deeper into JavaScript's dynamic capabilities
Programmers interested in getting deeper into JavaScript's dynamic capabilities
Things you need to attend?
- Your favorite editor or IDE
- nodejs
- Git Client