@rajeet
Rajeet Ash
@rajeet
BTech in Robotics and AI.
BTech in Robotics and AI.
Kolkata, India
🤖 Rajeet Ash
Robotics & AI Engineer | Full-Stack Developer
</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.
<div align="center">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()], };
🌐 Connect With Me
</div>🛠️ Tech Arsenal
<div align="center">🤖 Robotics & AI
💻 Full-Stack Development
📱 Mobile & Desktop
🗄️ Database & Cloud
⚡ Core Languages
🚀 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
- 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