Today I Learned

I write about things I learn every day. It could be about software engineering, leadership, productivity, or anything else.

Published

Javascript proxies

Javascript proxies are a powerful feature that allows you to intercept and customize operations on objects. In this post, we will explore what proxies are and how to use them.