forked from anurag-reddy1/MyPortfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
653 lines (626 loc) Β· 26.3 KB
/
Copy pathindex.html
File metadata and controls
653 lines (626 loc) Β· 26.3 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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Anurag Reddy Pottigari β Software Developer II and CS Master's student at Northeastern University. Explore my skills, projects, and experience."
/>
<meta name="author" content="Anurag Reddy Pottigari" />
<meta
name="keywords"
content="Anurag Reddy, Software Developer, React, TypeScript, Portfolio"
/>
<link rel="icon" type="image/png" href="./images/favicon.png?v=1" />
<title>Anurag Reddy Pottigari | Portfolio</title>
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Fira+Code:wght@400;500;600&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./css/main.css" />
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-main fixed-top" id="main-navbar">
<div class="container">
<a class="navbar-brand" href="./index.html">
<span class="gradient-text">Anurag Reddy</span>
</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto me-3">
<li class="nav-item">
<a class="nav-link active" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#experience">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./playground.html">Ask Anurag</a>
</li>
</ul>
</div>
</div>
</nav>
<main>
<h1 class="visually-hidden">
Anurag Reddy Pottigari β Software Developer Portfolio
</h1>
<div class="hero-section" id="hero">
<div class="container">
<div class="row align-items-center g-5">
<div class="col-lg-7 order-2 order-lg-1">
<div class="code-hero-window">
<div class="code-hero-titlebar">
<span class="code-dot dot-red"></span>
<span class="code-dot dot-yellow"></span>
<span class="code-dot dot-green"></span>
<span class="code-hero-filename">anurag.config.ts</span>
</div>
<pre
class="code-hero-body"
><code><span class="code-kw">const</span> <span class="code-var">developer</span> = {
<span class="code-prop">name</span>: <span class="code-str">"Anurag Reddy Pottigari"</span>,
<span class="code-prop">role</span>: <span class="code-str">"<span id="typed-text"></span><span class="typed-cursor" aria-hidden="true"></span>"</span>,
<span class="code-prop">location</span>: <span class="code-str">"Boston, MA"</span>,
<span class="code-prop">experience</span>: <span class="code-num">7+</span>, <span class="code-cmt">// years across 6 companies</span>
<span class="code-prop">education</span>: <span class="code-str">"MSCS @ Northeastern"</span>,
<span class="code-prop">passions</span>: [
<span class="code-str">"Design Systems"</span>,
<span class="code-str">"Accessible UI"</span>,
<span class="code-str">"Developer Tools"</span>,
],
};
<span class="code-kw">export default</span> <span class="code-var">developer</span>;</code></pre>
</div>
<div class="hero-cta d-flex gap-3 flex-wrap mt-4">
<a href="./projects.html" class="btn btn-accent">
<i class="bi bi-collection me-1"></i> View Projects
</a>
<a href="#about" class="btn btn-outline-accent">
<i class="bi bi-person me-1"></i> About Me
</a>
</div>
</div>
<div class="col-lg-5 order-1 order-lg-2 text-center">
<img
src="./images/profile.jpg"
alt="Portrait photo of Anurag Reddy Pottigari"
class="hero-profile-img"
/>
</div>
</div>
</div>
<div class="scroll-indicator" aria-hidden="true">
<a href="#about"><i class="bi bi-chevron-double-down"></i></a>
</div>
</div>
<section class="content-section" id="about">
<div class="container">
<h2 class="section-title fade-in">About Me</h2>
<p class="section-subtitle fade-in">
Builder, problem-solver, and full-stack engineer.
</p>
<div class="row g-5 align-items-center">
<div class="col-lg-8">
<div class="about-text fade-in">
<p>
At my core, I’m a builder who loves making things work
better for others. My teammates usually know me as the person
who stays calm under pressure and finds the most efficient way
to solve a problem. I’ve always focused on more than
just the immediate fix—I look for ways to automate
solutions and build reusable tools that make the entire team
more efficient.
</p>
<p>
Even though I’m currently getting my Master’s at
Northeastern, I’m not a typical student. I’ve
spent over seven years working in the real world at companies
like Dayforce, ADP, and IBM. One of my proudest achievements
was building a central UI library that hundreds of other
developers used to work faster. I’ve also handled
everything from complex database scripts to cloud automation.
</p>
<p>
I’m proud of the applications I’ve built so far,
but I’m ready for a more challenging environment.
I’m here to combine my professional background with my
research at Northeastern to build impactful, high-scale
software.
</p>
</div>
</div>
<div class="col-lg-4">
<div class="about-stats fade-in">
<div class="stat-item">
<span class="stat-number">7+</span>
<span class="stat-label">Years Experience</span>
</div>
<div class="stat-item">
<span class="stat-number">4</span>
<span class="stat-label">Global Companies</span>
</div>
<div class="stat-item">
<span class="stat-number">100+</span>
<span class="stat-label">Devs Impacted</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="content-section" id="skills">
<div class="container">
<h2 class="section-title fade-in">Technical Skills</h2>
<p class="section-subtitle fade-in">
Technologies and tools I work with daily.
</p>
<h3 class="skill-category-title fade-in">Frontend</h3>
<div class="row g-3 mb-4">
<div class="col-6 col-md-4 col-lg-2">
<div class="skill-card fade-in">
<div class="skill-card-icon">
<i class="bi bi-filetype-jsx"></i>
</div>
<p class="skill-card-name mb-0">React</p>
</div>
</div>
<div class="col-6 col-md-4 col-lg-2">
<div class="skill-card fade-in">
<div class="skill-card-icon">
<i class="bi bi-braces"></i>
</div>
<p class="skill-card-name mb-0">TypeScript</p>
</div>
</div>
<div class="col-6 col-md-4 col-lg-2">
<div class="skill-card fade-in">
<div class="skill-card-icon">
<i class="bi bi-filetype-js"></i>
</div>
<p class="skill-card-name mb-0">JavaScript</p>
</div>
</div>
<div class="col-6 col-md-4 col-lg-2">
<div class="skill-card fade-in">
<div class="skill-card-icon">
<i class="bi bi-filetype-html"></i>
</div>
<p class="skill-card-name mb-0">HTML5</p>
</div>
</div>
<div class="col-6 col-md-4 col-lg-2">
<div class="skill-card fade-in">
<div class="skill-card-icon">
<i class="bi bi-filetype-css"></i>
</div>
<p class="skill-card-name mb-0">CSS3</p>
</div>
</div>
<div class="col-6 col-md-4 col-lg-2">
<div class="skill-card fade-in">
<div class="skill-card-icon">
<i class="bi bi-bootstrap"></i>
</div>
<p class="skill-card-name mb-0">Bootstrap</p>
</div>
</div>
</div>
<h3 class="skill-category-title fade-in">Backend</h3>
<div class="row g-3 mb-4">
<div class="col-6 col-md-4 col-lg-2">
<div class="skill-card fade-in">
<div class="skill-card-icon">
<i class="bi bi-hdd-stack"></i>
</div>
<p class="skill-card-name mb-0">Node.js</p>
</div>
</div>
<div class="col-6 col-md-4 col-lg-2">
<div class="skill-card fade-in">
<div class="skill-card-icon">
<i class="bi bi-filetype-py"></i>
</div>
<p class="skill-card-name mb-0">Python</p>
</div>
</div>
<div class="col-6 col-md-4 col-lg-2">
<div class="skill-card fade-in">
<div class="skill-card-icon">
<i class="bi bi-filetype-sql"></i>
</div>
<p class="skill-card-name mb-0">MS SQL</p>
</div>
</div>
<div class="col-6 col-md-4 col-lg-2">
<div class="skill-card fade-in">
<div class="skill-card-icon">
<i class="bi bi-plug"></i>
</div>
<p class="skill-card-name mb-0">REST APIs</p>
</div>
</div>
</div>
<h3 class="skill-category-title fade-in">DevOps & Tools</h3>
<div class="row g-3">
<div class="col-6 col-md-4 col-lg-2">
<div class="skill-card fade-in">
<div class="skill-card-icon">
<i class="bi bi-git"></i>
</div>
<p class="skill-card-name mb-0">Git</p>
</div>
</div>
<div class="col-6 col-md-4 col-lg-2">
<div class="skill-card fade-in">
<div class="skill-card-icon">
<i class="bi bi-arrow-repeat"></i>
</div>
<p class="skill-card-name mb-0">CI / CD</p>
</div>
</div>
<div class="col-6 col-md-4 col-lg-2">
<div class="skill-card fade-in">
<div class="skill-card-icon">
<i class="bi bi-bug"></i>
</div>
<p class="skill-card-name mb-0">Cypress</p>
</div>
</div>
<div class="col-6 col-md-4 col-lg-2">
<div class="skill-card fade-in">
<div class="skill-card-icon">
<i class="bi bi-play-circle"></i>
</div>
<p class="skill-card-name mb-0">Playwright</p>
</div>
</div>
<div class="col-6 col-md-4 col-lg-2">
<div class="skill-card fade-in">
<div class="skill-card-icon">
<i class="bi bi-cloud"></i>
</div>
<p class="skill-card-name mb-0">AWS / Azure</p>
</div>
</div>
<div class="col-6 col-md-4 col-lg-2">
<div class="skill-card fade-in">
<div class="skill-card-icon">
<i class="bi bi-box-seam"></i>
</div>
<p class="skill-card-name mb-0">Docker</p>
</div>
</div>
</div>
</div>
</section>
<section class="content-section" id="experience">
<div class="container">
<h2 class="section-title fade-in">Work Experience</h2>
<p class="section-subtitle fade-in">
Over ten years of professional experience at global companies.
</p>
<div class="row">
<div class="col-lg-8">
<div class="timeline">
<div class="timeline-item fade-in">
<div class="timeline-marker"></div>
<div class="timeline-content">
<span class="timeline-date">Jan 2022 – Dec 2025</span>
<h3 class="timeline-title">Software Developer II</h3>
<p class="timeline-company">
<i class="bi bi-building me-1"></i>Dayforce, Toronto,
Canada
</p>
<p class="timeline-desc">
Built and architected components for a new Design System
(UI React Component Library) used by feature teams,
improving developer productivity and saving thousands of
hours. Wrote accessible code (a11y) adhering to WCAG AA
standards and developed internal tools for Design System
contributors.
</p>
</div>
</div>
<div class="timeline-item fade-in">
<div class="timeline-marker"></div>
<div class="timeline-content">
<span class="timeline-date">Feb 2020 – Dec 2021</span>
<h3 class="timeline-title">System Analyst</h3>
<p class="timeline-company">
<i class="bi bi-building me-1"></i>Chubb Fire and
Security, Toronto, Canada
</p>
<p class="timeline-desc">
Led enhancement projects by identifying requirements,
validating configuration, and managing changes to
production. Reduced 90% of manual efforts for master data
maintenance by implementing macros. Wrote SQL scripts for
timesheet application data analysis.
</p>
</div>
</div>
<div class="timeline-item fade-in">
<div class="timeline-marker"></div>
<div class="timeline-content">
<span class="timeline-date">Jan 2016 – Dec 2019</span>
<h3 class="timeline-title">
Senior SAP HCM Functional Consultant
</h3>
<p class="timeline-company">
<i class="bi bi-building me-1"></i>ADP, Hyderabad, India
</p>
<p class="timeline-desc">
SAP HCM support and upgrade projects involving business
process analysis, configuration, customization, testing,
and production support. Technical point of contact for US
and Canada spin-off projects of HP, Delphi Technologies,
and UTC.
</p>
</div>
</div>
<div class="timeline-item fade-in">
<div class="timeline-marker"></div>
<div class="timeline-content">
<span class="timeline-date"
>Sept 2015 – Jan 2016</span
>
<h3 class="timeline-title">Associate Software Engineer</h3>
<p class="timeline-company">
<i class="bi bi-building me-1"></i>TCS, Chennai, India
</p>
<p class="timeline-desc">
Trained in Agile Methodologies, Manual Testing, Automation
Testing, and Performance Testing tools.
</p>
</div>
</div>
<div class="timeline-item fade-in">
<div class="timeline-marker"></div>
<div class="timeline-content">
<span class="timeline-date"
>June 2014 – Dec 2014</span
>
<h3 class="timeline-title">Software Developer Intern</h3>
<p class="timeline-company">
<i class="bi bi-building me-1"></i>IBM, Pune, India
</p>
<p class="timeline-desc">
Automated marketing application package installations on
Cloud Platform (Pure Unice Patterns) using Python.
</p>
</div>
</div>
<div class="timeline-item fade-in">
<div class="timeline-marker"></div>
<div class="timeline-content">
<span class="timeline-date">Jan 2014 – May 2014</span>
<h3 class="timeline-title">
Academic Initiative Team Member
</h3>
<p class="timeline-company">
<i class="bi bi-building me-1"></i>IBM, Hyderabad, India
</p>
<p class="timeline-desc">
Part of the academic initiative team, trained students in
colleges on mobile application development using IBM
Worklight.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="content-section" id="education">
<div class="container">
<h2 class="section-title fade-in">Education & Courses</h2>
<p class="section-subtitle fade-in">
Sharpening my depth in complex software systems.
</p>
<div class="row g-4 mb-5">
<div class="col-md-4 fade-in">
<div class="education-card">
<div class="education-icon">
<i class="bi bi-mortarboard-fill"></i>
</div>
<h3 class="education-degree">
Master of Science in Computer Science
</h3>
<p class="education-school">Northeastern University, Boston</p>
<p class="education-year mb-0">2026 – Present</p>
</div>
</div>
<div class="col-md-4 fade-in">
<div class="education-card">
<div class="education-icon">
<i class="bi bi-cloud-fill"></i>
</div>
<h3 class="education-degree">
Postgraduate Diploma in Cloud Computing for Big Data
</h3>
<p class="education-school">Lambton College, Toronto, Canada</p>
</div>
</div>
<div class="col-md-4 fade-in">
<div class="education-card">
<div class="education-icon">
<i class="bi bi-award-fill"></i>
</div>
<h3 class="education-degree">
Bachelor of Technology in Information Technology
</h3>
<p class="education-school">
Jawaharlal Nehru Technological University, Hyderabad, India
</p>
</div>
</div>
</div>
<h3 class="skill-category-title fade-in">
Relevant Courses at Northeastern
</h3>
<div class="d-flex flex-wrap gap-3">
<span class="course-badge fade-in">
<i class="bi bi-diagram-3"></i> Program Design Paradigms (PDP)
</span>
<span class="course-badge fade-in">
<i class="bi bi-database"></i> Database Management Systems (DBMS)
</span>
<span class="course-badge fade-in">
<i class="bi bi-globe2"></i> Web Development
</span>
</div>
</div>
</section>
<section class="content-section" id="hobbies">
<div class="container">
<h2 class="section-title fade-in">Hobbies & Interests</h2>
<p class="section-subtitle fade-in">
What I do when I’m not writing code.
</p>
<div class="row g-4">
<div class="col-6 col-md-4 col-lg-2">
<div class="hobby-card fade-in">
<span class="hobby-icon" aria-hidden="true">π―</span>
<h3 class="hobby-name">Valorant</h3>
<p class="hobby-desc">Tactical FPS</p>
</div>
</div>
<div class="col-6 col-md-4 col-lg-2">
<div class="hobby-card fade-in">
<span class="hobby-icon" aria-hidden="true">π«</span>
<h3 class="hobby-name">CS</h3>
<p class="hobby-desc">Counter-Strike</p>
</div>
</div>
<div class="col-6 col-md-4 col-lg-2">
<div class="hobby-card fade-in">
<span class="hobby-icon" aria-hidden="true">π</span>
<h3 class="hobby-name">Apex Legends</h3>
<p class="hobby-desc">Battle Royale</p>
</div>
</div>
<div class="col-6 col-md-4 col-lg-2">
<div class="hobby-card fade-in">
<span class="hobby-icon" aria-hidden="true">π</span>
<h3 class="hobby-name">Cricket</h3>
<p class="hobby-desc">Outdoor sport</p>
</div>
</div>
<div class="col-6 col-md-4 col-lg-2">
<div class="hobby-card fade-in">
<span class="hobby-icon" aria-hidden="true">π</span>
<h3 class="hobby-name">Pickleball</h3>
<p class="hobby-desc">Racket sport</p>
</div>
</div>
<div class="col-6 col-md-4 col-lg-2">
<div class="hobby-card fade-in">
<span class="hobby-icon" aria-hidden="true">π»</span>
<h3 class="hobby-name">PC Gaming</h3>
<p class="hobby-desc">Building rigs</p>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="footer-section">
<div class="container">
<div class="row g-4">
<div class="col-md-4">
<h2 class="footer-brand">
<span class="gradient-text">Anurag Reddy</span>
</h2>
<p class="footer-text">
Software Developer II & CS Master’s student at
Northeastern University. Always building, always learning.
</p>
</div>
<div class="col-md-4">
<h3 class="footer-title">Quick Links</h3>
<ul class="footer-links">
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="./projects.html">Projects</a></li>
</ul>
</div>
<div class="col-md-4">
<h3 class="footer-title">Connect</h3>
<div class="social-links">
<a
href="https://www.linkedin.com/in/anurag-reddy-7140a85a/"
target="_blank"
rel="noopener noreferrer"
class="social-link"
aria-label="LinkedIn profile"
>
<i class="bi bi-linkedin"></i>
</a>
<a
href="https://github.com/anurag-reddy1"
target="_blank"
rel="noopener noreferrer"
class="social-link"
aria-label="GitHub profile"
>
<i class="bi bi-github"></i>
</a>
<a
href="mailto:pottigari.a@northeastern.edu"
class="social-link"
aria-label="Send email"
>
<i class="bi bi-envelope-fill"></i>
</a>
</div>
</div>
</div>
<div class="footer-bottom">
<p class="mb-0">
© 2026 Anurag Reddy Pottigari. All rights reserved.
</p>
</div>
</div>
</footer>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
crossorigin="anonymous"
></script>
<script type="module" src="./js/main.js"></script>
</body>
</html>