<?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: Richard Burd</title>
    <description>The latest articles on DEV Community by Richard Burd (@richardburd).</description>
    <link>https://dev.to/richardburd</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%2F529529%2F9d8272c1-4d75-4d39-9d7c-86cafa7a8941.jpg</url>
      <title>DEV Community: Richard Burd</title>
      <link>https://dev.to/richardburd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/richardburd"/>
    <language>en</language>
    <item>
      <title>When Big O Does and Does Not Matter</title>
      <dc:creator>Richard Burd</dc:creator>
      <pubDate>Wed, 28 Apr 2021 22:38:24 +0000</pubDate>
      <link>https://dev.to/richardburd/when-big-o-does-and-does-not-matter-27an</link>
      <guid>https://dev.to/richardburd/when-big-o-does-and-does-not-matter-27an</guid>
      <description>&lt;p&gt;&lt;strong&gt;Abstract:&lt;/strong&gt; &lt;em&gt;There are times when the big O notation of a programming algorithm will not predict performance in a meaningful manner, and then there are times when the opposite is true.   This article attempts to first illustrate why this is the case in abstract terms, and then show a strategy for selecting an optimal algorithm, or in some cases multiple algorithms, to be implemented in a software build.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Due to the numerous code snippets, graph links, and native image resizing, this article could not be published directly on dev.to and instead is available &lt;a href="https://richard-burd.github.io/when_big_o_does_and_does_not_matter"&gt;here&lt;/a&gt; on my personal webpage.&lt;/p&gt;

&lt;p&gt;I would appreciate any feedback on errors that this community could bring to my attention; I look forward to making the necessary corrections.&lt;/p&gt;

</description>
      <category>bigo</category>
      <category>bigonotation</category>
      <category>timecomplexity</category>
    </item>
    <item>
      <title>Optional Chaining in JavaScript ES2020 Illustrated</title>
      <dc:creator>Richard Burd</dc:creator>
      <pubDate>Thu, 17 Dec 2020 17:56:13 +0000</pubDate>
      <link>https://dev.to/richardburd/optional-chaining-in-javascript-es2020-illustrated-319d</link>
      <guid>https://dev.to/richardburd/optional-chaining-in-javascript-es2020-illustrated-319d</guid>
      <description>&lt;p&gt;&lt;a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Optional_chaining" rel="noopener noreferrer"&gt;Optional Chaining&lt;/a&gt; is one of the more popular features in the &lt;a href="https://en.wikipedia.org/wiki/ECMAScript#11th_Edition_%E2%80%93_ECMAScript_2020" rel="noopener noreferrer"&gt;ECMAScript 2020 standard&lt;/a&gt;.   Here's an illustration on how it works:&lt;/p&gt;

&lt;p&gt;NOTE: the full-resolution version is &lt;a href="https://github.com/Richard-Burd/javascript-es2020-sandbox" rel="noopener noreferrer"&gt;available here&lt;/a&gt;.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fi.imgur.com%2Fuovsd8D.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fi.imgur.com%2Fuovsd8D.jpg" alt="an image of optional chaining"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This image above will be the cornerstone in the next edition of my &lt;a href="https://richard-burd.github.io/portfolio/software/#cheat-sheets-for-languages--frameworks" rel="noopener noreferrer"&gt;cheat sheet series&lt;/a&gt;, but for now it can be filed away in you personal &lt;a href="https://en.wikipedia.org/wiki/Zettelkasten" rel="noopener noreferrer"&gt;zettelkasten&lt;/a&gt; (for quick reference) if it may be of use later on.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>optionalchaining</category>
      <category>es2020</category>
    </item>
  </channel>
</rss>
