<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Son Vu Hoai</title>
    <description>The latest articles on DEV Community by Son Vu Hoai (@son_vuhoai_79baf4e733053).</description>
    <link>https://dev.to/son_vuhoai_79baf4e733053</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1518640%2F4a03b684-89d6-4d5e-972d-614e9838cc0f.jpg</url>
      <title>DEV Community: Son Vu Hoai</title>
      <link>https://dev.to/son_vuhoai_79baf4e733053</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/son_vuhoai_79baf4e733053"/>
    <language>en</language>
    <item>
      <title>Leveraging the power of Proxy in Javascript</title>
      <dc:creator>Son Vu Hoai</dc:creator>
      <pubDate>Thu, 23 May 2024 07:37:05 +0000</pubDate>
      <link>https://dev.to/son_vuhoai_79baf4e733053/leveraging-the-power-of-proxy-in-javascript-lem</link>
      <guid>https://dev.to/son_vuhoai_79baf4e733053/leveraging-the-power-of-proxy-in-javascript-lem</guid>
      <description>&lt;p&gt;JavaScript Proxy objects are an advanced technique introduced in ES6 to provide developers with more flexibility to intercept and customize internal operations on ordinary objects. This addition opens up a range of possibilities for developers to add new dynamic behaviors that are useful for logging, validating, formatting, and sanitizing inputs. This blog post will examine the conceptual implementation of Proxy, its syntax, usage, and practical examples.&lt;/p&gt;

&lt;p&gt;Link to my full article: &lt;a href="https://blog.bravebits.co/leveraging-the-power-of-proxy-in-javascript"&gt;https://blog.bravebits.co/leveraging-the-power-of-proxy-in-javascript&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>proxy</category>
    </item>
  </channel>
</rss>
