saurishmonga.com

Developer // CS Educator

> whoami

user@saurishmonga:~$ cat about.txt
Welcome to my digital space. I'm a passionate developer and computer science educator.
I bridge the gap between complex technical concepts and practical implementation.
Whether it's writing elegant code or teaching the next generation of developers,
I'm committed to the craft of software engineering and education.
user@saurishmonga:~$ _

> skills --list

đŸ’»

Development

PHP95%
JavaScript90%
HTML/CSS98%
🎓

Education

Computer Science curriculum design, interactive learning modules, student mentorship, and creating educational resources that make complex topics accessible.

🚀

Technologies

Full-stack development, database design, API integration, version control (Git), and modern web technologies.

> ls -la projects/

featured_works.js
const projects = [
    {
        name: "Educational Platform",
        desc: "Interactive CS learning environment",
        stack: ["PHP", "JS", "MySQL"]
    },
    {
        name: "Code Visualizer",
        desc: "Algorithm visualization tool for students",
        stack: ["JavaScript", "Canvas API"]
    },
    {
        name: "Portfolio Generator",
        desc: "Dynamic portfolio creation system",
        stack: ["PHP", "CSS3", "AJAX"]
    }
];

// Visit saurishmonga.com to see more

> send_message()