Skip to content
View Dush1604's full-sized avatar

Block or report Dush1604

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Dush1604/README.md

Hi, I'm Dushyant πŸ‘‹

Computer Engineering student at Queen's University (Smith Engineering) with a focus on fullstack development, embedded systems, and distributed networks. I build end-to-end IoT and web platforms - from firmware to cloud infrastructure - with an emphasis on engineering rigor over shallow feature-stacking.

πŸŽ“ Entering 2nd year, Computer Engineering - Queen's University, Kingston, ON πŸ“ˆ 3.72 GPA | Comfortable moving between firmware, backend, and algorithmic problem-solving 🌱 Pursuing AWS Certified Developer Associate


πŸš€ Featured Projects

πŸ”’ NetSentry β€” Distributed IoT Security & Network Monitoring Platform

A flagship portfolio project combining network health diagnostics with camera-based anomaly detection across a distributed sensor network.

  • Firmware: Dual ESP32-WROVER CAM nodes on PlatformIO with a shared library architecture
  • Backend: FastAPI + Mosquitto (MQTT) + PostgreSQL/TimescaleDB, verified end-to-end telemetry pipeline
  • Engineering practices: JWT auth, CI/CD, Docker, automated testing
  • Roadmap: OTA updates, RBAC, Grafana dashboards, face detection

🐾 ElderDog Canada β€” Volunteer Management Platform

Built as part of APSC 103 to support a real nonprofit's volunteer coordination.

  • React / Next.js / Node.js with a relational SQL schema
  • Sub-2s API response times
  • Reduced scheduling conflicts by 60%
  • Arduino + C, HC-12 RF transceivers for wireless mesh communication
  • Custom ring buffer queue and O(1) hash table implementation

πŸ› οΈ Tech Stack

C++ Python JavaScript React Node.js FastAPI PostgreSQL Docker ESP32 Arduino Git


πŸ“« Let's Connect

LinkedIn Email


Actively seeking Computer Engineering internship/co-op opportunities for 2027.

Pinned Loading

  1. NetSentry NetSentry Public

    Distributed IoT platform using dual ESP32-CAM nodes to correlate home network health (latency, signal strength, rogue devices) with physical motion events - FastAPI backend, JWT auth, TimescaleDB, …

    Python 1

  2. Aggregated-Data-Network Aggregated-Data-Network Public

    Real-time wireless sensor network data aggregator built on Arduino - ring buffer + hash table for reliable packet processing under loss, duplication, and burst traffic.

    C++

  3. Chill-Pill Chill-Pill Public

    Medication reminder and calendar app with family sharing β€” built with SvelteKit, Cloudflare D1, and Drizzle ORM, with Google OAuth and 5-language support.

    Svelte

  4. contractai contractai Public

    AI-powered contractor intake & estimation platform - FastAPI, Next.js, PostgreSQL, and a custom-trained PyTorch image classifier, with OpenAI-driven scope/estimate generation.

    Python

  5. Discord-AI-Chatbot Discord-AI-Chatbot Public

    Discord bot that recommends movies using collaborative filtering (SVD on MovieLens 100k) and OpenAI-generated recommendations/synopses based on user ratings.

    Python