<?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: Anushka Shinde</title>
    <description>The latest articles on DEV Community by Anushka Shinde (@anushka_shinde_99).</description>
    <link>https://dev.to/anushka_shinde_99</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%2F3919224%2F2791b383-a641-47e1-afbb-4ec137917e27.jpg</url>
      <title>DEV Community: Anushka Shinde</title>
      <link>https://dev.to/anushka_shinde_99</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/anushka_shinde_99"/>
    <language>en</language>
    <item>
      <title>Why I Chose to Learn Cloud Computing as a Full-Stack Developer</title>
      <dc:creator>Anushka Shinde</dc:creator>
      <pubDate>Sat, 09 May 2026 04:18:48 +0000</pubDate>
      <link>https://dev.to/anushka_shinde_99/why-i-chose-to-learn-cloud-computing-as-a-full-stack-developer-2g59</link>
      <guid>https://dev.to/anushka_shinde_99/why-i-chose-to-learn-cloud-computing-as-a-full-stack-developer-2g59</guid>
      <description>&lt;h2&gt;
  
  
  It Started With Job Descriptions
&lt;/h2&gt;

&lt;p&gt;Every job description I opened had the same words AWS, cloud, scalable infrastructure, cloud-native.&lt;/p&gt;

&lt;p&gt;I knew Java. I knew React. I knew databases.But cloud? I kept skipping that part hoping it wouldn't matter.&lt;/p&gt;

&lt;p&gt;It clearly wasn't going away.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Even Is Cloud Computing?
&lt;/h2&gt;

&lt;p&gt;Cloud computing is the delivery of computing services — servers, storage, databases, networking, &lt;br&gt;
software over the internet. Instead of owning your own hardware, you rent what you need, when you need it.&lt;/p&gt;

&lt;p&gt;Simple concept.&lt;br&gt;
Massive implications.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why It Matters for Full-Stack Developers
&lt;/h2&gt;

&lt;p&gt;As a full-stack developer you build applications.But where does that application live after &lt;br&gt;
you build it?&lt;/p&gt;

&lt;p&gt;Not on your laptop forever.Not on your college server.In the real world it lives on cloud.&lt;/p&gt;

&lt;p&gt;Understanding cloud means understanding:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How your app scales when 1000 users hit 
it at once&lt;/li&gt;
&lt;li&gt;How your data stays secure and backed up&lt;/li&gt;
&lt;li&gt;How to deploy without it breaking everything&lt;/li&gt;
&lt;li&gt;How much it actually costs to run&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These aren't "DevOps problems" anymore.&lt;br&gt;
These are developer problems.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Specifically Chose AWS
&lt;/h2&gt;

&lt;p&gt;AWS has over 200 services.It powers a huge chunk of the internet.And almost every company hiring freshers mentions it.&lt;/p&gt;

&lt;p&gt;I started with AWS Cloud Practitioner Essentials ,a free course on AWS Skill Builder.&lt;br&gt;
13 modules. 12+ hours. Completely free.&lt;/p&gt;

&lt;p&gt;No prior cloud knowledge needed.&lt;br&gt;
Just curiosity and time.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Surprised Me
&lt;/h2&gt;

&lt;p&gt;I expected it to be intimidating.&lt;br&gt;
It wasn't.&lt;/p&gt;

&lt;p&gt;The concepts made sense once I connected them to things I already knew as a developer.&lt;/p&gt;

&lt;p&gt;EC2 is basically a computer you rent.S3 is storage you don't have to manage.RDS is your database but on cloud.&lt;/p&gt;

&lt;p&gt;Everything clicked faster than I expected because I already understood what problems these services were solving.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why You Should Learn It Too
&lt;/h2&gt;

&lt;p&gt;If you're a developer — full stack, backend, frontend, doesn't matter cloud is not optional anymore.&lt;/p&gt;

&lt;p&gt;You don't need to become a cloud architect.&lt;br&gt;
You just need to understand enough to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Deploy your own projects&lt;/li&gt;
&lt;li&gt;Talk about it confidently in interviews&lt;/li&gt;
&lt;li&gt;Stop skipping those job descriptions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Start free. Start small. Start now.&lt;/p&gt;

&lt;h2&gt;
  
  
  I Still Have Open Questions — Help Me Out
&lt;/h2&gt;

&lt;p&gt;I'm currently learning cloud and actively looking for ways to actually use it in my projects not just certifications on paper.&lt;/p&gt;

&lt;p&gt;A few things I'm genuinely unsure about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;How do developers actually start deploying their own projects on AWS?&lt;/li&gt;
&lt;li&gt;Is it realistic to shift focus from development to deployment as a fresher?&lt;/li&gt;
&lt;li&gt;Where do you actually begin when theory ends and real implementation starts?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you've worked with cloud in real projects. I'd genuinely love to hear how you started and what you wish you knew earlier.&lt;/p&gt;

&lt;p&gt;And if you've made the shift from development to deployment was it worth it?&lt;br&gt;
Drop your honest experience below 👇&lt;/p&gt;




&lt;p&gt;🔗 &lt;strong&gt;More about me:&lt;/strong&gt; &lt;a href="https://dev.to/anushka_shinde_99"&gt;dev.to/anushka_shinde_99&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cloud</category>
      <category>webdev</category>
      <category>beginners</category>
      <category>learning</category>
    </item>
    <item>
      <title>The Truth About CS Projects Nobody Talks About</title>
      <dc:creator>Anushka Shinde</dc:creator>
      <pubDate>Fri, 08 May 2026 09:04:28 +0000</pubDate>
      <link>https://dev.to/anushka_shinde_99/the-truth-about-cs-projects-nobody-talks-about-3ag0</link>
      <guid>https://dev.to/anushka_shinde_99/the-truth-about-cs-projects-nobody-talks-about-3ag0</guid>
      <description>&lt;p&gt;Every CS student has made a project because they had to.&lt;/p&gt;

&lt;p&gt;Not because they wanted to. Not because they had a great idea. Because the syllabus said so and marks depended on it.&lt;/p&gt;

&lt;p&gt;And that's completely okay.&lt;/p&gt;

&lt;p&gt;But here's what most students miss that forced project? It can be the best thing on your resume. If you let it.&lt;/p&gt;

&lt;h2&gt;
  
  
  My First Project Made Me Cry
&lt;/h2&gt;

&lt;p&gt;I'm not exaggerating.&lt;/p&gt;

&lt;p&gt;My first academic project was a mess. Broken logic, ugly UI, half the features not working. I stayed up nights just trying to make it submit without crashing.&lt;/p&gt;

&lt;p&gt;But it came together. Somehow, it always does.&lt;/p&gt;

&lt;p&gt;And the next semester? I remembered every mistake. I avoided them. I built something bigger. Something better.&lt;/p&gt;

&lt;p&gt;Then the next semester same thing. Bigger. Better. Cleaner code. New features I didn't even know existed last time.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Pattern I Noticed
&lt;/h2&gt;

&lt;p&gt;Each semester I discovered something new a library, a design pattern, a better way to handle forms, a smarter database structure.&lt;/p&gt;

&lt;p&gt;Not because someone taught me.Because I was building something real and &lt;br&gt;
ran into a real problem that needed a real solution.&lt;/p&gt;

&lt;p&gt;That's how you actually learn.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem With Most Students
&lt;/h2&gt;

&lt;p&gt;We treat academic projects like assignments.&lt;/p&gt;

&lt;p&gt;Minimum features. Minimum effort. &lt;br&gt;
Submit. Get marks. Forget.&lt;/p&gt;

&lt;p&gt;But what if you treated every academic project like it was going on your resume?Because it can. It should.&lt;/p&gt;

&lt;p&gt;You're already spending weeks on it.You're already losing sleep over it.&lt;br&gt;
Why not make it count twice once for marks, once for your career?&lt;/p&gt;

&lt;h2&gt;
  
  
  AI Gives Everyone The Same Ideas
&lt;/h2&gt;

&lt;p&gt;Yes, AI helps with project ideas.But AI gives the same ideas to everyone.&lt;/p&gt;

&lt;p&gt;The student who builds a "library management system" because AI suggested it looks exactly like the 500 other students who got the same &lt;br&gt;
suggestion.&lt;/p&gt;

&lt;p&gt;What makes YOUR project stand out is YOU your creativity, your real-world thinking, your unique twist on a common problem.&lt;/p&gt;

&lt;p&gt;Be creative. Be real. Be proactive.AI is a tool, not a replacement for your own thinking.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Wish Someone Told Me Earlier
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Make your project functional, not just 
presentable&lt;/li&gt;
&lt;li&gt;Add one feature that wasn't asked for&lt;/li&gt;
&lt;li&gt;Think about real users, not just your 
professor&lt;/li&gt;
&lt;li&gt;Push it to GitHub even if it's messy&lt;/li&gt;
&lt;li&gt;Write about what you built and what you 
learned&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Your academic project is already your portfolio. Stop treating it like homework.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;You are already under pressure every semester.You are already building something.&lt;/p&gt;

&lt;p&gt;The only difference between a student who graduates with a strong portfolio and one who doesn't is intention.&lt;/p&gt;

&lt;p&gt;Build with intention.&lt;br&gt;
Every. Single. Semester.&lt;/p&gt;




&lt;p&gt;Are you a CS student who turned an academic project into something you're proud of? Share it in the comments I'd love to see what you built 😊&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How I Built a Blood Bank Management System from Scratch using PHP &amp; MySQL</title>
      <dc:creator>Anushka Shinde</dc:creator>
      <pubDate>Fri, 08 May 2026 06:05:00 +0000</pubDate>
      <link>https://dev.to/anushka_shinde_99/how-i-built-a-blood-bank-management-system-from-scratch-using-php-mysql-58ml</link>
      <guid>https://dev.to/anushka_shinde_99/how-i-built-a-blood-bank-management-system-from-scratch-using-php-mysql-58ml</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;As a developer, I always wanted to build something that actually matters. Blood banks are critical, yet most of them still run on manual processes. So I built &lt;br&gt;
LifeFlow, a full-stack Blood Bank Management System that connects donors, hospitals, and admins in one platform.&lt;/p&gt;

&lt;p&gt;Here's how I built it, what I learned, and the mistakes I made along the way.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Does LifeFlow Do?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Donors can register, track their donation history, 
and download certificates&lt;/li&gt;
&lt;li&gt;Hospitals can request blood and track availability 
in real time&lt;/li&gt;
&lt;li&gt;Admins manage everything: inventory, camps, 
requests, and analytics&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Three different roles. One unified system.&lt;/p&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Backend:&lt;/strong&gt; PHP 8.2, PDO&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; HTML, CSS, JavaScript&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Database:&lt;/strong&gt; MySQL&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Analytics:&lt;/strong&gt; Chart.js&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Server:&lt;/strong&gt; Apache / XAMPP&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Key Features I'm Proud Of
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. Role-Based Access Control&lt;/strong&gt;&lt;br&gt;
Each user type (Admin, Hospital, Donor) sees a completely different portal after login. Built using PHP Sessions with full access control on every page.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Secure Database Interaction&lt;/strong&gt;&lt;br&gt;
Used PDO with parameterized queries throughout no raw SQL,reduced SQL injection risk.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Analytics Dashboard&lt;/strong&gt;&lt;br&gt;
Integrated Chart.js to show live inventory trends &lt;br&gt;
and donation statistics makes the admin panel feel like a real product.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. PDF Certificate Generation&lt;/strong&gt;&lt;br&gt;
Donors get a unique certificate after each donation with a unique ID — generated dynamically from PHP.&lt;/p&gt;

&lt;h2&gt;
  
  
  Biggest Challenge
&lt;/h2&gt;

&lt;p&gt;The PRG (Post/Redirect/Get) pattern. When I first built forms, refreshing the page was resubmitting data causing duplicate entries. Implementing PRG properly across 8 modules took time but completely &lt;br&gt;
fixed it.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Learned
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;How to design a normalized database with real 
relationships (8 tables)&lt;/li&gt;
&lt;li&gt;Modular architecture inspired by MVC concepts, 
though not strictly implemented&lt;/li&gt;
&lt;li&gt;That clean code matters more than clever code&lt;/li&gt;
&lt;li&gt;Security is not optional parameterized queries 
from day one&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;LifeFlow is not perfect, but it's real. It solves a real problem, handles real roles, and taught me &lt;br&gt;
more than any tutorial ever could.&lt;/p&gt;

&lt;p&gt;If you're a student wondering whether to build something "useful" or something "impressive" , build something useful. Impressiveness follows.&lt;/p&gt;

&lt;p&gt;Thanks for reading! If you have questions about any part of the build, drop them in the comments 😊&lt;/p&gt;

&lt;p&gt;📝 &lt;strong&gt;Note:&lt;/strong&gt; The GitHub repo currently has a broken &lt;br&gt;
folder structure due to an upload mistake working on fixing it soon!&lt;/p&gt;




&lt;p&gt;🔗 &lt;strong&gt;GitHub Repository:&lt;/strong&gt; &lt;a href="https://github.com/Anushka9904/LifeFlow-Blood-Bank-Management" rel="noopener noreferrer"&gt;View apeFlow on GitHub&lt;/a&gt;&lt;/p&gt;

</description>
      <category>php</category>
      <category>mysql</category>
      <category>webdev</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
