<?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: Marc</title>
    <description>The latest articles on DEV Community by Marc (@marcradziwill).</description>
    <link>https://dev.to/marcradziwill</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%2F137505%2Ffbc4a08b-65c7-4e37-88e2-26f05fa619c7.png</url>
      <title>DEV Community: Marc</title>
      <link>https://dev.to/marcradziwill</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/marcradziwill"/>
    <language>en</language>
    <item>
      <title>❎❓Quiz: Web Performance #30</title>
      <dc:creator>Marc</dc:creator>
      <pubDate>Mon, 30 Nov 2020 12:17:04 +0000</pubDate>
      <link>https://dev.to/marcradziwill/quiz-web-performance-30-4k19</link>
      <guid>https://dev.to/marcradziwill/quiz-web-performance-30-4k19</guid>
      <description>&lt;p&gt;Caching is essential for web performance. How much do you know about it?&lt;/p&gt;

&lt;p&gt;What does max-age in the HTTP cache headers stand for?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The time a cache expires.&lt;/li&gt;
&lt;li&gt;The maximum amount of time a resource is considered fresh.&lt;/li&gt;
&lt;li&gt;The time a service worker caches fonts.&lt;/li&gt;
&lt;li&gt;The max-age of an image.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  &lt;center&gt;&lt;a href="https://marcradziwill.com/web-performance-quiz/what-does-max-age-in-the-http-cache-headers-stand-for/"&gt;Answer the question&lt;/a&gt;&lt;/center&gt;
&lt;/h2&gt;

</description>
      <category>challenge</category>
      <category>webperf</category>
      <category>webdev</category>
      <category>quiz</category>
    </item>
    <item>
      <title>❎❓Quiz: Web Performance #29</title>
      <dc:creator>Marc</dc:creator>
      <pubDate>Mon, 30 Nov 2020 12:16:43 +0000</pubDate>
      <link>https://dev.to/marcradziwill/quiz-web-performance-29-5387</link>
      <guid>https://dev.to/marcradziwill/quiz-web-performance-29-5387</guid>
      <description>&lt;p&gt;Quiz time! Today it's about fonts.&lt;/p&gt;

&lt;p&gt;What does font-display mean?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Tells the developer which font he should download locally.&lt;/li&gt;
&lt;li&gt;The font-display property defines how font files are loaded and displayed by the browser.&lt;/li&gt;
&lt;li&gt;Tells the browser what font the website has.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  &lt;center&gt;&lt;a href="https://marcradziwill.com/web-performance-quiz/what-does-font-display-means/"&gt;Answer the question&lt;/a&gt;&lt;/center&gt;
&lt;/h2&gt;

</description>
      <category>challenge</category>
      <category>webperf</category>
      <category>webdev</category>
      <category>quiz</category>
    </item>
    <item>
      <title>❎❓Quiz: Web Performance #28</title>
      <dc:creator>Marc</dc:creator>
      <pubDate>Mon, 30 Nov 2020 12:16:29 +0000</pubDate>
      <link>https://dev.to/marcradziwill/quiz-web-performance-28-4lkn</link>
      <guid>https://dev.to/marcradziwill/quiz-web-performance-28-4lkn</guid>
      <description>&lt;p&gt;How many pages include at least one third-party script?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;93.59%&lt;/li&gt;
&lt;li&gt;81.53%&lt;/li&gt;
&lt;li&gt;52.49%&lt;/li&gt;
&lt;li&gt;16.41%&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  &lt;center&gt;&lt;a href="https://marcradziwill.com/web-performance-quiz/how-many-pages-include-at-least-one-third-party-script/"&gt;Answer the question&lt;/a&gt;&lt;/center&gt;
&lt;/h2&gt;

</description>
      <category>challenge</category>
      <category>webperf</category>
      <category>webdev</category>
      <category>quiz</category>
    </item>
    <item>
      <title>❎❓Quiz: Web Performance #27</title>
      <dc:creator>Marc</dc:creator>
      <pubDate>Fri, 27 Nov 2020 09:53:38 +0000</pubDate>
      <link>https://dev.to/marcradziwill/quiz-web-performance-27-1dlo</link>
      <guid>https://dev.to/marcradziwill/quiz-web-performance-27-1dlo</guid>
      <description>&lt;p&gt;Check out the web performance question of the day!&lt;/p&gt;

&lt;p&gt;What is the Critical Rendering Path?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A critical request chain of the website.&lt;/li&gt;
&lt;li&gt;A circular reference in JavaScript files.&lt;/li&gt;
&lt;li&gt;A wrong path to an image.&lt;/li&gt;
&lt;li&gt;A sequence of steps the browser has du complete to display the website.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  &lt;center&gt;&lt;a href="https://marcradziwill.com/web-performance-quiz/what-is-the-critical-rendering-path/"&gt;Answer the question&lt;/a&gt;&lt;/center&gt;
&lt;/h2&gt;

</description>
      <category>challenge</category>
      <category>webperf</category>
      <category>webdev</category>
      <category>quiz</category>
    </item>
    <item>
      <title>❎❓Quiz: Web Performance #26</title>
      <dc:creator>Marc</dc:creator>
      <pubDate>Thu, 26 Nov 2020 12:07:24 +0000</pubDate>
      <link>https://dev.to/marcradziwill/quiz-web-performance-26-5fe4</link>
      <guid>https://dev.to/marcradziwill/quiz-web-performance-26-5fe4</guid>
      <description>&lt;p&gt;Quiz time! Today it's about CSS.&lt;/p&gt;

&lt;p&gt;What is critical CSS?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;CSS that is deprecated.&lt;/li&gt;
&lt;li&gt;CSS that is unused.&lt;/li&gt;
&lt;li&gt;Critical CSS is a technique that extracts the CSS for above-the-fold content in order to render content to the user as fast as possible.&lt;/li&gt;
&lt;li&gt;CSS bug that is hard to find.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  &lt;center&gt;&lt;a href="https://marcradziwill.com/web-performance-quiz/what-is-critical-css/"&gt;Answer the question&lt;/a&gt;&lt;/center&gt;
&lt;/h2&gt;

</description>
      <category>challenge</category>
      <category>webperf</category>
      <category>webdev</category>
      <category>quiz</category>
    </item>
    <item>
      <title>❎❓Quiz: Web Performance #25</title>
      <dc:creator>Marc</dc:creator>
      <pubDate>Thu, 26 Nov 2020 12:07:15 +0000</pubDate>
      <link>https://dev.to/marcradziwill/quiz-web-performance-25-18ka</link>
      <guid>https://dev.to/marcradziwill/quiz-web-performance-25-18ka</guid>
      <description>&lt;p&gt;Quiz time, folks! &lt;/p&gt;

&lt;p&gt;What is code-splitting?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Splitting the codebase into smaller parts that are loaded on demand.&lt;/li&gt;
&lt;li&gt;Doing code-review by more than 2 people&lt;/li&gt;
&lt;li&gt;Share code parts with a developer colleague&lt;/li&gt;
&lt;li&gt;Split a task in frontend and backend development.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  &lt;center&gt;&lt;a href="https://marcradziwill.com/web-performance-quiz/what-is-code-splitting/"&gt;Answer the question&lt;/a&gt;&lt;/center&gt;
&lt;/h2&gt;

</description>
      <category>challenge</category>
      <category>webperf</category>
      <category>webdev</category>
      <category>quiz</category>
    </item>
    <item>
      <title>❎❓Quiz: Web Performance #24</title>
      <dc:creator>Marc</dc:creator>
      <pubDate>Tue, 24 Nov 2020 10:03:48 +0000</pubDate>
      <link>https://dev.to/marcradziwill/quiz-web-performance-24-3k46</link>
      <guid>https://dev.to/marcradziwill/quiz-web-performance-24-3k46</guid>
      <description>&lt;p&gt;Quiz time! Read what's to question of the day.&lt;/p&gt;

&lt;p&gt;What is the module/nomodule pattern?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A web performance monitoring pattern.&lt;/li&gt;
&lt;li&gt;A method in CSS to wrap images into modules.&lt;/li&gt;
&lt;li&gt;A pattern to export a WebAssembly component from RUST.&lt;/li&gt;
&lt;li&gt;A pattern that describes the practice of serving only modern code to modern browsers and only code to old browsers.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  &lt;center&gt;&lt;a href="https://marcradziwill.com/web-performance-quiz/what-is-the-modulenomodule-pattern/"&gt;Answer the question&lt;/a&gt;&lt;/center&gt;
&lt;/h2&gt;

</description>
      <category>challenge</category>
      <category>webperf</category>
      <category>webdev</category>
      <category>quiz</category>
    </item>
    <item>
      <title>❎❓Quiz: Web Performance #23</title>
      <dc:creator>Marc</dc:creator>
      <pubDate>Mon, 23 Nov 2020 07:13:11 +0000</pubDate>
      <link>https://dev.to/marcradziwill/quiz-web-performance-23-2i0p</link>
      <guid>https://dev.to/marcradziwill/quiz-web-performance-23-2i0p</guid>
      <description>&lt;p&gt;What are modern web image formats?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;WebP &amp;amp; AVIF&lt;/li&gt;
&lt;li&gt;PicWeb &amp;amp; JPD&lt;/li&gt;
&lt;li&gt;AVIP &amp;amp; PNA&lt;/li&gt;
&lt;li&gt;TIF &amp;amp; RAP&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  &lt;center&gt;&lt;a href="https://marcradziwill.com/web-performance-quiz/what-are-modern-web-image-formats/"&gt;Answer the question&lt;/a&gt;&lt;/center&gt;
&lt;/h2&gt;

</description>
      <category>challenge</category>
      <category>webperf</category>
      <category>webdev</category>
      <category>quiz</category>
    </item>
    <item>
      <title>❎❓Quiz: Web Performance #22</title>
      <dc:creator>Marc</dc:creator>
      <pubDate>Mon, 23 Nov 2020 07:13:01 +0000</pubDate>
      <link>https://dev.to/marcradziwill/quiz-web-performance-22-3040</link>
      <guid>https://dev.to/marcradziwill/quiz-web-performance-22-3040</guid>
      <description>&lt;p&gt;Do you know Brotli?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;An HTML tag for Breadcrumbs.&lt;/li&gt;
&lt;li&gt;A compression algorithm.&lt;/li&gt;
&lt;li&gt;A well-known web performance company.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  &lt;center&gt;&lt;a href="https://marcradziwill.com/web-performance-quiz/what-is-brotli/"&gt;Answer the question&lt;/a&gt;&lt;/center&gt;
&lt;/h2&gt;

</description>
      <category>challenge</category>
      <category>webperf</category>
      <category>webdev</category>
      <category>quiz</category>
    </item>
    <item>
      <title>❎❓Quiz: Web Performance #21</title>
      <dc:creator>Marc</dc:creator>
      <pubDate>Mon, 23 Nov 2020 07:12:32 +0000</pubDate>
      <link>https://dev.to/marcradziwill/quiz-web-performance-21-323e</link>
      <guid>https://dev.to/marcradziwill/quiz-web-performance-21-323e</guid>
      <description>&lt;p&gt;What is a performance budget?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The amount of money a team can spend on optimizations.&lt;/li&gt;
&lt;li&gt;A performance budget is a set of limits imposed on metrics that affect site performance.&lt;/li&gt;
&lt;li&gt;The revenue that a company has more through performance optimizations.&lt;/li&gt;
&lt;li&gt;The profit that a company ears through performance optimizations.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  &lt;center&gt;&lt;a href="https://marcradziwill.com/web-performance-quiz/what-is-a-performance-budget/"&gt;Answer the question&lt;/a&gt;&lt;/center&gt;
&lt;/h2&gt;

</description>
      <category>challenge</category>
      <category>webperf</category>
      <category>webdev</category>
      <category>quiz</category>
    </item>
    <item>
      <title>❎❓Quiz: Web Performance #20</title>
      <dc:creator>Marc</dc:creator>
      <pubDate>Fri, 20 Nov 2020 11:01:37 +0000</pubDate>
      <link>https://dev.to/marcradziwill/quiz-web-performance-20-37a1</link>
      <guid>https://dev.to/marcradziwill/quiz-web-performance-20-37a1</guid>
      <description>&lt;p&gt;Response time is an important topic.&lt;/p&gt;

&lt;p&gt;What is the maximum response time you should aim for the completion of the whole task?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;50 ms&lt;/li&gt;
&lt;li&gt;100 ms&lt;/li&gt;
&lt;li&gt;200 ms&lt;/li&gt;
&lt;li&gt;250 ms&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  &lt;center&gt;&lt;a href="https://marcradziwill.com/web-performance-quiz/what-is-the-maximum-response-time-you-should-aim-for-the-completion-of-the-whole-task/"&gt;Answer the question&lt;/a&gt;&lt;/center&gt;
&lt;/h2&gt;

</description>
      <category>challenge</category>
      <category>webperf</category>
      <category>webdev</category>
      <category>quiz</category>
    </item>
    <item>
      <title>❎❓Quiz: Web Performance #19</title>
      <dc:creator>Marc</dc:creator>
      <pubDate>Thu, 19 Nov 2020 08:52:05 +0000</pubDate>
      <link>https://dev.to/marcradziwill/quiz-web-performance-19-i5m</link>
      <guid>https://dev.to/marcradziwill/quiz-web-performance-19-i5m</guid>
      <description>&lt;p&gt;Why are 16ms for each task, not the single truth?&lt;/p&gt;

&lt;p&gt;What time in ms should you aim for animations in the real world rather than the 16ms?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;10 ms&lt;/li&gt;
&lt;li&gt;20 ms&lt;/li&gt;
&lt;li&gt;12 ms&lt;/li&gt;
&lt;li&gt;8 ms&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  &lt;center&gt;&lt;a href="https://marcradziwill.com/web-performance-quiz/what-time-in-ms-should-you-aim-for-animations-in-the-real-world-rather-than-the-16ms/"&gt;Answer the question&lt;/a&gt;&lt;/center&gt;
&lt;/h2&gt;

</description>
      <category>challenge</category>
      <category>webperf</category>
      <category>webdev</category>
      <category>quiz</category>
    </item>
  </channel>
</rss>
