Iman Roustairousta.hashnode.dev·Mar 8, 2023JavaScript Proxy: A Practical GuideIn JavaScript, a Proxy object is an object that wraps another object (target) and intercepts the fundamental operations of the target object. The Proxy object allows you to create an object that can be used in place of the original object, but which ...39 readsJavaScript
Stavros Ioannidisistavros.dev·Nov 13, 2022How to make simple slideshow using cool CSS and JS featuresHello. Today I'm making a simple slideshow using cool CSS and JS features. I'm gonna be using: CSS variables CSS transformations CSS functions CSS grid JS Proxy The HTML <div class="slideshow"> <div class="slides-container"> <div class="slid...2 likes·426 readsjavascript proxy