<?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: Tanish Sharma</title>
    <description>The latest articles on DEV Community by Tanish Sharma (@tanish_sharma_2543d9a6e15).</description>
    <link>https://dev.to/tanish_sharma_2543d9a6e15</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%2F3636701%2F7e0269ae-722c-44d6-b33f-15a5eda8244a.png</url>
      <title>DEV Community: Tanish Sharma</title>
      <link>https://dev.to/tanish_sharma_2543d9a6e15</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tanish_sharma_2543d9a6e15"/>
    <language>en</language>
    <item>
      <title>Testing my project before Interview</title>
      <dc:creator>Tanish Sharma</dc:creator>
      <pubDate>Mon, 09 Mar 2026 20:59:23 +0000</pubDate>
      <link>https://dev.to/tanish_sharma_2543d9a6e15/testing-my-project-for-interview-46gd</link>
      <guid>https://dev.to/tanish_sharma_2543d9a6e15/testing-my-project-for-interview-46gd</guid>
      <description>&lt;p&gt;Hello everyone 👋&lt;/p&gt;

&lt;p&gt;Recently I deployed a project and wanted to share it here for testing and feedback.&lt;/p&gt;

&lt;p&gt;The project is E-Lib — An Online Resource Management System built using the MERN stack.&lt;br&gt;
The backend APIs, authentication, and database are already integrated and working.&lt;/p&gt;

&lt;p&gt;Frontend (Live):&lt;br&gt;
&lt;a href="https://e-lib-frontend-puce.vercel.app" rel="noopener noreferrer"&gt;https://e-lib-frontend-puce.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can try things like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Authentication (Register / Login)&lt;/li&gt;
&lt;li&gt;Browse resources/books (upload/Edit/Delete) but only user who uploaded
the can Edit/Delete the Book. Other can view it.&lt;/li&gt;
&lt;li&gt;Dashboard UI interactions.&lt;/li&gt;
&lt;li&gt;DB on Mongo Atlas.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I mainly want feedback on things like:&lt;/p&gt;

&lt;p&gt;UI/UX experience&lt;br&gt;
Performance&lt;br&gt;
Any bugs or issues&lt;br&gt;
General suggestions for improvement&lt;/p&gt;

&lt;p&gt;This project is something I built after completing my MCA while preparing for interviews, so any advice or feedback from experienced developers would really help.&lt;br&gt;
my previous post mention some details check it out for more details.&lt;br&gt;
link =&amp;gt; &lt;a href="https://dev.to/tanish_sharma_2543d9a6e15/need-advice-541p"&gt;https://dev.to/tanish_sharma_2543d9a6e15/need-advice-541p&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks in advance 🙏&lt;br&gt;
any type of advice much appreciated, also i going to present this project in interview.&lt;br&gt;&lt;br&gt;
i am also pasting my GitHub link for projects &lt;br&gt;
Frontend =&amp;gt; &lt;a href="https://github.com/Tanish02/E-lib-Frontend" rel="noopener noreferrer"&gt;https://github.com/Tanish02/E-lib-Frontend&lt;/a&gt;&lt;br&gt;
Backend API =&amp;gt;&lt;a href="https://github.com/Tanish02/E-lib-Backhend" rel="noopener noreferrer"&gt;https://github.com/Tanish02/E-lib-Backhend&lt;/a&gt;&lt;br&gt;
Dashboard =&amp;gt; &lt;a href="https://github.com/Tanish02/E-lib-dashboard" rel="noopener noreferrer"&gt;https://github.com/Tanish02/E-lib-dashboard&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>discuss</category>
      <category>backend</category>
      <category>testing</category>
    </item>
    <item>
      <title>Need Advice...</title>
      <dc:creator>Tanish Sharma</dc:creator>
      <pubDate>Sat, 29 Nov 2025 22:17:25 +0000</pubDate>
      <link>https://dev.to/tanish_sharma_2543d9a6e15/need-advice-541p</link>
      <guid>https://dev.to/tanish_sharma_2543d9a6e15/need-advice-541p</guid>
      <description>&lt;p&gt;Hey, just joined the community and Hello.&lt;br&gt;
As a junior/newbie what do i need more asking advice form senior's and thanks...&lt;/p&gt;

&lt;p&gt;So my i just recently completed my (MCA) created a project to present in hiring.&lt;br&gt;
using (MERN) Stack and cloud storage (cloudinary).i tried to do most of the thinks i thought with proper (Git) history maintained and planning to deploy it before interview i used postman for endpoints testing. &lt;/p&gt;

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

&lt;ol&gt;
&lt;li&gt;Authentication &amp;amp; Authorization&lt;/li&gt;
&lt;li&gt;Book/Resource Management&lt;/li&gt;
&lt;li&gt;User Management&lt;/li&gt;
&lt;li&gt;Admin Dashboard with Real-Time Stats&lt;/li&gt;
&lt;li&gt;Auto Cache Refresh System (stale Data)&lt;/li&gt;
&lt;li&gt;Clean Component-Based Architecture&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Security&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;JWT Authentication (Access + Expiry tokens)&lt;/li&gt;
&lt;li&gt;bcrypt Password Hashing with Salt&lt;/li&gt;
&lt;li&gt;Verification Token for Sensitive Actions (Delete)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Performance &amp;amp; UX&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;React Query for Smart Caching&lt;/li&gt;
&lt;li&gt;Global Cache Manager (Auto Invalidation)&lt;/li&gt;
&lt;li&gt;Optimized API Layer with Interceptors&lt;/li&gt;
&lt;li&gt;Responsive UI/UX Across Devices&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>programming</category>
      <category>productivity</category>
      <category>career</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
