Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Search
Log in
Create account
DEV Community
Close
JavaScript Proxy Series' Articles
Back to Phuoc Nguyen's Series
Practical examples of using JavaScript Proxy
Phuoc Nguyen
Phuoc Nguyen
Phuoc Nguyen
Follow
Jan 16
Practical examples of using JavaScript Proxy
#
javascript
#
webdev
#
tutorial
#
learning
Comments
Add Comment
1 min read
An introduction to JavaScript Proxy
Phuoc Nguyen
Phuoc Nguyen
Phuoc Nguyen
Follow
Jan 16
An introduction to JavaScript Proxy
#
webdev
#
javascript
#
tutorial
#
learning
2
reactions
Comments
Add Comment
5 min read
Create a Proxy wrapper
Phuoc Nguyen
Phuoc Nguyen
Phuoc Nguyen
Follow
Jan 18
Create a Proxy wrapper
#
tutorial
#
javascript
#
webdev
#
learning
Comments
Add Comment
4 min read
JavaScript Proxy vs Object.defineProperty
Phuoc Nguyen
Phuoc Nguyen
Phuoc Nguyen
Follow
Jan 19
JavaScript Proxy vs Object.defineProperty
#
webdev
#
javascript
#
tutorial
#
learning
Comments
Add Comment
5 min read
Use JavaScript Proxy to protect internal properties
Phuoc Nguyen
Phuoc Nguyen
Phuoc Nguyen
Follow
Jan 22
Use JavaScript Proxy to protect internal properties
#
javascript
#
webdev
#
tutorial
#
learning
4
reactions
Comments
Add Comment
4 min read
Implement private properties in a JavaScript class
Phuoc Nguyen
Phuoc Nguyen
Phuoc Nguyen
Follow
Jan 24
Implement private properties in a JavaScript class
#
javascript
#
webdev
#
tutorial
#
learning
2
reactions
Comments
Add Comment
5 min read
Overload the in operator
Phuoc Nguyen
Phuoc Nguyen
Phuoc Nguyen
Follow
Jan 26
Overload the in operator
#
webdev
#
javascript
#
tutorial
#
learning
Comments
Add Comment
4 min read
Combine Proxy traps with the Reflect API
Phuoc Nguyen
Phuoc Nguyen
Phuoc Nguyen
Follow
Jan 29
Combine Proxy traps with the Reflect API
#
webdev
#
javascript
#
tutorial
#
learning
1
reaction
Comments
Add Comment
8 min read
Access array items using negative indices
Phuoc Nguyen
Phuoc Nguyen
Phuoc Nguyen
Follow
Jan 31
Access array items using negative indices
#
javascript
#
webdev
#
tutorial
#
learning
Comments
1
comment
4 min read
Create a LocalStorage polyfill for non-browser environments
Phuoc Nguyen
Phuoc Nguyen
Phuoc Nguyen
Follow
Feb 2
Create a LocalStorage polyfill for non-browser environments
#
javascript
#
webdev
#
tutorial
#
learning
Comments
Add Comment
6 min read
Use JavaScript Proxy to warn of unknown properties
Phuoc Nguyen
Phuoc Nguyen
Phuoc Nguyen
Follow
Feb 7
Use JavaScript Proxy to warn of unknown properties
#
webdev
#
javascript
#
tutorial
#
learning
1
reaction
Comments
1
comment
4 min read
Cache function invocation results
Phuoc Nguyen
Phuoc Nguyen
Phuoc Nguyen
Follow
Feb 13
Cache function invocation results
#
webdev
#
javascript
#
tutorial
#
learning
Comments
Add Comment
8 min read
Implement the Singleton pattern
Phuoc Nguyen
Phuoc Nguyen
Phuoc Nguyen
Follow
Feb 19
Implement the Singleton pattern
#
webdev
#
javascript
#
tutorial
#
learning
7
reactions
Comments
Add Comment
5 min read
Say goodbye to callback hell
Phuoc Nguyen
Phuoc Nguyen
Phuoc Nguyen
Follow
Feb 20
Say goodbye to callback hell
#
webdev
#
javascript
#
tutorial
#
learning
Comments
Add Comment
5 min read
Discover the power of a revocable Proxy
Phuoc Nguyen
Phuoc Nguyen
Phuoc Nguyen
Follow
Feb 21
Discover the power of a revocable Proxy
#
javascript
#
webdev
#
tutorial
#
learning
Comments
Add Comment
5 min read
Build a SQL query builder
Phuoc Nguyen
Phuoc Nguyen
Phuoc Nguyen
Follow
Feb 22
Build a SQL query builder
#
webdev
#
javascript
#
tutorial
#
learning
2
reactions
Comments
Add Comment
7 min read
Simplify document cookies management
Phuoc Nguyen
Phuoc Nguyen
Phuoc Nguyen
Follow
Feb 25
Simplify document cookies management
#
webdev
#
javascript
#
learning
#
tutorial
Comments
Add Comment
7 min read
Build a REST client
Phuoc Nguyen
Phuoc Nguyen
Phuoc Nguyen
Follow
Feb 26
Build a REST client
#
webdev
#
javascript
#
tutorial
#
learning
1
reaction
Comments
Add Comment
9 min read
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account