Loading certificates...
Loading certificates...
Loading certifications...
6 certifications
Finalist – Top 10 @ Hacksagon 2025 (ABV‑IIITM Gwalior, IEEE)
Issued: 2025-06-29
## Dhvani - Smart Health Management Platform Modular, full‑stack health management with **role‑based access** for patients, healthcare orgs, admins. Integrated **microservices** built in **Go**, **Node.js**, **Python**. Frontend: **React**, **TypeScript**. Backend: **MongoDB**, **Redis**, Docker, Kubernetes. ### Key Features: - **Medical image analysis** via Vision Transformer (ViT) microservice in Go + Python. - **Disease detection & stroke risk assessment** using LLMs (Meta’s Gemma) + AI imaging pipeline. - **Diet Planner & Nutrition Calculator** microservice: Go + LLM for NLU parsing → calculates nutrition score + schedules. - **AI‑powered chatbot** using LLM integration for patient support. - **Blood bank management** with inventory, requests, notifications. - **Scalable architecture**: containerized microservices, Go routines, Go channels for concurrent processing, Redis cache, Swift REST APIs, WebSockets for real‑time updates. Live: https://dhvani-five.vercel.app/user/dashboard | Repo: https://github.com/MishraShardendu22/Dhvani
CGC, IIT Dharwad
Issued: 2025-02-01
## Blood Sphere – Hackathon Winning Project @ IIT Dharwad (Team ParashuRam) Developed a full‑stack, microservices‑based **blood bank management system** to streamline donation, inventory, and request handling. ### Tech Stack: - **Go (Golang)** for microservices handling core logic and inventory management - **Node.js** for backend integration, routing, and API orchestration - **React.js** + **Next.js** for the frontend with modern UI/UX - **Nextra** for clean, structured technical documentation - **MongoDB** as the primary database ### Features: - Real-time inventory tracking - Role-based access for hospitals, admins, and donors - Blood request/fulfillment engine - Retrieval-Augmented Generation (RAG) setup for future AI integration - Deployed as a **SaaS model** with modular microservices Awarded **Winner** of the IIT Dharwad Hackathon hosted by CGC.
Udemy
Issued: 2025-05-01
## Learning Go Projects – Udemy Completed a project‑driven Go programming course focused on writing modular, production‑ready tools. Gained hands‑on experience with Go’s syntax, concurrency, and standard libraries through real-world projects. ### Key Learning Areas: - **Goroutines & Channels**: concurrency primitives - **Error Handling**: idiomatic error wrapping and propagation - **OOP in Go**: struct methods and encapsulation - **XML/JSON Parsing**: unmarshalling from APIs and RSS feeds - **CLI Development**: flags, input parsing, TUI interfaces - **HTTP Servers**: building and consuming REST APIs ### Built Projects: #### Repository Transfer Script - CLI tool to automate GitHub repo transfers between accounts/orgs - Useful for switching between Copilot and production GitHub accounts - Fast, minimal Go implementation - [Repo](https://github.com/MishraShardendu22/Go-TransferScript) #### Language Translate – Bubble Tea CLI - TUI language translator using **Bubble Tea** framework - Integrated with Google Translate API - [Repo](https://github.com/MishraShardendu22/Language-Translate-TUI) #### Google Trends CLI Tool - CLI app parsing **Google Trends RSS feeds** - Practiced XML unmarshalling and struct handling - [Repo](https://github.com/MishraShardendu22/Google-Trends) #### Nutrition Calculator API - Plug‑and‑play API for computing nutrition from ingredient input - OOP‑style methods for modular integration - Built for SaaS use and hackathon readiness - [Live API](https://nutrition-calculator-hvzj.onrender.com) This course reinforced applied Go development skills across networking, data parsing, CLI tooling, and scalable API construction.
Angela Yu (Udemy)
Issued: 2024-08-01
## Web Development Course – Angela Yu (Udemy) Completed a comprehensive Udemy course led by Angela Yu, covering full-stack web development from fundamentals to advanced topics. The curriculum included hands-on projects, best practices, and rapid prototyping under tight deadlines. ### Core Learning Outcomes: - **HTML5 & CSS3**: Semantic markup, responsive layouts, Flexbox, Grid, animations - **JavaScript & TypeScript**: ES6+ features, async/await, type safety, OOP patterns - **Front-End Frameworks**: Deep dive into React and Next.js, SSR/SSG, hooks, state management - **Back-End Development**: Building RESTful APIs with Node.js, Express, middleware, JWT auth - **Databases**: Schema design and CRUD operations with MongoDB and Mongoose - **Real-Time Communication**: Implemented WebSockets for live updates and notifications - **Tooling & Performance**: Webpack, Vite, ESLint, Prettier, code splitting, lazy loading - **Deployment**: CI/CD pipelines, environment management, deployment on Vercel and Heroku - **Specialized Projects**: - **TokeNova**: Blockchain ticketing with Web3.js, smart contracts, IPFS, agentic AI - **Project Zen**: Task management with Next.js, TypeScript, Express, MongoDB, WebSockets - **News Aggregation**: Chrome extension using Vite, React, Chrome Notifications API - **Mishra Blog’s It**: Static and dynamic blog with Astro.js, Astro Islands partial hydration, CRUD API Built confidence in end-to-end development, rapid prototyping, and applying real-world best practices in tight timelines.
Udemy
Issued: 2024-11-01
## Learning GoLang – Udemy Completed an in-depth Udemy course on Go programming, building real‑world tools under tight deadlines. Covered core language concepts, best practices, and modern Go frameworks. ### Core Learning Outcomes: - **Go Syntax & Types**: structs, interfaces, embedding, generics - **Concurrency**: goroutines, channels, select statements, worker pools, sync primitives - **Web Frameworks**: Fiber for fast HTTP servers - **CLI Development**: Cobra for command‑line tools - **Web Scraping**: Colly for structured data extraction - **Data Export**: CSV generation and download - **API Design**: RESTful endpoints, middleware, error handling - **Microservices**: modular service patterns, Docker deployment - **Testing & Debugging**: unit tests, benchmarks, profiling ### Featured Projects: #### Live News Scraper (Go, Fiber & Colly) - Full‑stack scraper grouping headlines by genre - HTTP server with Fiber, scraping via Colly - Instant CSV export of structured news data - Designed for future ML integration #### Website Health Checker (Go & Cobra) - CLI microservice verifying website availability - Built with Go and Cobra for intuitive commands - Exit codes and logging for automation pipelines #### DragonBall API (Go & Fiber) - High‑performance API serving DragonBall character, arc, episode data - Fiber framework for low‑latency endpoints - Designed for easy frontend integration #### URL Shortening Service (Go) - Simple, self‑hosted URL shortener in Go - Hashing, persistence, redirect handling Built confidence in end‑to‑end Go development, concurrent programming, and production‑grade tooling.
Indian Institute of Information Technology (IIIT) Dharwad
Issued: 2025-03-01
## Self-Driving RC Car – VLSI/AIML Hackathon @ IIIT Dharwad Built an autonomous RC car using **Raspberry Pi 3 Model B+**, focused on real-time obstacle detection and navigation. Integrated both hardware and software components to achieve functional autonomy in constrained environments. ### Key Features: - **Object Detection** using OpenCV + Python for real-time obstacle avoidance - **Autonomous Pathfinding** via onboard camera and sensor fusion - **Embedded Systems** integration: GPIO control, motor drivers, camera modules - Real-time processing using **Raspberry Pi** with Python scripts - Participated in a competitive VLSI/AIML Hackathon at **IIIT Dharwad** Designed to demonstrate applied AI and embedded control in robotics under VLSI-aligned constraints.