<?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: Jamie Andrew</title>
    <description>The latest articles on DEV Community by Jamie Andrew (@jamieandrew).</description>
    <link>https://dev.to/jamieandrew</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3997458%2F0519bc75-f8e1-4fb1-88c7-d0bfb7a7a708.jpg</url>
      <title>DEV Community: Jamie Andrew</title>
      <link>https://dev.to/jamieandrew</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jamieandrew"/>
    <language>en</language>
    <item>
      <title>I ran my jargon-highlighting extension on 10 of Fireship's most popular videos — here's the programming jargon that came up</title>
      <dc:creator>Jamie Andrew</dc:creator>
      <pubDate>Fri, 26 Jun 2026 20:33:36 +0000</pubDate>
      <link>https://dev.to/jamieandrew/i-ran-my-jargon-highlighting-extension-on-10-of-fireships-most-popular-videos-heres-the-59di</link>
      <guid>https://dev.to/jamieandrew/i-ran-my-jargon-highlighting-extension-on-10-of-fireships-most-popular-videos-heres-the-59di</guid>
      <description>&lt;p&gt;I got tired of watching coding tutorials with a friend who's still learning, because every 20 seconds the video would drop a word — "compiler", "runtime", "memoization" — and we'd have to pause, Google it, lose the thread, and rewind. "Just look it up" started to break his flow of learning.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;JargonPop&lt;/strong&gt;: a Chrome extension that scans for programming jargon right in YouTube captions and shows a beginner-friendly definition in a popup, without pausing the video or leaving the page.&lt;/p&gt;

&lt;p&gt;To put it through its paces, I pointed it at 10 of Fireship's most popular videos — fast, dense, and absolutely packed with terminology  and collected everything it flagged. 21 terms came up. Here they are, grouped.&lt;/p&gt;

&lt;h3&gt;
  
  
  How code actually runs
&lt;/h3&gt;

&lt;p&gt;Syntax, compiler, interpreter, runtime.&lt;/p&gt;

&lt;h3&gt;
  
  
  Objects and design
&lt;/h3&gt;

&lt;p&gt;Abstraction, inheritance, interface, instance, API.&lt;/p&gt;

&lt;h3&gt;
  
  
  Data structures
&lt;/h3&gt;

&lt;p&gt;Stack, queue, hash map.&lt;/p&gt;

&lt;h3&gt;
  
  
  Algorithms
&lt;/h3&gt;

&lt;p&gt;Algorithm, recursion, memoization, backtracking, Dijkstra's algorithm.&lt;/p&gt;

&lt;h3&gt;
  
  
  Concurrency and tooling
&lt;/h3&gt;

&lt;p&gt;Asynchronous programming, parallelism, refactoring, bundlers.&lt;/p&gt;

&lt;h2&gt;
  
  
  The thing that jumped out
&lt;/h2&gt;

&lt;p&gt;Almost none of this is keyword churn. No React, no Tailwind, no library-of-the-week. It's nearly all core computer science — the vocabulary that sits &lt;em&gt;underneath&lt;/em&gt; whatever framework you happen to be using.&lt;/p&gt;

&lt;p&gt;Which makes sense when you think about it. Fireship's most-watched videos earn their views by being conceptual, and the words that actually trip up a learner aren't the trendy ones — they're the foundational ones everyone assumes you already know. "Backtracking" doesn't care what year it is.&lt;/p&gt;

&lt;p&gt;That's exactly the gap I'm trying to close with JargonPop: not dumbing anything down, just making sure the word "memoization" doesn't end the video for someone on day three.&lt;/p&gt;

&lt;p&gt;Want to see what comes up on the videos &lt;em&gt;you're&lt;/em&gt; watching? Try it at &lt;a href="https://www.jargonpop.com" rel="noopener noreferrer"&gt;www.jargonpop.com&lt;/a&gt;. It launches properly on Product Hunt on &lt;strong&gt;15 July&lt;/strong&gt; — would love to see you there.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>showdev</category>
      <category>webdev</category>
      <category>begginers</category>
    </item>
  </channel>
</rss>
