-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
146 lines (129 loc) · 7.26 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shubham Rastogi - Personal Website</title>
<link rel="stylesheet" href="src/styles.css">
<link rel="stylesheet" href="src/education.css">
<link rel="stylesheet" href="src/experience.css">
</head>
<body>
<header>
<div class="header-background"></div>
<h1><span class="title-text">Shubham Rastogi</span>
</h1>
</header>
<button id="darkModeToggle">Toggle Dark Mode</button>
<nav>
<ul>
<li><a id="nav-personal-info">About Me</a></li>
<li><a id="nav-experience">Experience</a></li>
<li><a id="nav-education">Education</a></li>
<li><a id="nav-projects">Projects</a></li>
<li><a id="nav-personal-journey">Beyond Work</a></li>
</ul>
</nav>
<section id="personal-info" class="active">
<img src="assets/shubham.jpg" alt="Shubham Rastogi" class="profile-image">
<div class="about-me-content">
<h2>About Me</h2>
<p>Hi there! I'm Shubham Rastogi, a passionate software developer with a diverse background, committed to
leveraging technology to create impactful solutions. Growing up in Indonesia as an Indian, I developed a
unique perspective on how technology can empower communities and drive economic growth. My love for
exploring cultures and people through food, architecture, and meaningful interactions has shaped my
worldview and approach to problem-solving.</p>
<h3>Professional Journey</h3>
<p>My professional journey began at <strong>Pingal Technologies</strong>, where I engineered real-time
customer tracking solutions using advanced ML techniques. At <strong>Undostres</strong>, I developed
database and logging layers for a Wallet as a Service product, enabling multi-tenant capabilities. My
next significant role was at <strong>Ula</strong>, a Sequoia-funded startup in Indonesia, where I led a
team to build critical social commerce features, enhancing our platform's capabilities and significantly
increasing app usage and monthly GMV. Previously, at <strong>Wadhwani AI</strong>, I lead the
development
of AI-based solutions for social impact, focusing on assessing and remedying Indic language fluency in
public schools across India. This role has allowed me to scale solutions and reduce infrastructure costs
while expanding our reach.</p>
<p>In addition to my professional roles, I pursued a B.Tech in Computer Engineering with a minor in Machine
Learning and Distributed Systems at <strong>Delhi Technological University</strong>, followed by an M.S.
in Computer Science at <strong>New York University</strong>, where I continue to deepen my expertise and
knowledge.</p>
<h3>Skills and Expertise</h3>
<p>With a strong foundation in software development, I have honed my skills in a variety of programming
languages, including C++, Python, Golang, and Typescript (Node.js). My expertise extends to databases
such as MySQL, Postgres, BigQuery, MongoDB, ElasticSearch, and Redis, and I am proficient in frameworks
like FastAPI, Django, React, Springboot, and GraphQL. My experience with technologies such as Docker,
Kubernetes, Kafka, and AWS/GCP has enabled me to build scalable and efficient solutions. I excel in
creating robust data pipelines, optimizing infrastructure, and leading cross-functional teams to deliver
impactful projects.</p>
<h3>Motivations</h3>
<p>My journey has been driven by a profound curiosity and passion for exploring technology and its
real-world applications. I thrive on solving complex problems and creating solutions that make a
tangible impact. Currently, I am motivated by the potential to bring social impact through my technical
skills, particularly in education and community empowerment. I believe in the power of technology to
bridge gaps, create opportunities, and drive positive change.</p>
<h3>Personal Interests</h3>
<p>Outside of work, I have a wide range of interests that keep me inspired and engaged. I love cooking and
experimenting with different cuisines, enjoying the ritual of making and savoring good coffee, and
playing board games with friends and family. Music is a constant companion, and traveling allows me to
explore new cultures and ideas. I am also passionate about learning new things and enjoy discussing
potential startup ideas, always on the lookout for the next big challenge.</p>
<div class="contact">
<h3>Connect with Me</h3>
<p>If you'd like to collaborate, discuss innovative ideas, or simply
connect, feel free to reach out to me. I am always open to conversations about work, mentorship, or
exploring startup opportunities. Let's build a brighter future together!</p>
<p>
<strong>Email:</strong>
<p>shu.rastogi337 [at] gmail [dot] com | sr7421 [at] nyu [dot] edu</p>
<p>
<strong>LinkedIn:</strong>
<a href="https://www.linkedin.com/in/srastogi97/"
target="_blank">https://www.linkedin.com/in/srastogi97/</a>
</p>
<p>
<strong>GitHub:</strong>
<a href="https://github.com/SentientRamen12" target="_blank">https://github.com/SentientRamen12</a>
</p>
</div>
</div>
</section>
<section id="experience" class="section">
<h2>Professional Experience</h2>
<div class="timeline-container">
<div class="timeline">
<h3>Organisation</h3>
<div class="timeline-buttons">
<!-- Buttons will be dynamically added here -->
</div>
</div>
<div class="timeline-content">
<!-- Experience details will be dynamically added here -->
</div>
</div>
</section>
<section id="education" class="section">
<h2>Education</h2>
<div class="timeline-container">
<div class="timeline">
<div class="timeline-buttons"></div>
</div>
<div class="timeline-content"></div>
</div>
</section>
<section id="projects">
<h2>Projects</h2>
<p>Explore my projects</p>
</section>
<section id="personal-journey">
<h2>Beyond Work</h2>
<p>Share your personal growth and experiences.</p>
</section>
<footer>
<p class="footer">© 2024 Shubham Rastogi. All rights reserved.</p>
</footer>
<script src="src/experience.js"></script>
<script src="src/education.js"></script>
<script src="src/script.js"></script>
</body>
</html>