-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest-with-progress.html
More file actions
95 lines (85 loc) · 6.14 KB
/
test-with-progress.html
File metadata and controls
95 lines (85 loc) · 6.14 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
<header class="header">
<h1 class="name">Bharathkumar Palanisamy</h1>
<p class="role">Full-Stack Engineer (JavaScript / Node.js & React)</p>
<p class="location">Bengaluru, India</p>
<div class="contact">
<a href="mailto:kumarbharath63@icloud.com">kumarbharath63@icloud.com</a>
<span>+91 8667861408</span>
<a href="https://linkedin.com/in/bharathkumar-palanisamy" target="_blank">LinkedIn</a>
<a href="https://github.com/Bharath-code/" target="_blank">GitHub</a>
<a href="https://bharathkumar.dev" target="_blank">Portfolio</a>
</div>
</header>
<section class="section">
<h2>Profile</h2>
<p class="profile-text">Full-Stack Engineer with 5 years of professional experience across the JavaScript ecosystem. I build end-to-end web applications and production APIs using Node.js, Express, React/Next.js and modern databases. I took a planned career break to focus on personal priorities while actively upskilling — building personal projects, contributing to open source, and staying current with modern tooling. Now actively seeking to re-enter the workforce and contribute as a focused, production-minded engineer.</p>
</section>
<section class="section">
<h2>Tech Stack</h2>
<div class="tech-stack">
<span class="tech-item">Node.js</span><span class="tech-item">Express</span><span class="tech-item">TypeScript</span><span class="tech-item">Sveltekit</span><span class="tech-item">React</span><span class="tech-item">Next.js</span><span class="tech-item">Astro</span><span class="tech-item">Tailwind</span><span class="tech-item">shadcnUI</span><span class="tech-item">Postgres</span><span class="tech-item">MongoDB</span><span class="tech-item">Redis</span><span class="tech-item">Docker</span><span class="tech-item">Kubernetes</span><span class="tech-item">GraphQL</span><span class="tech-item">REST</span><span class="tech-item">GitHub Actions</span><span class="tech-item">AWS</span>
</div>
</section>
<section class="section">
<h2>Experience</h2>
<div class="experience-item">
<div class="experience-header">
<h3>Accenture</h3>
<span class="dates">2019 — 2021</span>
</div>
<p class="job-title">Full-Stack Engineer</p>
<ul class="bullets">
<li>Built an enterprise-level <strong>Code Scan Platform</strong> from scratch that identified vulnerabilities in large-scale applications and suggested potential fixes.</li><li>Designed and implemented secure, scalable REST APIs with <strong>Node.js, Express, and MongoDB</strong> to handle high-volume scan data.</li><li>Developed <strong>pixel-perfect frontends</strong> by converting Figma designs into responsive React + Redux dashboards, ensuring design consistency and accessibility.</li><li>Integrated CI/CD pipelines using <strong>GitHub Actions and Docker</strong>, reducing deployment times by 60% and minimizing production errors.</li><li>Collaborated with product managers, security teams, and designers to deliver a compliant and enterprise-ready product.</li>
</ul>
</div>
<div class="experience-item">
<div class="experience-header">
<h3>Infosys</h3>
<span class="dates">2015 — 2019</span>
</div>
<p class="job-title">Full-Stack Engineer</p>
<ul class="bullets">
<li>Worked with <strong>major national banks</strong> to design and deliver secure, high-performance features for customer-facing applications.</li><li>Developed backend services in <strong>Node.js/Express with PostgreSQL</strong>, optimized queries, and introduced <strong>Redis caching</strong> to improve performance by 40%.</li><li>Implemented <strong>authentication flows (JWT, OAuth2)</strong> and role-based access to meet banking compliance and security standards.</li><li>Converted business requirements and <strong>Figma wireframes into production-grade UIs</strong> using React, HTML5, and CSS3.</li><li>Collaborated in Agile sprints with QA and frontend teams to deliver new banking modules within strict deadlines.</li>
</ul>
</div>
</section>
<section class="section">
<h2>Key Projects</h2>
<div class="project-item">
<h3>Task & Reminder App (Personal)</h3>
<p class="project-desc">Full-stack productivity app with grouping, reminders, and AI-generated subtasks to help focus and complete work.</p>
<p class="project-tech">Next.js • Node.js • MongoDB • TailwindCSS • Vercel</p>
</div>
<div class="project-item">
<h3>Tab Focus Chrome Extension</h3>
<p class="project-desc">Chrome extension to manage open tabs by encouraging focus and closing unused tabs (Manifest V3).</p>
<p class="project-tech">JavaScript • Chrome Extension APIs</p>
</div>
<div class="project-item">
<h3>Portfolio & Blog</h3>
<p class="project-desc">Personal portfolio built to showcase projects and write technical posts about modern JS tooling.</p>
<p class="project-tech">SvelteKit • Vercel • Markdown</p>
</div>
</section>
<section class="section">
<h2>Leadership & Mentoring</h2>
<ul class="simple-list">
<li>Mentored junior developers and reviewed PRs to improve code quality.</li><li>Collaborated cross-functionally with QA and designers to ship polished features.</li>
</ul>
</section>
<section class="section">
<h2>Open-source & Community</h2>
<ul class="simple-list">
<li>Small npm package published for internal CI helpers.</li><li>Contributed documentation fixes and small patches to open-source JavaScript libraries.</li>
</ul>
</section>
<section class="section">
<h2>Education</h2>
<div class="education-item">
<h3>B.E in Electrical and Electronics</h3>
<p class="school">Sri Krishna College of Engineering and Technology (2011 – 2015)</p>
<ul class="simple-list">
<li>Graduated with First Class Honours</li>
</ul>
</div>
</section>