<?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: Minh Quy</title>
    <description>The latest articles on DEV Community by Minh Quy (@mquy).</description>
    <link>https://dev.to/mquy</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%2F61076%2Fc26400ef-7716-493d-ae03-59a0acd1b95b.jpeg</url>
      <title>DEV Community: Minh Quy</title>
      <link>https://dev.to/mquy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mquy"/>
    <language>en</language>
    <item>
      <title>Reducing stylesheet’s size by 55% and even more</title>
      <dc:creator>Minh Quy</dc:creator>
      <pubDate>Mon, 23 Apr 2018 07:08:28 +0000</pubDate>
      <link>https://dev.to/mquy/how-to-reducing-stylesheets-size-by-55-and-even-more-1897</link>
      <guid>https://dev.to/mquy/how-to-reducing-stylesheets-size-by-55-and-even-more-1897</guid>
      <description>&lt;p&gt;I think reducing stylesheet's size is one of the top priority tasks we want to do in order to improve our website speed. I noted several approaches to achieve that which I found during this year.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://medium.com/@MQuy90/how-to-reducing-stylesheets-size-by-55-and-even-more-1ccb944fe108"&gt;https://medium.com/@MQuy90/how-to-reducing-stylesheets-size-by-55-and-even-more-1ccb944fe108&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;How do you reduce your stylesheet's size?&lt;/p&gt;

</description>
      <category>css</category>
      <category>discuss</category>
      <category>webdev</category>
      <category>react</category>
    </item>
    <item>
      <title>Detecting deadcode in your project</title>
      <dc:creator>Minh Quy</dc:creator>
      <pubDate>Tue, 10 Apr 2018 13:21:44 +0000</pubDate>
      <link>https://dev.to/mquy/detecting-deadcode-in-your-project-2742</link>
      <guid>https://dev.to/mquy/detecting-deadcode-in-your-project-2742</guid>
      <description>&lt;p&gt;Our frontend stack is using react (webpack) and after one year, our codebase becomes quite huge. My company is a startup, you know as startup we might change our flow quite often, it leads to a lot of code are not used anymore and we want to clean them as much as possible. After spending few weeks to research, I found several approaches to attack that problem, therefore, I wrote this blog&lt;br&gt;
&lt;a href="https://medium.com/@MQuy90/wtf-is-deadcode-elimination-how-to-do-it-by-yourself-d1e1e26b0ed0"&gt;https://medium.com/@MQuy90/wtf-is-deadcode-elimination-how-to-do-it-by-yourself-d1e1e26b0ed0&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What do you think about those approaches?&lt;br&gt;
What do you use to detect deadcode in your project?&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>react</category>
      <category>webpack</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
