<?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: Farzan</title>
    <description>The latest articles on DEV Community by Farzan (@pharzan).</description>
    <link>https://dev.to/pharzan</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%2F209396%2F55cecd5e-febe-4c5d-8185-790b2bc6712a.jpeg</url>
      <title>DEV Community: Farzan</title>
      <link>https://dev.to/pharzan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pharzan"/>
    <language>en</language>
    <item>
      <title>Imposter Syndrome Isn’t as Bad as You Think!</title>
      <dc:creator>Farzan</dc:creator>
      <pubDate>Sun, 19 Oct 2025 16:04:49 +0000</pubDate>
      <link>https://dev.to/pharzan/imposter-syndrome-isnt-as-bad-as-you-think-k43</link>
      <guid>https://dev.to/pharzan/imposter-syndrome-isnt-as-bad-as-you-think-k43</guid>
      <description>&lt;p&gt;If you work in software, chances are you’ve felt it at some point. The industry moves fast, tools change constantly, and it’s impossible to know everything. Add in domain expertise and other requirements, and you’re bound to feel lost.&lt;/p&gt;

&lt;p&gt;But here’s the twist, it’s not a bad thing!!&lt;/p&gt;

&lt;p&gt;When you shift your mindset, imposter syndrome can actually become your biggest driver for growth.&lt;br&gt;
In my latest post, I share:&lt;/p&gt;

&lt;p&gt;💡 The 4 essential skills that matter more than any tool&lt;/p&gt;

&lt;p&gt;👉 Read the full article here: &lt;a href="https://pharzan.com/posts/imposters-syndrome-is-real/" rel="noopener noreferrer"&gt;https://pharzan.com/posts/imposters-syndrome-is-real/&lt;/a&gt;&lt;br&gt;
Remember: feeling like an imposter doesn’t mean you’re failing, it could mean you’re growing.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Ways of Working: Different Management Styles Across Cultures</title>
      <dc:creator>Farzan</dc:creator>
      <pubDate>Sun, 19 Oct 2025 16:03:52 +0000</pubDate>
      <link>https://dev.to/pharzan/ways-of-working-different-management-styles-across-cultures-19j1</link>
      <guid>https://dev.to/pharzan/ways-of-working-different-management-styles-across-cultures-19j1</guid>
      <description>&lt;p&gt;One of the hardest things I’ve had to figure out in my career is how differently people make decisions at work across cultures.&lt;/p&gt;

&lt;p&gt;In some countries, managers decide, teams execute but in some places this doesn't always work.&lt;/p&gt;

&lt;p&gt;At first, it was confusing. Was I being rude for making a quick decision? Or too passive for waiting?&lt;/p&gt;

&lt;p&gt;Over time, I realized it’s not about which culture is right or wrong, it’s about learning when to decide fast and when to open the floor.&lt;/p&gt;

&lt;p&gt;Too much control can slow innovation and kind of create chaos in its own way.&lt;br&gt;
Too much freedom can create chaos.&lt;/p&gt;

&lt;p&gt;The magic is in finding the balance.&lt;/p&gt;

&lt;p&gt;I wrote more about this — the lessons, the cultural surprises, and what I learned from both worlds — in my&lt;a href="https://pharzan.com/posts/ways-of-working/" rel="noopener noreferrer"&gt;new post&lt;/a&gt;&lt;/p&gt;

</description>
      <category>culture</category>
      <category>development</category>
      <category>devjournal</category>
    </item>
    <item>
      <title>I made a simple vscode extension for json comparison</title>
      <dc:creator>Farzan</dc:creator>
      <pubDate>Fri, 04 Oct 2024 13:06:00 +0000</pubDate>
      <link>https://dev.to/pharzan/i-made-a-simple-vscode-extension-for-json-comparison-174m</link>
      <guid>https://dev.to/pharzan/i-made-a-simple-vscode-extension-for-json-comparison-174m</guid>
      <description>&lt;p&gt;If you have two JSON files that should be identical but are hard to compare due to the unordered nature of JSON, this VSCode extension can help by sorting then comparing them making it easier to focus on real content differences.&lt;/p&gt;

&lt;p&gt;This extension sorts JSON files before comparison to make it easier to spot the differences in JSON files.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=farzan-tinati.json-sort-and-compare" class="ltag_cta ltag_cta--branded" rel="noopener noreferrer"&gt;vscode extension&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/pharzan/json-sort-compare-vscode" class="ltag_cta ltag_cta--branded" rel="noopener noreferrer"&gt;github repository&lt;/a&gt;
&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>json</category>
      <category>webdev</category>
      <category>javascript</category>
    </item>
    <item>
      <title>We built a new 3D viewer for Shapemaker! 🚀</title>
      <dc:creator>Farzan</dc:creator>
      <pubDate>Sat, 21 Sep 2024 07:56:28 +0000</pubDate>
      <link>https://dev.to/pharzan/we-built-a-new-3d-viewer-for-shapemaker-744</link>
      <guid>https://dev.to/pharzan/we-built-a-new-3d-viewer-for-shapemaker-744</guid>
      <description>&lt;p&gt;We’ve just published a blog post about how we rebuilt our 3D viewer from scratch, enhancing performance, flexibility, and user experience.&lt;/p&gt;

&lt;p&gt;In this post, we dive into the challenges we encountered and the strategies we used to engineer faster rendering, smoother interactions, and better adaptability for future features.&lt;/p&gt;

&lt;p&gt;🎥👀 Check out the demo video at the end to see some of the exciting features we’ve integrated into the new viewer!&lt;/p&gt;

&lt;p&gt;If you’re curious about 3D visualisation, web development and engineering design and analysis of telecommunication infrastructure &lt;br&gt;
👇👇👇&lt;br&gt;
&lt;a href="https://lnkd.in/djMUU7yb" rel="noopener noreferrer"&gt;https://lnkd.in/djMUU7yb&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
