-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.html
More file actions
177 lines (163 loc) · 8.13 KB
/
Copy pathwork.html
File metadata and controls
177 lines (163 loc) · 8.13 KB
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Work — Divyam Samarwal</title>
<meta name="description" content="Professional experience and engineering projects of Divyam Samarwal.">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="manifest" href="manifest.json">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-F55LTYRXS4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-F55LTYRXS4');
</script>
</head>
<body>
<div class="container">
<header>
<a href="index.html" class="brand">Divyam Samarwal</a>
<nav>
<ul>
<li><a href="index.html">home</a></li>
<li class="divider">/</li>
<li><a href="work.html" style="box-shadow: inset 0 -4px 0 0 var(--highlight);">work</a></li>
<li class="divider">/</li>
<li><a href="images/cv26.pdf" target="_blank">resume</a></li>
<li class="divider">/</li>
<li class="hue-control">
<input type="range" min="0" max="360" value="200" class="hue-slider" id="hue-slider"
title="Change accent color">
</li>
<li class="divider">/</li>
<li>
<div class="theme-toggle" id="theme-toggle" title="Toggle light/dark mode">
<i class="fas fa-sun"></i>
<i class="fas fa-moon"></i>
</div>
</li>
</ul>
</nav>
</header>
<h2 class="section-title">Work</h2>
<div class="list-item">
<div class="list-item-header">
<span class="list-item-title"><a href="https://worldquant.com/" target="_blank">WorldQuant
BRAIN</a></span>
<span class="list-item-date">Aug 2025 – Present</span>
</div>
<div class="list-item-subtitle">Quantitative Research Consultant · Remote</div>
<ul class="list-item-desc">
<li>Achieved Gold Level in Global Alpha Challenge, ranking in top global percentile in 50+ countries.
</li>
<li>Developed 20+ alpha factors with an annualized Sharpe ratio of 1.4+ using price-volume data.</li>
</ul>
</div>
<div class="list-item">
<div class="list-item-header">
<span class="list-item-title"><a href="https://github.com/DivyamSamarwal/pyopenf1"
target="_blank">PyOpenF1</a></span>
<span class="list-item-date">2026</span>
</div>
<div class="list-item-subtitle">Python · SDK · Open Source</div>
<ul class="list-item-desc">
<li>Production-grade Python SDK for the OpenF1 data API.</li>
<li>Fully documented open-source library published on PyPI.</li>
</ul>
</div>
<div class="list-item">
<div class="list-item-header">
<span class="list-item-title"><a href="https://github.com/DivyamSamarwal/Paper-Trading"
target="_blank">Paper Trading Dashboard</a></span>
<span class="list-item-date">Jan 2026</span>
</div>
<div class="list-item-subtitle">Next.js · TypeScript · WebSockets · SQLite · PostgreSQL</div>
<ul class="list-item-desc">
<li>Real-time paper trading engine with WebSocket feeds and portfolio tracking.</li>
<li>Engineered price simulation with Gaussian random walk and mean reversion at 1,000ms ticks.</li>
</ul>
</div>
<div class="list-item">
<div class="list-item-header">
<span class="list-item-title"><a href="https://divyamsamarwal.github.io/tradingterminal/"
target="_blank">Trading Terminal</a></span>
<span class="list-item-date">2026</span>
</div>
<div class="list-item-subtitle">JavaScript · UI/UX · Real-time Simulation</div>
<ul class="list-item-desc">
<li>High-fidelity market interface with NIFTY/FX tracking and live depth.</li>
<li>Modular dashboard designed for data-dense financial visualization.</li>
</ul>
</div>
<div class="list-item">
<div class="list-item-header">
<span class="list-item-title"><a href="https://divyamsamarwal.github.io/cfg/" target="_blank">CFG
Converter</a></span>
<span class="list-item-date">2026</span>
</div>
<div class="list-item-subtitle">JavaScript · Algorithms · CYK Parsing</div>
<ul class="list-item-desc">
<li>Context-Free Grammar utility for CNF and GNF transformations.</li>
<li>Dynamic parse tree visualization with FIRST/FOLLOW set analysis.</li>
</ul>
</div>
<div class="list-item">
<div class="list-item-header">
<span class="list-item-title"><a href="https://divyamsamarwal.github.io/Math-Arena/"
target="_blank">Math Arena</a></span>
<span class="list-item-date">2026</span>
</div>
<div class="list-item-subtitle">JavaScript · Web Performance · Interaction Design</div>
<ul class="list-item-desc">
<li>Performance-driven speed arithmetic trainer with live statistics.</li>
<li>Focused on high-performance interaction and low-latency feedback.</li>
</ul>
</div>
<div class="list-item">
<div class="list-item-header">
<span class="list-item-title"><a href="https://github.com/DivyamSamarwal/Kosha"
target="_blank">Kosha</a></span>
<span class="list-item-date">2026</span>
</div>
<div class="list-item-subtitle">JavaScript · PWA · Chart.js</div>
<ul class="list-item-desc">
<li>Expense tracking PWA with smart insights and multi-currency support.</li>
<li>Built for offline-first usage with beautiful data visualizations.</li>
</ul>
</div>
<div class="list-item">
<div class="list-item-header">
<span class="list-item-title"><a href="https://github.com/DivyamSamarwal/Autobot"
target="_blank">Autobot</a></span>
<span class="list-item-date">Jun 2021</span>
</div>
<div class="list-item-subtitle">Python · discord.py · Flask</div>
<ul class="list-item-desc">
<li>Asynchronous Discord bot serving 50+ communities with moderation/entertainment.</li>
<li>Integrated real-time weather, social media, and anime database APIs.</li>
</ul>
</div>
<h2 class="section-title">Education</h2>
<div class="list-item">
<div class="list-item-header">
<span class="list-item-title">Netaji Subhas University of Technology</span>
<span class="list-item-date">2024 – 2028</span>
</div>
<div class="list-item-subtitle">B.Tech in Mathematics and Computing</div>
</div>
<footer>
<div class="social-links">
<a href="https://github.com/DivyamSamarwal">GitHub</a>
<a href="https://www.linkedin.com/in/divyam-samarwal-279107228/">LinkedIn</a>
<a href="mailto:dynamicdomainltd@gmail.com">Email</a>
</div>
<p>© 2026 Divyam Samarwal</p>
</footer>
</div>
<script src="script.js"></script>
</body>
</html>