Erick Wendel
10 must-know design patterns for JS Devs
#1about 5 minutes
Introduction to JavaScript design patterns
The talk addresses common issues in JavaScript development like single-file apps and global state by applying established design patterns.
#2about 3 minutes
Organizing code with a service, view, and controller
Refactor a single-file application into separate service, view, and controller layers using the single responsibility principle and a factory for instantiation.
#3about 3 minutes
Using the abstract factory for multi-platform support
The abstract factory pattern enables sharing a common codebase across different platforms like web and command-line by abstracting platform-specific implementations.
#4about 2 minutes
Building complex objects with builder and fluent interface
The builder pattern simplifies the construction of complex objects by breaking it into steps, while the fluent interface pattern allows for chainable method calls.
#5about 2 minutes
Creating robust tests with the test data builder pattern
The test data builder pattern helps create maintainable tests by centralizing the creation of mock data and entities for various test scenarios.
#6about 2 minutes
Implementing the observer pattern for event-driven code
The observer pattern allows multiple objects to subscribe and react to events, decoupling the publisher from its subscribers for tasks like logging and analytics.
#7about 4 minutes
Injecting logic dynamically with the decorator pattern
Implement the decorator pattern in vanilla JavaScript to add functionality like performance measurement to existing functions without altering their core logic.
#8about 4 minutes
Processing large datasets with the iterator pattern and streams
Use the iterator protocol with streams and the `yield` keyword to process data on demand, preventing UI blocking and improving performance with large datasets.
#9about 3 minutes
Audience Q&A on patterns, typescript, and frameworks
The speaker answers audience questions about private class fields, using patterns with frameworks like React Native, and the rationale for teaching vanilla JavaScript over TypeScript.
Related jobs
Jobs that call for the skills explored in this talk.
Hubert Burda Media
München, Germany
€80-95K
Intermediate
Senior
JavaScript
Node.js
+1
Matching moments
01:32 MIN
Organizing a developer conference for 15,000 attendees
Cat Herding with Lions and Tigers - Christian Heilmann
03:17 MIN
Selecting strategic partners and essential event tools
Cat Herding with Lions and Tigers - Christian Heilmann
04:57 MIN
Increasing the value of talk recordings post-event
Cat Herding with Lions and Tigers - Christian Heilmann
02:44 MIN
Rapid-fire thoughts on the future of work
What 2025 Taught Us: A Year-End Special with Hung Lee
03:38 MIN
Balancing the trade-off between efficiency and resilience
What 2025 Taught Us: A Year-End Special with Hung Lee
11:32 MIN
The industry's focus on frameworks over web fundamentals
WeAreDevelopers LIVE – Frontend Inspirations, Web Standards and more
04:22 MIN
Why HR struggles with technology implementation and adoption
What 2025 Taught Us: A Year-End Special with Hung Lee
03:05 MIN
Building collaborative design tools and the neo-brutalism trend
Slopquatting, API Keys, Fun with Fonts, Recruiters vs AI and more - The Best of LIVE 2025 - Part 2
Featured Partners
Related Videos
Antipatterns - nemesis of software development
Mustafa Toroman
Multiple Ships to the Island - Micro Frontends & Island Architectures
Florian Rappl
Micro-frontends anti-patterns
Luca Mezzalira
A Guide To Functional Programming
Jemima Abu
Design Principles For The Web
Jeremy Keith
The 2025 State of JavaScript Testing
Daniel Afonso
Things I learned while writing high-performance JavaScript applications
Michele Riva
What the heck do "declarative" and "reactive" actually mean?
André Kovac
Related Articles
View all articles



From learning to earning
Jobs that call for the skills explored in this talk.

Visonum GmbH
Remote
Junior
Intermediate
React
Redux
TypeScript

Eltemate
Amsterdam, Netherlands
Intermediate
Senior
TypeScript
Automated Testing
Continuous Integration

Confideck GmbH
Vienna, Austria
Remote
Intermediate
Senior
Node.js
MongoDB
TypeScript

Picnic Technologies B.V.
Amsterdam, Netherlands
Intermediate
Senior
RxJS
Angular
TypeScript

tree-IT GmbH
Bad Neustadt an der Saale, Germany
€54-80K
Intermediate
Senior
Java
TypeScript
Spring Boot




Frontend Revolution
Amsterdam, Netherlands
Angular
JavaScript
Test Driven Development