Passionate Web Developer
Detail-oriented Full Stack Developer with a Bachelor of Engineering in Computer Science and a robust skill set in front-end and back-end technologies. Proficient in crafting responsive and user-centric web applications. Experienced in collaborating on diverse projects and participating in hackathons, bringing innovative solutions to complex problems.

Srijit Das
Full Stack Developer
Completed
Experience & Education
My professional journey and educational background that have shaped my skills and expertise.
Self-Employed Web Developer
2024 - Present
- Designed and developed multiple websites for various clients, focusing on user experience and responsiveness.
- Implemented full-stack solutions using Node.js, Express.js, and MongoDB, effectively streamlining backend processes.
- Participated in several hackathons, collaborating with peers to innovate and showcase technical skills under time constraints.
- Developed a personalized birthday wishing application using HTML, CSS, and JavaScript, enabling users to send customized messages.
- Utilized responsive design principles to ensure accessibility across diverse devices.
Bachelor of Engineering (B.E.) in Computer Science
2024 - 2028
Dayanada Sagar College of Engineering, Bangalore, Karnataka
Pursuing a comprehensive computer science education with focus on software development, algorithms, and data structures.
- Core coursework in Data Structures, Algorithms, Database Management, and Web Development
- Active member of the college coding club and tech community
- Participating in various technical events and hackathons

Featured Projects
Explore some of my recent work and projects that showcase my skills and expertise.

Virtual Labs
Virtual Labs is an interactive platform designed to provide students with hands-on learning experiences in a virtual environment. The platform is built with a modern UI, providing an intuitive and engaging interface. It includes features like a responsive design, a chatbot for support, and integrations with Google Maps and Gemini APIs for enhanced functionality.

AI Ne Bola
AI Ne Bola is a comprehensive project that predicts the number of death cases, case fatality ratio (CFR), and other related metrics for various scenarios using machine learning models. It also provides detailed 3D visualizations and interactive web interfaces for users to explore the predictions.

Civilized Chaos
CIVILIZED CHAOS is a web application designed to streamline issue reporting, authority management, and provide real-time insights with interactive graphs. This project offers a seamless way for citizens to report issues, view authorities, and access visual data analytics in a structured and responsive layout.

AI Excuse Generator
An AI-driven excuse generation tool that formulates creative excuses based on user input using Natural Language Processing (NLP).
Skills & Expertise
A comprehensive overview of my technical skills, soft skills, and language proficiencies.
Frontend Development
+3 more skills
Backend Development
+3 more skills
Data Structures & Algorithms
+2 more skills
Tools & Technologies
+1 more skills
Programming Languages
JavaScript
TypeScript
Python
C++
DSA Topics
Coding Challenges & Achievements
Tracking my progress through data structures and algorithms challenges on LeetCode.
Problems Solved
Contests Participated
Coding Platforms
Highest Streak
Recent LeetCode Challenges@srijit_2028
Let's Connect
Have a project in mind or want to discuss opportunities? I'd love to hear from you!
Let's Connect
I'm always open to discussing new projects, creative ideas or opportunities to be part of your vision. Feel free to reach out using any of the methods below.
srijitd248@gmail.com
Phone
+91 73846 62005
Location
Kumaraswamy Layout, South Bangalore, Karnataka, India
Let's Build Something Amazing Together
I'm currently open to new opportunities and collaborations
function ContactMe() { const [message, setMessage] = useState(''); const sendMessage = async () => { await fetch('/api/contact', { method: 'POST', body: JSON.stringify({ message }) }); return 'Thank you for your message!'; }; return <Form onSubmit={sendMessage} />; }