project · March 27, 2025 · 2 min read
Teaching & Tutorial Repos
A collection of hands-on tutorial and course repos I built for my guest lectures and the Full-Stack Development course I teach, so students have clean, runnable material to learn from.
dockerkubernetesreactnodejsspring-bootmongodb
Teaching & Tutorial Repos
These come out of the full-stack course and guest lectures I teach at Vasavi College of Engineering. I build small, focused repositories so students have clean, runnable material to learn from and refer back to, not just slides, but working code they can clone, run, and tinker with. Each one is scoped to a topic and written to be read in order.
krushiraj/docker-k8s-demoHands-on Docker & Kubernetes, concept notes, end-to-end walkthroughs (Docker on EC2, Kubernetes on minikube), ready-to-apply manifests (Deployments, HPA autoscaling, self-healing probes), and Marp slide decks.DockerKubernetesAWSkrushiraj/spring-boot-demoThe full course-resource repo for the Vasavi Full-Stack Development course, Spring Boot, React, Node.js, and MongoDB, with theory notes, lab experiments, and runnable code examples.Spring BootJavaReactMongoDBkrushiraj/mern-tutorialA starter MERN app with separate frontend and backend, so students can run and study a full MongoDB, Express, React, and Node stack end to end.MongoDBExpressReactNode.jskrushiraj/react-tutorialA lesson-by-lesson React course: components, props & state, conditional rendering, event handling, and routing, from JSX basics to setting up your own project.ReactJSXWebpackkrushiraj/nodejs-basicsNode.js fundamentals with runnable examples, HTTP servers, Express, and talking to MongoDB: the building blocks before the frameworks.Node.jsExpressMongoDB
Each repo is public, feel free to clone them, and if you’re a student (or just learning), start at the README and work top to bottom.
