<?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: Aswin Varghese</title>
    <description>The latest articles on DEV Community by Aswin Varghese (@aswin94).</description>
    <link>https://dev.to/aswin94</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%2F378668%2F1bdf56d1-6870-422a-9497-c3fe387e5210.png</url>
      <title>DEV Community: Aswin Varghese</title>
      <link>https://dev.to/aswin94</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aswin94"/>
    <language>en</language>
    <item>
      <title>Eight Years in FinTech. Zero Tools for Myself.</title>
      <dc:creator>Aswin Varghese</dc:creator>
      <pubDate>Sun, 26 Apr 2026 06:51:09 +0000</pubDate>
      <link>https://dev.to/aswin94/eight-years-in-fintech-zero-tools-for-myself-423n</link>
      <guid>https://dev.to/aswin94/eight-years-in-fintech-zero-tools-for-myself-423n</guid>
      <description>&lt;p&gt;There's a particular irony in spending your career building tools that help people make better financial decisions — and not having any of those tools for yourself.&lt;/p&gt;

&lt;p&gt;That's exactly where I've been for eight years.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Comfortable Trap
&lt;/h2&gt;

&lt;p&gt;I'm a Lead Engineer at a global FinTech firm. My day job involves building the infrastructure that wealth management platforms run on — portfolio dashboards, brokerage integrations, API gateways, rendering pipelines under real load. The engineering problems are interesting. The domain is one I respect. I'm good at it.&lt;/p&gt;

&lt;p&gt;But here's what I noticed somewhere around year five: everything I built faced outward. Toward institutional clients. Toward scale. Toward other people's money.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;What I built at work&lt;/th&gt;
&lt;th&gt;What I had for myself&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Portfolio tracking dashboards&lt;/td&gt;
&lt;td&gt;A spreadsheet&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Real-time market data pipelines&lt;/td&gt;
&lt;td&gt;Manual checks when I remembered&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Brokerage API integrations&lt;/td&gt;
&lt;td&gt;A standard retail app&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Risk analysis systems&lt;/td&gt;
&lt;td&gt;Gut feel&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;I'm a long-term investor by habit. Index funds, SIPs — the patient approach that works if you stay disciplined and resist the urge to watch the screen too much. I believed in that strategy. I still do.&lt;/p&gt;

&lt;p&gt;But there's a whole other side to markets I'd always watched from a distance: active trading, with its own signal logic, risk management, and tight feedback loops. The market has a grammar. I knew enough about systems to know I hadn't learned it.&lt;/p&gt;

&lt;p&gt;So for years, curiosity sat in the background. I understood FinTech infrastructure deeply. I just never turned it inward.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Decision That Changed Things
&lt;/h2&gt;

&lt;p&gt;The software industry has been going through a period of rapid, unsettling change. New capabilities arriving faster than most teams can absorb. Roles and workflows shifting in real time. The familiar but uncomfortable feeling of a landscape changing underneath you mid-career.&lt;/p&gt;

&lt;p&gt;For me, that uncertainty became a prompt rather than a reason to wait.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The question wasn't whether to use new technology. It was whether to use it on someone else's problem — or finally start on my own.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I've spent years working closely with the kind of technology driving these changes. I understand how it works, where it's reliable, and critically, where it isn't. The honest response was to stop observing and start building — using the skills I have, in a domain I understand, to build something that actually serves a purpose.&lt;/p&gt;

&lt;p&gt;Not a side project for the CV. Something I'd genuinely use.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I'm Building
&lt;/h2&gt;

&lt;p&gt;The first piece is a trading analysis and alert system for Indian markets — built for the specific nuances of NSE, SEBI constraints, and the kinds of macro events that matter here and nowhere else. It runs autonomously, surfaces signals to Telegram, and paper-trades before any real capital is involved. That last part is non-negotiable.&lt;/p&gt;

&lt;p&gt;Here's how the signal pipeline works at a high level:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyecxqh4b2egboilhg3ba.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyecxqh4b2egboilhg3ba.png" alt="A flowchart showing market data flowing from NSE through a signal engine and risk gate, branching to either a Telegram alert and paper trade log, or a blocked/rejected path" width="800" height="164"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;But the trading system is just the first layer. The broader intent is a connected ecosystem — each piece solving a different part of the same problem: what does it actually mean to manage money well, not just monitor it?&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frvnsahx3yo6iviz9rgsw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frvnsahx3yo6iviz9rgsw.png" alt="An ecosystem diagram showing four nodes — Market Intelligence, Wealth Tracking, Tax Intelligence, and Finance OS — all feeding into a central Unified Dashboard" width="800" height="156"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;None of it is finished. Most of it is in early stages. That's the whole point of writing about it here.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Indian Markets Specifically
&lt;/h2&gt;

&lt;p&gt;A few things make Indian equities a uniquely interesting problem space, and why off-the-shelf Western tools don't cut it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;SEBI regulations&lt;/strong&gt; — strict intraday rules, circuit breakers, and position limits that most global trading frameworks don't account for&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;NSE-specific signals&lt;/strong&gt; — bulk deals, FII/DII flows, promoter pledging disclosures that move prices in ways that don't appear in standard technical analysis&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;News sensitivity&lt;/strong&gt; — RBI policy, earnings season, GST data — all market-moving events on a different calendar than global markets&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The retail infrastructure gap&lt;/strong&gt; — institutional players have sophisticated tooling. Retail investors get generic apps. There's a lot of space in between&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Eight years of building for institutions showed me exactly what good tooling looks like. Building it for Indian retail — for myself first — is a different problem worth solving.&lt;/p&gt;

&lt;h2&gt;
  
  
  What This Blog Will Be
&lt;/h2&gt;

&lt;p&gt;Every week I'll post a short build log: what was shipped, what broke, what I had to rethink. No product launches. No metrics I don't have yet. Just honest notes from someone building in a domain they respect, with stakes that are real.&lt;/p&gt;

&lt;p&gt;I've spent eight years building financial infrastructure for other people.&lt;/p&gt;

&lt;p&gt;This is the part where I build it for myself.&lt;/p&gt;




&lt;p&gt;&lt;a href="https://aswinvarghese.com/blog/hello-world" class="crayons-btn crayons-btn--primary" rel="noopener noreferrer"&gt;Read the full interactive version on my site&lt;/a&gt;
&lt;/p&gt;

</description>
      <category>buildinpublic</category>
      <category>fintech</category>
      <category>career</category>
      <category>indiedev</category>
    </item>
  </channel>
</rss>
