<?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: Mark</title>
    <description>The latest articles on DEV Community by Mark (@neuralpathways).</description>
    <link>https://dev.to/neuralpathways</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%2F3918150%2F54d3af48-5639-4b9a-bd7f-4fb552aacfff.png</url>
      <title>DEV Community: Mark</title>
      <link>https://dev.to/neuralpathways</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/neuralpathways"/>
    <language>en</language>
    <item>
      <title>I built a plain-English SEC filing reader because I never understood what I owned</title>
      <dc:creator>Mark</dc:creator>
      <pubDate>Thu, 07 May 2026 14:31:31 +0000</pubDate>
      <link>https://dev.to/neuralpathways/i-built-a-plain-english-sec-filing-reader-because-i-never-understood-what-i-owned-37lj</link>
      <guid>https://dev.to/neuralpathways/i-built-a-plain-english-sec-filing-reader-because-i-never-understood-what-i-owned-37lj</guid>
      <description>&lt;p&gt;I've been investing for years. Index funds, some individual stocks. But I'd never read a single annual filing (10-K) for any company&lt;br&gt;
I owned.&lt;/p&gt;

&lt;p&gt;When I finally tried Apple's — 60 pages of dense financial and legal language. I gave up after 10 minutes.&lt;/p&gt;

&lt;p&gt;So I built the tool I wished existed.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;Each company gets 3 short pages:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Overview&lt;/strong&gt; — what the company actually does&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Income&lt;/strong&gt; — where revenue comes from, by product and by region&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Health&lt;/strong&gt; — key financial metrics scored against industry benchmarks&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Every finance term is tappable for a plain-English definition.&lt;/p&gt;

&lt;h2&gt;
  
  
  The stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Next.js + React (frontend)&lt;/li&gt;
&lt;li&gt;Django + PostgreSQL (backend)&lt;/li&gt;
&lt;li&gt;Hosted on Vercel + Railway&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What's live
&lt;/h2&gt;

&lt;p&gt;10 companies: Apple, Amazon, Alphabet, Microsoft, Meta, Nvidia, Tesla, JPMorgan, Johnson &amp;amp; Johnson, Coca-Cola.&lt;/p&gt;

&lt;p&gt;Free, no signup, no ads: &lt;a href="https://decodingstocks.com" rel="noopener noreferrer"&gt;decodingstocks.com&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I learned
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Hand-written explanations take 10x longer than I expected, but the quality difference vs AI-generated text is obvious.&lt;/li&gt;
&lt;li&gt;Lighthouse audits early and often — fixing performance issues late is painful.&lt;/li&gt;
&lt;li&gt;Legal pages (Privacy, Terms, Disclaimer, Cookies) took almost as long as actual features. GDPR is no joke even for a free tool.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Not financial advice. Would love feedback — especially what's confusing or what company you'd want added next.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>finance</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
