<?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: Spandan Sen</title>
    <description>The latest articles on DEV Community by Spandan Sen (@spandan_sen_6c9d812b175fa).</description>
    <link>https://dev.to/spandan_sen_6c9d812b175fa</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%2F3783868%2F2cdc05c5-232f-483c-8056-49b6ae81b6b7.jpg</url>
      <title>DEV Community: Spandan Sen</title>
      <link>https://dev.to/spandan_sen_6c9d812b175fa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/spandan_sen_6c9d812b175fa"/>
    <language>en</language>
    <item>
      <title>Built My First Backend-Heavy System – Need Feedback</title>
      <dc:creator>Spandan Sen</dc:creator>
      <pubDate>Sat, 21 Feb 2026 12:00:32 +0000</pubDate>
      <link>https://dev.to/spandan_sen_6c9d812b175fa/website-review-27m0</link>
      <guid>https://dev.to/spandan_sen_6c9d812b175fa/website-review-27m0</guid>
      <description>&lt;p&gt;I’m a student web developer and this is my first full backend + full-stack system.&lt;/p&gt;

&lt;p&gt;Previously I only built small frontend projects. Over the past 2 months, I built a complete private single user POS and inventory management system for a brand using Node.js, Express, and MongoDB.&lt;/p&gt;

&lt;p&gt;This is my first serious full-stack build, and I would really appreciate feedback from experienced developers on architecture, structure, and overall system design.&lt;/p&gt;

&lt;p&gt;Since this is a private internal admin panel, I cannot share public access, but here’s what it includes:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Core Features&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Product &amp;amp; Inventory Management&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Full Product CRUD&lt;/li&gt;
&lt;li&gt;Centralized product listing page&lt;/li&gt;
&lt;li&gt;Automated barcode generation for all products using bwip&lt;/li&gt;
&lt;li&gt;Dedicated page per product with editable fields&lt;/li&gt;
&lt;li&gt;Inventory tracking tied to orders&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;POS &amp;amp; Billing System&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Complete order creation flow&lt;/li&gt;
&lt;li&gt;Barcode scanner logic setup&lt;/li&gt;
&lt;li&gt;GST calculation logic&lt;/li&gt;
&lt;li&gt;Invoice generation using Puppeteer&lt;/li&gt;
&lt;li&gt;Automatic invoice storage on Google Drive&lt;/li&gt;
&lt;li&gt;Invoice link sent to customers via WhatsApp API&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Order Management&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Centralized order list&lt;/li&gt;
&lt;li&gt;Dedicated page per order&lt;/li&gt;
&lt;li&gt;Immutable financial records&lt;/li&gt;
&lt;li&gt;Order status &amp;amp; payment status lifecycle control&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Authorisation&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Session and cookie based&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Query Databse&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Searchbar Keyword based query system using a specefic [keyword-value] language I created&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Since this is my first serious backend project, I’m especially&lt;br&gt;&lt;br&gt;
looking for feedback on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Architecture decisions&lt;/li&gt;
&lt;li&gt;Data modeling&lt;/li&gt;
&lt;li&gt;Acceptability with Production standards&lt;/li&gt;
&lt;li&gt;Scalability concerns&lt;/li&gt;
&lt;li&gt;UI/UX Flow&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Feel free to question me on any whatever aspect you feel uncertain about&lt;/p&gt;

&lt;p&gt;Here are some Images of the Website - &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%2Fnv1ri9bxazfxhysnbcnw.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%2Fnv1ri9bxazfxhysnbcnw.png" alt=" " width="800" height="374"&gt;&lt;/a&gt;&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%2Frcjsudqyd6czv3eaymhz.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%2Frcjsudqyd6czv3eaymhz.png" alt=" " width="800" height="375"&gt;&lt;/a&gt;&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%2F44lfk2dcdv9mk8jebyon.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%2F44lfk2dcdv9mk8jebyon.png" alt=" " width="800" height="374"&gt;&lt;/a&gt;&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%2Fpuuunsdb6418ulcjj0kj.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%2Fpuuunsdb6418ulcjj0kj.png" alt=" " width="800" height="374"&gt;&lt;/a&gt;&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%2F4hhrwartf3jf2hgpxgp5.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%2F4hhrwartf3jf2hgpxgp5.png" alt=" " width="800" height="375"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>architecture</category>
      <category>beginners</category>
      <category>node</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
