-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
195 lines (152 loc) · 7.74 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sushruth | Portfolio Website</title>
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css">
<!-- css file link -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- header section -->
<header>
<div class="user">
<img src="images/profile-pic.jpg" alt="image">
<h3 class="name">Sushruth Nagaraj</h3>
<h3 class="position">Java Full-Stack Developer</h3>
</div>
<nav class="navbar">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#work">Work Experience</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#education">Education</a></li>
</ul>
</nav>
</header>
<div id="menu" class="fas fa-bars"> </div>
<!-- home section -->
<section class="home" id="home">
<h2>Hello 👋</h2>
<p>I'm an engineering graduate passionate about building full stack applications using Java, Spring Boot, JavaScript/TypeScript, HTML/CSS, Angular, Ionic, and AWS.<p> Being an avid tech enthusiast, I love the start-up space in India that is solving challenging and complex problems of the everyday life.</p><br>
<div class="links">
<a href="tel:+917022590924"><button class="btn">Phone</button></a>
<a href="mailto:[email protected]" target="_blank" rel="noopener noreferrer"><button class="btn">Email</button></a>
<a href="https://github.com/sushnag22" target="_blank" rel="noopener noreferrer"><button class="btn">GitHub</button></a>
<a href="https://linkedin.com/in/sushnag22" target="_blank" rel="noopener noreferrer"><button class="btn">LinkedIn</button></a>
<a href="https://twitter.com/sushnag22" target="_blank" rel="noopener noreferrer"><button class="btn">Twitter</button></a>
<a href="https://drive.google.com/file/d/15OUxpPXxsFuEjlubhNtaH9Zvp6__wwjl/view?usp=sharing"><button class="btn" target="_blank" rel="noopener noreferrer">Resume</button></a>
</div>
</section>
<!-- work section -->
<section class="work" id="work">
<h1 class="heading">My <span>Work Experience</span> </h1>
<div class="box-container">
<div class="box">
<i class="fa fa-briefcase" aria-hidden="true"></i>
<span>Sept 2023 - Present</span>
<h3>SpaceBasic Inc.</h3>
<h3>Junior Full-stack Engineer</h3>
<p>
1. Led the migration of legacy PHP Laravel and Java Spring Boot 2 APIs to Java Spring Boot 3, enhancing maintainability, performance and scalability <br>
2. Resolved high priority bugs across key modules, including the decimal amount round off error and concurrency related data duplication. Strengthened application security by addressing vulnerabilities across the stack <br>
3. Optimized complex SQL queries, stored procedures, and functions to reduce query execution time by an average of 40% through elimination of inefficient joins and bottlenecks, significantly boosting database performance <br>
4. Automated financial processes with scheduled jobs (cron), including auto generation and auto reminders for payment invoices. Integrated third party SMS service (MSG91) and implemented PDF generation for receipts (HTML to PDF) <br>
5. Built advanced dashboards utilizing complex SQL queries (CTEs, subqueries, etc.), providing actionable insights for business critical decision making and reporting <br>
6. Revamped the user interface by developing reusable components in Angular (v9 and v17), improving user experience, task completion efficiency, and ensuring design consistency across the application <br>
7. Refactored legacy code to eliminate code smells, implement industry-standard best practices (SOLID, DRY), and improve maintainability, reducing technical debt across the application <br>
8. Developed a Super Admin UI for administrative tasks previously handled via direct database interactions, automating critical backend operations to enhance productivity
</p>
</div>
</div>
<div class="box-container">
<div class="box">
<i class="fa fa-briefcase" aria-hidden="true"></i>
<span>Aug 2022 - Nov 2022</span>
<h3>SHLR Technosoft Pvt. Ltd.</h3>
<h3>Software Developer Intern</h3>
<p>
1. Developed JWT secure REST APIs using Java Spring Boot and SQL datasource <br>
2. Built the CI/CD pipeline using GitHub Actions and deployed the application to AWS <br>
3. Worked on the development of the admin panel using Angular and mobile app using Ionic Angular
</p>
</div>
</div>
</section>
<!-- projects section -->
<section class="projects" id="projects">
<h1 class="heading">My <span>Projects</span> </h1>
<div class="box-container">
<div class="box">
<a href="https://github.com/sushnag22/CineReel" target="_blank" rel="noopener noreferrer">
<img src="images/project-1.jpg" alt="project-1">
</a>
</div>
<div class="box">
<a href="https://github.com/sushnag22/Dog-House" target="_blank" rel="noopener noreferrer">
<img src="images/project-2.jpg" alt="project-2">
</a>
</div>
<div class="box">
<a href="https://github.com/sushnag22/Photo-Manager" target="_blank" rel="noopener noreferrer">
<img src="images/project-3.jpg" alt="project-3">
</a>
</div>
<div class="box">
<a href="https://github.com/sushnag22/Blogger" target="_blank" rel="noopener noreferrer">
<img src="images/project-4.jpg" alt="project-4">
</a>
</div>
<div class="box">
<a href="https://github.com/sushnag22/sushnag22.github.io" target="_blank" rel="noopener noreferrer">
<img src="images/project-5.jpg" alt="project-5">
</a>
</div>
<div class="box">
<a href="https://github.com/sushnag22/Attendance-Manager" target="_blank" rel="noopener noreferrer">
<img src="images/project-6.jpg" alt="project-6">
</a>
</div>
</div>
</section>
<!-- education section -->
<section class="education" id="education">
<h1 class="heading">My <span>Education</span> </h1>
<div class="box-container">
<div class="box">
<i class="fa fa-graduation-cap" aria-hidden="true"></i>
<span>2019 - 2023</span>
<h3>JSS Academy of Technical Education</h3>
<h3>Bachelor of Engineering in Information Science & Engineering</h3>
<p>
CGPA: 8.9
</p>
</div>
<div class="box">
<i class="fa fa-graduation-cap" aria-hidden="true"></i>
<span>2017 - 2019</span>
<h3>Deeksha CFL PU College</h3>
<h3>Class XII</h3>
<p>
Percentage: 75
</p>
</div>
<div class="box">
<i class="fas fa-graduation-cap"></i>
<span>2017</span>
<h3>Vidyaniketan Public School</h3>
<h3>Class X</h3>
<p>
CGPA: 10
</p>
</div>
</div>
</section>
<!-- jquery cdn -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<!-- custom js -->
<script src="script.js"></script>
</body>
</html>