<?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: Tanushree Poojary</title>
    <description>The latest articles on DEV Community by Tanushree Poojary (@tanushreep).</description>
    <link>https://dev.to/tanushreep</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%2F2909369%2F6269e926-04b3-4962-925d-5f41888f9887.jpeg</url>
      <title>DEV Community: Tanushree Poojary</title>
      <link>https://dev.to/tanushreep</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tanushreep"/>
    <language>en</language>
    <item>
      <title>Why SQL Makes You Stand Ahead of Most Candidates</title>
      <dc:creator>Tanushree Poojary</dc:creator>
      <pubDate>Tue, 17 Feb 2026 14:51:39 +0000</pubDate>
      <link>https://dev.to/tanushreep/why-sql-makes-you-stand-ahead-of-most-candidates-37dm</link>
      <guid>https://dev.to/tanushreep/why-sql-makes-you-stand-ahead-of-most-candidates-37dm</guid>
      <description>&lt;p&gt;I am still learning SQL.&lt;/p&gt;

&lt;p&gt;Still making mistakes.&lt;br&gt;
Still debugging queries at 1 AM.&lt;br&gt;
Still trying to understand why some metrics don’t match.&lt;/p&gt;

&lt;p&gt;But one thing became clear very early:&lt;/p&gt;

&lt;p&gt;SQL is not just a subject.&lt;br&gt;
It’s leverage.&lt;/p&gt;

&lt;p&gt;Every product decision depends on data.&lt;br&gt;
Every metric depends on definitions.&lt;br&gt;
Every dashboard depends on queries.&lt;/p&gt;

&lt;p&gt;And all of that flows through SQL.&lt;/p&gt;

&lt;p&gt;Most people prepare for SQL interviews by memorizing syntax.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;INNER JOIN.&lt;br&gt;
LEFT JOIN.&lt;br&gt;
GROUP BY.&lt;br&gt;
Window functions.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;But interviews don’t test memory.&lt;/p&gt;

&lt;p&gt;They test how you think.&lt;/p&gt;

&lt;p&gt;You’re rarely asked to “write a SELECT statement.”&lt;/p&gt;

&lt;p&gt;Instead, you’re asked:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Why did retention drop?&lt;br&gt;
Which users drive most revenue?&lt;br&gt;
Why doesn’t this dashboard match finance numbers?&lt;br&gt;
What changed compared to last quarter?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;These are product questions.&lt;/p&gt;

&lt;p&gt;SQL is just the interface.&lt;/p&gt;

&lt;p&gt;The real skill is translating business problems into structured logic.&lt;/p&gt;

&lt;p&gt;As I go deeper into data and product thinking, I’ve noticed something important.&lt;/p&gt;

&lt;p&gt;Strong candidates don’t rush to type.&lt;/p&gt;

&lt;p&gt;They clarify assumptions.&lt;br&gt;
They define metrics clearly.&lt;br&gt;
They ask about data grain.&lt;br&gt;
They think about edge cases.&lt;br&gt;
They check for NULLs.&lt;br&gt;
They validate output before trusting it.&lt;/p&gt;

&lt;p&gt;They treat SQL as a reasoning framework.&lt;/p&gt;

&lt;p&gt;Not just a language.&lt;/p&gt;

&lt;p&gt;In product roles, this mindset is powerful.&lt;/p&gt;

&lt;p&gt;If you don’t understand how a metric is calculated, you can’t question it.&lt;br&gt;
If you can’t question it, you can’t improve the product.&lt;/p&gt;

&lt;p&gt;AI can generate queries.&lt;/p&gt;

&lt;p&gt;But AI will not decide what “active user” truly means for your business.&lt;br&gt;
It will not question whether revenue is counted at order time or payment time.&lt;br&gt;
It will not challenge a misleading KPI definition.&lt;/p&gt;

&lt;p&gt;That judgment comes from understanding data structure deeply.&lt;/p&gt;

&lt;p&gt;SQL forces you to think in structure:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Tables.&lt;/li&gt;
&lt;li&gt;Relationships.&lt;/li&gt;
&lt;li&gt;Aggregations.&lt;/li&gt;
&lt;li&gt;Constraints.&lt;/li&gt;
&lt;li&gt;Edge cases.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Product forces you to think in impact:&lt;br&gt;
Users.&lt;br&gt;
Retention.&lt;br&gt;
Growth.&lt;br&gt;
Revenue.&lt;br&gt;
Behavior.&lt;/p&gt;

&lt;p&gt;When you combine both, you become valuable.&lt;/p&gt;

&lt;p&gt;Not because you know more commands.&lt;/p&gt;

&lt;p&gt;But because you can reason with data.&lt;/p&gt;

&lt;p&gt;I am still at the beginning of this journey.&lt;/p&gt;

&lt;p&gt;But one commitment is clear:&lt;/p&gt;

&lt;p&gt;I don’t just want to write queries.&lt;/p&gt;

&lt;p&gt;I want to understand what they mean.&lt;/p&gt;

&lt;p&gt;Next, I am breaking this down further:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. SQL basics that actually matter.&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;2. Advanced SQL that separates candidates.&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;3. Real interview case scenarios for data and product roles.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Learning in public. Improving in public.&lt;/p&gt;

&lt;p&gt;I am not just learning SQL. I am building how I think.&lt;/p&gt;

</description>
      <category>sql</category>
      <category>analytics</category>
      <category>database</category>
      <category>datascience</category>
    </item>
    <item>
      <title>First Post: Console.Log(“She’s finally Here.”)</title>
      <dc:creator>Tanushree Poojary</dc:creator>
      <pubDate>Mon, 16 Feb 2026 23:03:11 +0000</pubDate>
      <link>https://dev.to/tanushreep/first-post-consolelogshes-finally-here-7co</link>
      <guid>https://dev.to/tanushreep/first-post-consolelogshes-finally-here-7co</guid>
      <description>&lt;p&gt;Hello Dev.to,&lt;/p&gt;

&lt;p&gt;Okay… deep breath.&lt;/p&gt;

&lt;p&gt;This is slightly terrifying.&lt;/p&gt;

&lt;p&gt;If you met me offline, you would probably call me “the quiet one.”&lt;br&gt;
Camera shy. Soft spoken. Overthinks before unmuting.&lt;/p&gt;

&lt;p&gt;And yet… here I am. Writing my first post on the internet.&lt;/p&gt;

&lt;p&gt;Hi, I am Tanushree Poojary. You can call me Tanushree or TP.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;I am an aspiring imperfectly perfect Data Analyst,and a student who genuinely enjoys asking “why?” until things finally make sense.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I love turning messy data into meaningful stories.&lt;br&gt;
Understanding user behavior beyond just numbers.&lt;br&gt;
Finding insights that actually improve products.&lt;br&gt;
Building dashboards that do not just look good, but make sense.&lt;/p&gt;

&lt;p&gt;I am still learning. Still growing. Still figuring things out.&lt;/p&gt;

&lt;p&gt;But I decided I do not want to wait until I feel “ready” to start sharing.&lt;/p&gt;

&lt;p&gt;So this is me, building in public.&lt;br&gt;
Not perfect. Just consistent.&lt;/p&gt;

&lt;p&gt;Quiet does not mean invisible.&lt;br&gt;
Shy does not mean incapable.&lt;br&gt;
And this is only version 1.0.&lt;/p&gt;

&lt;p&gt;If you have ever been the quiet one in the room, I see you.&lt;/p&gt;

&lt;p&gt;Let’s learn, build, question, and grow together.&lt;/p&gt;

&lt;p&gt;You can find me here on LinkedIn, click the link below: &lt;a href="//www.linkedin.com/in/poojarytanushree"&gt;Tanushree&lt;/a&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>discuss</category>
      <category>learning</category>
      <category>analytics</category>
    </item>
  </channel>
</rss>
