Srijit Das
About Me

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.

srijitd248@gmail.com
+91 73846 62005
Bangalore, Karnataka
LinkedIn Profile
Srijit Das

Srijit Das

Full Stack Developer

4+
Projects
Completed
My Journey

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
Dayanada Sagar College of Engineering
My Work

Featured Projects

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

Virtual Labs

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.

React
Next.js
Tailwind CSS
Node.js
Express.js
MongoDB
Google Maps API
Gemini API
Chatbot Integration
AI Ne Bola

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.

HTML
CSS
JavaScript
Node.js
Express.js
MongoDB
GeoJSON
D3.js
Machine Learning
Data Visualization
API Integration
SEO
Civilized Chaos

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.

Full Stack
Real-time Data
User Experience
HTML
CSS
JavaScript
Node.js
Express.js
MongoDB
Data Visualization
Issue Reporting
Authority Management
API Integration
AI Excuse Generator

AI Excuse Generator

An AI-driven excuse generation tool that formulates creative excuses based on user input using Natural Language Processing (NLP).

HTML
CSS
JavaScript
AI
NLP
Excuse Generation
Responsive Design
User Experience
What I Know

Skills & Expertise

A comprehensive overview of my technical skills, soft skills, and language proficiencies.

Frontend Development

HTML/CSS
JavaScript
React.js

+3 more skills

Backend Development

Node.js
Express.js
MongoDB

+3 more skills

Data Structures & Algorithms

Data Structures
Algorithms
Problem Solving

+2 more skills

Tools & Technologies

Git/GitHub
Docker
CI/CD

+1 more skills

Programming Languages

JS

JavaScript

TS

TypeScript

PY

Python

C++

C++

DSA Topics

Arrays & Strings
Linked Lists
Stacks & Queues
Trees & Graphs
Sorting Algorithms
Searching Algorithms
Dynamic Programming
Greedy Algorithms
Recursion & Backtracking
Hashing
DSA Journey

Coding Challenges & Achievements

Tracking my progress through data structures and algorithms challenges on LeetCode.

50

Problems Solved

6

Contests Participated

3

Coding Platforms

22

Highest Streak

Recent LeetCode Challenges
@srijit_2028

Get In Touch

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.

Email

srijitd248@gmail.com

Phone

+91 73846 62005

Location

Kumaraswamy Layout, South Bangalore, Karnataka, India

Connect on Social Media

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} />;
}

Or reach me directly at srijitd248@gmail.com