<?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>Forem: Aishwarya Iyer</title>
    <description>The latest articles on Forem by Aishwarya Iyer (@aishwarya2701).</description>
    <link>https://forem.com/aishwarya2701</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%2F3339778%2F1934607b-facc-4b2a-8c99-a6286699bde1.jpeg</url>
      <title>Forem: Aishwarya Iyer</title>
      <link>https://forem.com/aishwarya2701</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/aishwarya2701"/>
    <language>en</language>
    <item>
      <title>🌍 EcoSense – The IoT-Powered Air Quality Monitoring System that Talks Back</title>
      <dc:creator>Aishwarya Iyer</dc:creator>
      <pubDate>Thu, 17 Jul 2025 08:02:27 +0000</pubDate>
      <link>https://forem.com/aishwarya2701/ecosense-the-iot-powered-air-quality-monitoring-system-that-talks-back-ji9</link>
      <guid>https://forem.com/aishwarya2701/ecosense-the-iot-powered-air-quality-monitoring-system-that-talks-back-ji9</guid>
      <description>&lt;p&gt;“Code is poetry. But what if that poetry could save lives?”&lt;/p&gt;

&lt;p&gt;After weeks of soldering wires, compiling sketches, debugging sensors, building UI dashboards, and sleepless testing cycles, we are finally here to present:&lt;/p&gt;

&lt;p&gt;𝗘𝗰𝗼𝗦𝗲𝗻𝘀𝗲 – a fully working IoT-powered environmental monitoring ecosystem that does more than just collect data.&lt;br&gt;
It educates, alerts, rewards, and even talks to you—all while keeping track of the air you breathe. Built from scratch by a bunch of curious and cause-driven tinkerers, this system is the culmination of hardware, software, environmental intelligence, and gamified impact.&lt;/p&gt;

&lt;p&gt;🧠 Why We Built This – Tech for Purpose&lt;br&gt;
We’ve all heard the stats:&lt;br&gt;
🧪 “Indoor air is 2 to 5 times more polluted than outdoor air.”&lt;br&gt;
🌫️ “Air pollution causes over 7 million deaths annually.”&lt;br&gt;
📉 “People don’t know the AQI until it’s too late.”&lt;/p&gt;

&lt;p&gt;But here’s the thing—we didn't want another lifeless sensor box giving you scary readings. We wanted interaction, personalization, and empowerment.&lt;/p&gt;

&lt;p&gt;So, EcoSense was born out of 3 questions:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;What if monitoring air quality felt more like playing a game?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What if it gave you real-time, personalized insights on how to act?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;And most importantly—what if it was trustworthy and secure, even at scale?&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;🏗️ Architecture Overview – What We Actually Built&lt;br&gt;
Here’s a breakdown of the three-tier system we developed:&lt;/p&gt;

&lt;p&gt;1️⃣ Hardware Layer: Smart Sensing&lt;br&gt;
📦 Components Used:&lt;br&gt;
ESP8266 NodeMCU: The Wi-Fi-enabled microcontroller that does the heavy lifting&lt;/p&gt;

&lt;p&gt;MQ135 Gas Sensor: Detects pollutants like NH₃, NOₓ, CO, CO₂, Benzene, and VOCs&lt;/p&gt;

&lt;p&gt;DHT11 Sensor: Captures humidity and temperature&lt;/p&gt;

&lt;p&gt;EEPROM: Stores data locally in case of connection loss&lt;/p&gt;

&lt;p&gt;Real-time readings every 5 seconds. Data is pre-processed and streamed to the cloud.&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%2Frjorzafxyki477241jtn.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%2Frjorzafxyki477241jtn.png" alt=" " width="566" height="468"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;How It Works:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The ESP8266 reads sensor data.&lt;/li&gt;
&lt;li&gt;Performs local computation of our custom Environmental Health Index (EHI).&lt;/li&gt;
&lt;li&gt;Pushes data via HTTP/MQTT to our web server and mobile app.&lt;/li&gt;
&lt;li&gt;Logs data in a secure and traceable way (more on blockchain later).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;2️⃣ Software Layer: Web Dashboard&lt;br&gt;
A responsive and intuitive web app built with HTML, CSS, and JavaScript, offering:&lt;/p&gt;

&lt;p&gt;🌀 Live environmental readings&lt;/p&gt;

&lt;p&gt;📈 Data history &amp;amp; logs&lt;/p&gt;

&lt;p&gt;🎮 Eco-points tracker (gamified rewards based on AQI)&lt;/p&gt;

&lt;p&gt;⚠️ Air quality alerts&lt;/p&gt;

&lt;p&gt;🧭 Eco-tips and motivational messages&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%2F5dp01r4ved51hjn1j7th.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%2F5dp01r4ved51hjn1j7th.png" alt=" " width="800" height="471"&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%2Ftr981h3ue55i6rc1orgp.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%2Ftr981h3ue55i6rc1orgp.png" alt=" " width="800" height="457"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It’s not just numbers and graphs—it’s a journey through your environment’s well-being.&lt;/p&gt;

&lt;p&gt;3️⃣ Mobile App Layer: The Personal Eco Assistant&lt;br&gt;
Powered by the Blynk IoT platform, our app provides:&lt;/p&gt;

&lt;p&gt;🔴 Live data and notifications&lt;/p&gt;

&lt;p&gt;📍 Location-based AQI updates&lt;/p&gt;

&lt;p&gt;📬 Personalized eco-tips&lt;/p&gt;

&lt;p&gt;💬 Environmental trivia and mood-based interaction&lt;/p&gt;

&lt;p&gt;🏆 Eco-points and challenges&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%2F3mvjwnm160sg4uniioqh.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%2F3mvjwnm160sg4uniioqh.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The app is fun, motivating, and actually gets you to care about your air.&lt;/p&gt;

&lt;p&gt;🌟 What Makes EcoSense Stand Out&lt;br&gt;
Most air monitoring systems stop at showing data.&lt;br&gt;
We went 5 steps further.&lt;/p&gt;

&lt;p&gt;🎯 1. Eco-Point Gamification&lt;br&gt;
Think Fitbit for your environment.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Points are awarded for maintaining cleaner spaces.&lt;/li&gt;
&lt;li&gt;Completing eco-challenges earns bonuses.&lt;/li&gt;
&lt;li&gt;Share scores. Compete locally. Earn bragging rights.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🧠 2. Environmental Health Index (EHI)&lt;br&gt;
A unified score that makes sense.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Combines gas levels + humidity + temperature&lt;/li&gt;
&lt;li&gt;Uses a weighted scoring algorithm&lt;/li&gt;
&lt;li&gt;Gives a simple, color-coded health rating&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;📘 “Your current EHI is 3.2/5 – Slightly Unhealthy. Time to ventilate your room!”&lt;/p&gt;

&lt;p&gt;🔒 3. Blockchain-Based Logging&lt;br&gt;
We implemented a lightweight blockchain mechanism to ensure:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Tamper-proof air data&lt;/li&gt;
&lt;li&gt;Transparent historical logs&lt;/li&gt;
&lt;li&gt;Verifiable public record&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Ideal for future civic dashboards, academic research, or community challenges.&lt;/p&gt;

&lt;p&gt;🤖 4. Mood Engine&lt;br&gt;
The system has a personality.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Friendly roasts when your room’s air is bad 😅&lt;/li&gt;
&lt;li&gt;Daily climate fortune cookie 💬&lt;/li&gt;
&lt;li&gt;Cheerful encouragement when EHI improves 🎉&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;"Today’s air quality is cleaner than your coding habits. Keep it up, eco-warrior!"&lt;/p&gt;

&lt;p&gt;🧪 Tech Stack Breakdown&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Category&lt;/th&gt;
&lt;th&gt;Tools &amp;amp; Tech&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Microcontroller&lt;/td&gt;
&lt;td&gt;ESP8266 NodeMCU&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Sensors&lt;/td&gt;
&lt;td&gt;MQ135, DHT11&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Programming&lt;/td&gt;
&lt;td&gt;C++ (Arduino IDE)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Dashboard&lt;/td&gt;
&lt;td&gt;HTML, CSS, JavaScript&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Mobile App&lt;/td&gt;
&lt;td&gt;Blynk IoT Platform&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Storage&lt;/td&gt;
&lt;td&gt;EEPROM &amp;amp; Cloud APIs&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Blockchain&lt;/td&gt;
&lt;td&gt;SHA256-based Light Chain&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;We wanted to keep it lean but functional, using mostly free, open-source, or student-accessible tools.&lt;/p&gt;

&lt;p&gt;🌍 Future Goals – What’s Next for EcoSense?&lt;br&gt;
We’re not done.&lt;/p&gt;

&lt;p&gt;🚀 Expansion Plans:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Smart school integrations with live AQI boards&lt;/li&gt;
&lt;li&gt;Community and neighborhood dashboards&lt;/li&gt;
&lt;li&gt;Partnerships with civic bodies and NGOs&lt;/li&gt;
&lt;li&gt;Solar-powered sensor pods for remote areas&lt;/li&gt;
&lt;li&gt;AI-powered pollutant prediction (coming soon)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The mission is simple:&lt;/p&gt;

&lt;p&gt;Make environmental awareness accessible, engaging, and actionable—for everyone.&lt;/p&gt;

&lt;p&gt;🔗 Try It Yourself!&lt;br&gt;
🌐 Website: &lt;a href="https://lnkd.in/dbfNcHUz" rel="noopener noreferrer"&gt;https://lnkd.in/dbfNcHUz&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📲 Live App: &lt;a href="https://lnkd.in/d26qidPv" rel="noopener noreferrer"&gt;https://lnkd.in/d26qidPv&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;✨ Final Words – From Code to Clean Air&lt;br&gt;
At its core, EcoSense isn’t just tech—it’s tech with empathy.&lt;br&gt;
We wrote thousands of lines of code, yes. But behind every line was a thought:&lt;/p&gt;

&lt;p&gt;“How do we make the invisible, visible?”&lt;br&gt;
“How do we make air quality matter to someone scrolling through life?”&lt;/p&gt;

&lt;p&gt;So here we are—with a system that measures, motivates, educates, and evolves.&lt;/p&gt;

&lt;p&gt;If you’re a developer, hacker, student, or simply a concerned human being—this is your call.&lt;br&gt;
Use your skills. Build for the planet. Heal, not just hustle.&lt;/p&gt;

&lt;p&gt;🧠 Let's Collaborate!&lt;br&gt;
Do you want to:&lt;/p&gt;

&lt;p&gt;Contribute to this project?&lt;/p&gt;

&lt;p&gt;Suggest feature ideas?&lt;/p&gt;

&lt;p&gt;Integrate this into your school/campus?&lt;/p&gt;

&lt;p&gt;Add AI or ML layers?&lt;/p&gt;

&lt;p&gt;👉 Drop a comment, message, or fork our code—we’re excited to take this further, together.&lt;/p&gt;

&lt;p&gt;Let’s build not just with logic, but with purpose. 🌱&lt;br&gt;
Let’s EcoSense the world.&lt;/p&gt;

</description>
      <category>sensors</category>
      <category>programming</category>
      <category>productivity</category>
      <category>learning</category>
    </item>
    <item>
      <title>IDS with Machine Learning: Simulating Cyberattacks (⚔️ Simulating Attacks. Strengthening Defenses)</title>
      <dc:creator>Aishwarya Iyer</dc:creator>
      <pubDate>Thu, 17 Jul 2025 07:41:51 +0000</pubDate>
      <link>https://forem.com/aishwarya2701/ids-with-machine-learning-simulating-cyberattacks-simulating-attacks-strengthening-defenses-251o</link>
      <guid>https://forem.com/aishwarya2701/ids-with-machine-learning-simulating-cyberattacks-simulating-attacks-strengthening-defenses-251o</guid>
      <description>&lt;p&gt;🧠 Motivations: Why Build an ML‑Powered IDS?&lt;br&gt;
When it comes to securing networks, Intrusion Detection Systems (IDS) are vital. The goal of this project is twofold:&lt;/p&gt;

&lt;p&gt;Understand cyber‑attack behavior by simulating various intrusion methods.&lt;/p&gt;

&lt;p&gt;Train machine learning models—like Random Forest, K‑Nearest Neighbors, and SVM—to detect malicious activity in real-time.&lt;/p&gt;

&lt;p&gt;This isn’t about deploying a hardened product-ready system; instead, it’s a hands-on, educational deep dive into how AI can aid in cybersecurity defense exploration—open-source, modifiable, and perfect for learning. &lt;/p&gt;

&lt;p&gt;📚 Dataset &amp;amp; Attack Types&lt;br&gt;
The project leverages the NSL‑KDD dataset—a cleaned-up and improved version of the classic KDD’99 intrusion dataset. It includes labels such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;DoS (Denial of Service)&lt;/li&gt;
&lt;li&gt;Probe (reconnaissance attempts)&lt;/li&gt;
&lt;li&gt;R2L (Remote-to-Local breaches)&lt;/li&gt;
&lt;li&gt;U2R (User-to-Root exploits)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Its reduced redundancy makes training and performance metrics more reliable. Through this dataset, you get a realistic sandbox to simulate and detect threats.&lt;/p&gt;

&lt;p&gt;⚙️ Implementation: From Data to Detection&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Preprocessing &amp;amp; Feature Selection&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;Encode categorical network features&lt;/li&gt;
&lt;li&gt;Normalize/remont standardize continuous attributes&lt;/li&gt;
&lt;li&gt;Analyze feature importance&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;Model Training &amp;amp; Comparison&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;Train Random Forest, KNN, and SVM&lt;/li&gt;
&lt;li&gt;Evaluate based on accuracy, recall, precision—especially for each attack class&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;Results&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;Typically, Random Forest leads in overall accuracy&lt;/li&gt;
&lt;li&gt;KNN and SVM may excel at detecting specific attack types&lt;/li&gt;
&lt;li&gt;The evaluation module helps you see where models perform best or struggle&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🛠️ Why It Matters&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Learning: Ideal for students and new cybersecurity enthusiasts to build a data-driven intrusion detection pipeline.&lt;/li&gt;
&lt;li&gt;Comparative Study: See how tree-based, instance-based, and margin-based algorithms handle network threats.&lt;/li&gt;
&lt;li&gt;Extensible: Swap in deep learning models, integrate streaming data, add alerting pipelines, or use more recent datasets.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🌐 Check It Out on GitHub&lt;br&gt;
Clone and explore the code here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/Aishwarya2701/IDS-with-ML" rel="noopener noreferrer"&gt;https://github.com/Aishwarya2701/IDS-with-ML&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The repo includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Data loaders and preprocessors&lt;/li&gt;
&lt;li&gt;Training scripts for all three ML models&lt;/li&gt;
&lt;li&gt;Scripts for in-depth evaluation and comparison&lt;/li&gt;
&lt;li&gt;Detailed README to help you get started quickly&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🚀 Next Steps You Can Take&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Add Deep Learning: Try CNNs, RNNs, or transformers on network traffic.&lt;/li&gt;
&lt;li&gt;Streamline for live data: Integrate Kafka or Flink for real-time detection.&lt;/li&gt;
&lt;li&gt;Improve Feature Engineering: Use PCA, anomaly scores, or window-based features.&lt;/li&gt;
&lt;li&gt;Enhance Visualization: Create dashboards with confusion matrices, ROC curves, or decision boundaries.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🎯 Final Thoughts&lt;br&gt;
This project is a fantastic entry point into cybersecurity and machine learning. It walks you through simulating real-world attacks, extracting meaningful features, and selecting the best algorithm for detection. Whether you're a student, educator, or hobbyist, there's ample room to extend and adapt this system.&lt;/p&gt;

&lt;p&gt;💬 Your Turn&lt;br&gt;
Curious which ML model worked best? Want help integrating anomaly-based detection or visual dashboards? Let’s discuss in the comments!&lt;/p&gt;

&lt;p&gt;Let’s simulate to secure.&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>machinelearning</category>
      <category>programming</category>
      <category>ai</category>
    </item>
    <item>
      <title>🚀 I Finally Launched My Developer Portfolio Website!</title>
      <dc:creator>Aishwarya Iyer</dc:creator>
      <pubDate>Wed, 16 Jul 2025 17:39:57 +0000</pubDate>
      <link>https://forem.com/aishwarya2701/i-finally-launched-my-developer-portfolio-website-302c</link>
      <guid>https://forem.com/aishwarya2701/i-finally-launched-my-developer-portfolio-website-302c</guid>
      <description>&lt;p&gt;“Under Construction.” That banner sat on my screen for weeks.&lt;br&gt;
Between design tweaks, late-night debugging, and far too much caffeine, it almost started to feel like a permanent feature.&lt;/p&gt;

&lt;p&gt;But not anymore.&lt;br&gt;
👉 It’s live! → &lt;a href="https://aish-portfolio-website.netlify.app/" rel="noopener noreferrer"&gt;https://aish-portfolio-website.netlify.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🌟 Why I Built This&lt;br&gt;
I wanted a space that could represent me — not just as a developer, but as a problem-solver, a learner, and a creator. This portfolio is more than just a list of projects. It’s my digital identity.&lt;/p&gt;

&lt;p&gt;Whether it’s a recruiter scanning for skills, a collaborator checking out my work, or someone simply curious about what I do — I wanted to make sure they leave with a solid impression.&lt;/p&gt;

&lt;p&gt;🔧 Tech Stack &amp;amp; Tools&lt;br&gt;
I kept the stack lightweight but expressive, focusing on speed, maintainability, and aesthetics:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;React.js – Modular, dynamic UI components&lt;/li&gt;
&lt;li&gt;Tailwind CSS – For clean, utility-first styling&lt;/li&gt;
&lt;li&gt;Framer Motion – To bring sections alive with subtle transitions&lt;/li&gt;
&lt;li&gt;Netlify – Quick &amp;amp; hassle-free deployment&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I also used:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;React Icons for visual flair&lt;/li&gt;
&lt;li&gt;VS Code + Git for dev workflow&lt;/li&gt;
&lt;li&gt;Figma (for initial UI mockups and layout experimentation)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;💡 Features I’m Proud Of&lt;br&gt;
✅ Responsive Design — Seamless on all screen sizes&lt;br&gt;
✅ Animated Navigation — Smooth scroll, active section highlight&lt;br&gt;
✅ Project Showcase — Clean cards with GitHub &amp;amp; live links&lt;br&gt;
✅ Certifications &amp;amp; Resume Download — Easy access to creds&lt;br&gt;
✅ Contact Section — Direct and minimal&lt;/p&gt;

&lt;p&gt;🧠 The Journey (And Some Pain Points)&lt;br&gt;
Every project has its curveballs. Here are mine:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Balancing Design &amp;amp; Performance: I wanted animations, but I didn't want lag. Framer Motion made it easier to strike that balance.&lt;/li&gt;
&lt;li&gt;Responsive Design Breakdowns: Styling across different devices broke the layout multiple times. Media queries and Flexbox fixes to the rescue!&lt;/li&gt;
&lt;li&gt;Fighting Deployment Bugs: Build errors that only showed after pushing to Netlify. Learned to love the build logs.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🎯 Key Takeaways&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Start simple, then scale: My first draft was just text blocks. The animations and enhancements came later.&lt;/li&gt;
&lt;li&gt;Good UI is invisible: Transitions, spacing, and feedback matter more than flashy designs.&lt;/li&gt;
&lt;li&gt;Don’t aim for perfection on Day 1: What matters is shipping it — iteration can (and should) follow.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🔗 See It Live&lt;br&gt;
👉 &lt;a href="https://aish-portfolio-website.netlify.app/" rel="noopener noreferrer"&gt;https://aish-portfolio-website.netlify.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’d love to hear your thoughts — feedback, feature suggestions, or just a “Hey, nice work!” — anything helps.&lt;/p&gt;

&lt;p&gt;And if you’ve made your own portfolio or are planning one, drop the link. Let’s connect and support each other.&lt;/p&gt;

&lt;p&gt;🚀 TL;DR&lt;br&gt;
✅ Built with React, Tailwind, Framer Motion&lt;br&gt;
✅ Deployed on Netlify&lt;br&gt;
✅ Clean, responsive, animated UI&lt;/p&gt;

&lt;p&gt;Thanks for reading — and if you're building your own, keep going.&lt;br&gt;
It’s worth it.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>productivity</category>
      <category>react</category>
      <category>career</category>
    </item>
    <item>
      <title>🧠⚔️ CyberNexus: A Futuristic AI-Powered Cybersecurity Operations Center — Built with React, Express &amp; PostgreSQL</title>
      <dc:creator>Aishwarya Iyer</dc:creator>
      <pubDate>Wed, 09 Jul 2025 18:33:49 +0000</pubDate>
      <link>https://forem.com/aishwarya2701/cybernexus-a-futuristic-ai-powered-cybersecurity-operations-center-built-with-react-express-1o8k</link>
      <guid>https://forem.com/aishwarya2701/cybernexus-a-futuristic-ai-powered-cybersecurity-operations-center-built-with-react-express-1o8k</guid>
      <description>&lt;p&gt;🔐 "Building the SOC of the future — with automation, AI, and real-time defense in one dashboard."&lt;/p&gt;

&lt;p&gt;**🚀 What is CyberNexus?&lt;br&gt;
CyberNexus is a full-stack AI-driven Cybersecurity Operations Center (SOC) simulation — a futuristic security dashboard that replicates how modern enterprises defend themselves from evolving threats.&lt;/p&gt;

&lt;p&gt;Whether you're a cybersecurity analyst, developer, AI enthusiast, or simply curious about how cyber dashboards work, CyberNexus is your playground.&lt;/p&gt;

&lt;p&gt;It combines:&lt;br&gt;
🔴 Real-time threat monitoring&lt;br&gt;
🤖 Machine Learning for threat detection&lt;br&gt;
🔍 Digital forensics lab&lt;br&gt;
🌐 Network defense toolkit&lt;br&gt;
🎨 A cyberpunk-themed UI&lt;/p&gt;

&lt;p&gt;All powered by a modern stack — React, Express, PostgreSQL, and Drizzle ORM.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🧠 Why I Built It&lt;/strong&gt;&lt;br&gt;
With AI rapidly transforming both attack and defense paradigms, I envisioned a modular, intelligent, and beautiful security center — something that’s developer-friendly, extendable, and highly visual.&lt;/p&gt;

&lt;p&gt;Think of CyberNexus as the Jarvis of Cybersecurity Dashboards:&lt;br&gt;
Functional ✅&lt;br&gt;
Intelligent 🤖&lt;br&gt;
Interactive ⚡&lt;br&gt;
Visually captivating 💻&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🔍 Key Features&lt;/strong&gt;&lt;br&gt;
&lt;u&gt;🔐 Authentication System&lt;/u&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Secure login w/ session-based role-based access (Admin / Analyst)&lt;/li&gt;
&lt;li&gt;Quick-access login via credentials&lt;/li&gt;
&lt;li&gt;Session timeout &amp;amp; protection&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;u&gt;📡 Real-Time Threat Monitoring&lt;/u&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Live metrics:
✅ System Health: 98.7%
🚨 Active Threats: 47
🛠️ Vulnerabilities: 12
⚠️ Critical Alerts: 3&lt;/li&gt;
&lt;li&gt;Actions: Scan, Analyze, Neutralize, Patch&lt;/li&gt;
&lt;li&gt;Powered by WebSockets for live updates&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;u&gt;🤖 AI-Powered Threat Intelligence&lt;/u&gt;&lt;br&gt;
AI/ML-based predictors for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Phishing &amp;amp; malware risk scoring&lt;/li&gt;
&lt;li&gt;DDoS vector prediction&lt;/li&gt;
&lt;li&gt;Zero-day exploit confidence rating
Automated countermeasures
Neural network-based analysis engine&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;u&gt;🌐 Network Security Control&lt;/u&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Live network topology viewer&lt;/li&gt;
&lt;li&gt;Metrics:
👥 Active Connections: 847
🔥 Firewall Rules: 23
🛡️ Intrusion Attempts: 12
Tools:&lt;/li&gt;
&lt;li&gt;Toggle firewall lockdown&lt;/li&gt;
&lt;li&gt;Edit firewall rules&lt;/li&gt;
&lt;li&gt;Run vulnerability scans&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;u&gt;🔬 Digital Forensics Lab&lt;/u&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Evidence hash verification&lt;/li&gt;
&lt;li&gt;Timeline reconstruction&lt;/li&gt;
&lt;li&gt;Case management system&lt;/li&gt;
&lt;li&gt;One-click incident reports&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;u&gt;🌍 Global Threat Intelligence Feed&lt;/u&gt;&lt;br&gt;
Live feed of:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;New malware strains&lt;/li&gt;
&lt;li&gt;Threat geography heatmaps&lt;/li&gt;
&lt;li&gt;Filter &amp;amp; refresh stats&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;u&gt;🔧 Advanced Security Modules&lt;/u&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Biometric login simulation&lt;/li&gt;
&lt;li&gt;Quantum encryption toggle (placeholder logic)&lt;/li&gt;
&lt;li&gt;Honeypot deployment&lt;/li&gt;
&lt;li&gt;Behavioral analysis engine&lt;/li&gt;
&lt;li&gt;Audit trail viewer&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;u&gt;⚙️ Tech Stack Overview&lt;/u&gt;&lt;br&gt;
&lt;strong&gt;Frontend  **&lt;br&gt;
React, TypeScript, Tailwind CSS, Vite&lt;br&gt;
*&lt;em&gt;Backend   *&lt;/em&gt;&lt;br&gt;
Express.js, TypeScript&lt;br&gt;
**Database&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
PostgreSQL + Drizzle ORM&lt;br&gt;
&lt;strong&gt;Real-Time&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
WebSockets&lt;br&gt;
&lt;strong&gt;State Mgmt&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
TanStack Query&lt;br&gt;
*&lt;em&gt;Auth  *&lt;/em&gt;&lt;br&gt;
Role-based sessions (Admin / Analyst)&lt;/p&gt;

&lt;p&gt;&lt;u&gt;🧬 UI &amp;amp; UX Highlights&lt;/u&gt;&lt;br&gt;
💻 Cyberpunk dashboard with neon visuals&lt;br&gt;
🎯 Floating Action Buttons (FABs) for critical actions&lt;br&gt;
🔊 Voice command support (simulated)&lt;br&gt;
🎨 Fully responsive layout&lt;br&gt;
🧠 Context-aware help tooltips&lt;/p&gt;

&lt;p&gt;&lt;u&gt;📦 Local Setup in 5 Steps&lt;/u&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  1. Clone the repo
&lt;/h1&gt;

&lt;p&gt;git clone &lt;a href="https://github.com/yourusername/CyberNexus.git" rel="noopener noreferrer"&gt;https://github.com/yourusername/CyberNexus.git&lt;/a&gt;&lt;br&gt;
cd CyberNexus&lt;/p&gt;

&lt;h1&gt;
  
  
  2. Install dependencies
&lt;/h1&gt;

&lt;p&gt;npm install&lt;/p&gt;

&lt;h1&gt;
  
  
  3. Set up environment
&lt;/h1&gt;

&lt;h1&gt;
  
  
  Create a .env file:
&lt;/h1&gt;

&lt;p&gt;DATABASE_URL=postgresql://postgres:yourpassword@localhost:5432/cybernexus&lt;/p&gt;

&lt;h1&gt;
  
  
  4. Push DB schema
&lt;/h1&gt;

&lt;p&gt;npm run db:push&lt;/p&gt;

&lt;h1&gt;
  
  
  5. Run the app
&lt;/h1&gt;

&lt;p&gt;npm run dev&lt;br&gt;
📌 Make sure PostgreSQL and Node.js (v18+) are installed.&lt;/p&gt;

&lt;p&gt;🌈 Screenshots&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%2Fmo8825y7nzjiipyfb7xr.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%2Fmo8825y7nzjiipyfb7xr.png" alt=" " width="639" height="782"&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%2Fhv4ga6o0ls9y00rpuq6l.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%2Fhv4ga6o0ls9y00rpuq6l.png" alt=" " width="800" height="398"&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%2Frb7kok2ap9xlzc48xlba.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%2Frb7kok2ap9xlzc48xlba.png" alt=" " width="800" height="394"&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%2F7qewlzmvzhjpv8oxjrk7.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%2F7qewlzmvzhjpv8oxjrk7.png" alt=" " width="800" height="282"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;u&gt;💡 Challenges &amp;amp; Learnings&lt;/u&gt;&lt;br&gt;
🔄 WebSocket-powered real-time updates took some careful architecture planning, especially with state sync across roles.&lt;br&gt;
🧪 The ML threat prediction module required light modeling, confidence scoring, and integration with inference UI.&lt;br&gt;
🧠 Optimizing frontend visualizations without blocking UI was solved using TanStack Query and async data pipelines.&lt;/p&gt;

&lt;p&gt;&lt;u&gt;🤝 Want to Collaborate?&lt;/u&gt;&lt;br&gt;
If you're as excited about this as I am, here are ways to contribute:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Add new ML models for threat detection&lt;/li&gt;
&lt;li&gt;Build plugins for additional dashboard views&lt;/li&gt;
&lt;li&gt;Extend forensic tools or threat feeds&lt;/li&gt;
&lt;li&gt;Use CyberNexus as a base for your own SOC simulation project&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;📩 Email me: &lt;a href="mailto:aishiyer2701@email.com"&gt;aishiyer2701@email.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔗 GitHub&lt;br&gt;
👉 &lt;a href="https://github.com/Aishwarya2701/CyberNexus" rel="noopener noreferrer"&gt;https://github.com/Aishwarya2701/CyberNexus&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🔮 Final Thoughts: Building the Future of Cyber Defense&lt;br&gt;
CyberNexus isn’t just a dashboard — it’s a vision for AI-first cybersecurity infrastructure. It’s modular, intelligent, and fully customizable — made for the modern age of cyber conflict.&lt;/p&gt;

&lt;p&gt;Whether you're a student, open-source contributor, or part of an enterprise security team — CyberNexus is your starting point to explore the future of cyber defense innovation.&lt;/p&gt;

&lt;p&gt;Futuristic security starts here. Let's build it together. 🔐⚡️&lt;/p&gt;

&lt;p&gt;Futuristic security starts here. 🔐⚡️&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>webdev</category>
      <category>programming</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
