We'll be glad to discuss, please drop us an email.
View our other online Live Classes here.
🗓
February 18, 2023
13:00—17:00 UTC
13:00—17:00 UTC
2023-02-18T13:00:00Z
Abstract
JavaScript has changed significantly in recent years. No more of that weird, confusing, error prone syntax to create classes. The syntax is elegant and almost looks like Java, but semantics is quite different, and arguably more flexible. In this workshop, get a thorough understanding of how OOP in JavaScript has evolved. Then learn about modules, get a good grasp of those imports and exports you see in modern frontend applications. Finally, learn how decorators are actually implemented.
JavaScript has changed significantly in recent years. No more of that weird, confusing, error prone syntax to create classes. The syntax is elegant and almost looks like Java, but semantics is quite different, and arguably more flexible. In this workshop, get a thorough understanding of how OOP in JavaScript has evolved. Then learn about modules, get a good grasp of those imports and exports you see in modern frontend applications. Finally, learn how decorators are actually implemented.
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
- Creating classes, properties, functions
- Prototypes
- Prototypal inheritance
- Working with modules
- The inner workings of decorators
What will you learn?
- Decide when to use different types of imports and exports
- Discern the semantical differences of OOP in JavaScript vs other OOP languages
- Know how prototypal inheritance is more flexible than class based inheritance
- Get very comfortable with JavaScript for frontend development
- Use decorators without wondering what they really are
Who is this for?
Programmers who tackle frontend development with JavaScript and want to get a good grasp of what they're dealing with each day
Programmers who tackle frontend development with JavaScript and want to get a good grasp of what they're dealing with each day
Things you need to attend?
- Your favorite editor or IDE
- nodejs
- Git Client