Skip to content

Rajeet Ash

@rajeet

BTech in Robotics and AI.

BTech in Robotics and AI.

Skill iconPython
Skill iconJava
java-script
C

Kolkata, India

<div align="center">

🤖 Rajeet Ash

Robotics & AI Engineer | Full-Stack Developer

Typing SVG

</div>

🎯 About Me

Building intelligent systems that bridge the physical and digital worlds

I'm a passionate Robotics & AI Engineer with expertise in full-stack development. Currently pursuing advanced studies in Robotics and AI, with a focus on autonomous systems, machine learning, and modern web technologies.

struct Engineer { name: String, role: String, focus: Vec<String>, currently_learning: Vec<String>, } let rajeet = Engineer { name: "Rajeet Ash".to_string(), role: "Robotics & AI Engineer".to_string(), focus: vec![ "Autonomous Systems".to_string(), "Machine Learning".to_string(), "Full-Stack Development".to_string(), ], currently_learning: vec!["Rust".to_string(), "ROS2".to_string()], };

<div align="center">

🌐 Connect With Me

Discord
GitHub
LinkedIn
Portfolio

</div>

🛠️ Tech Arsenal

<div align="center">

🤖 Robotics & AI

Python
Rust
ROS2
Arduino
TensorFlow

💻 Full-Stack Development

React
React Native
Node.js
Django
Flask

📱 Mobile & Desktop

Kotlin
Expo
Java

🗄️ Database & Cloud

Supabase
SQLite
PostgreSQL

⚡ Core Languages

C
C++
JavaScript
TypeScript
HTML5

</div>

🚀 Featured Projects

<div align="center">

🎓 Classroom Management System

A comprehensive full-stack web application for managing university courses and assignments

🔧 Tech Stack: React 19 • Flask • SQLAlchemy • TailwindCSS • shadcn/ui
✨ Features: Course Management | Assignment System | Real-time Chat | Notification System
🎯 Impact: Streamlines educational workflows for instructors and students

<details> <summary>🔍 Technical Details</summary>
  • Frontend: Modern React with hooks, Vite build system
  • Backend: Flask with JWT authentication and role-based access
  • Database: SQLAlchemy ORM with SQLite/PostgreSQL support
  • Real-time: WebSocket integration for live chat
  • Security: bcrypt password hashing, file validation
  • Notifications: Celery + Redis for background