-
Notifications
You must be signed in to change notification settings - Fork 0
/
myresume.html
64 lines (61 loc) · 3.42 KB
/
myresume.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Resume</title>
</head>
<body>
<img src="assets/images/IMG_1706.jpg" alt="Me Before Graduation" height="350">
<h2>Summary</h2>
<p>I am a Software Engineer at <a href="https://www.nice.com/">NICE</a> and based out in Salt Lake City, Utah. I obtained my Masters degree in Computer Science from the University of Utah. I am interested in Software Development and Problem Solving at all scales.</p>
<h2>Education</h2>
<ul>
<li><h4><i>Masters in Computer Science</i>, University of Utah</h4></li>
<ul>
<li><b>Relevant Courses:</b> Graduate Algorithms, Distributed Systems, Computer Architecture, Operating Systems, Natural Language Processing.</li>
<li>GPA: 3.86</li>
</ul>
<li>
<h4><i>Bachelor of Technology</i>, KL University</h4>
</li>
</ul>
<h2>Work Experience</h2>
<ul>
<li><p>Software Engineer, NICE<p></li>
<p><i>July 2023-Present</i></p>
<ul>
<li>Working on the Digital First Integrations Team</li>
<li><i>Technologies:</i> Go, AWS, SQL</li>
</ul>
<li><p>Software Engineer Intern, Precise Software Solutions<p></li>
<li>Member Technical Staff, Zoho Corporation</li>
<p><i>May 2017 - July 2021</i></p>
<ul>
<li>Worked on building NLP and Machine Learning Models and optimizing them.</li>
</ul>
</ul>
<h3>Skills</h3>
<ul>
<li><b>Languages and Technologies: </b>Python, Go Lang, AWS, SQL, Docker</li>
<li><b>Certifications</b></li>
<ul>
<li><a href="https://www.credly.com/badges/c33bbd9f-5c8f-4660-84cb-10051bcc709a/public_url" target="_blank">AWS Certified Solution Architect, Associate</a></li>
<li><a href="https://www.credly.com/badges/de74ae0d-2ea5-486b-8058-e3c718a942c1/public_url" target="_blank">AWS Certified Cloud Practioner</a></li>
<li>Problem Solving (intermediate) from <a href="https://www.hackerrank.com/certificates/59cc2e700c00" target="_blank">HackerRank</a></li>
<li>Data Science Ethics from <a href="https://www.coursera.org/account/accomplishments/certificate/8PBHK74HSRGW" target="_blank">Coursera</a></li>
<li>Go (Basic) from <a href="https://www.hackerrank.com/certificates/a3042b58359d" target="_blank">HackerRank</a></li>
<li>SQL (Basic) from <a href="https://www.hackerrank.com/certificates/a207a404f26e" target="_blank">HackerRank</a></li>
<li>And <a href="https://www.linkedin.com/in/sugeeth/details/certifications/" target="_blank">other</a> certifications</li>
</ul>
</ul>
<h3>Online</h3>
<a href="https://www.linkedin.com/in/sugeeth/" target="_blank"><img src="assets/images/icons/linkedin.png" alt="Click to view my linkedin" height="25px"></a>
<br>
<a href="mailto: [email protected]" target="_blank"><img src="assets/images/icons/mail.png" alt="Click to mail me" height="25px"></a>
<br>
<a href="https://leetcode.com/_sugeeth" target="_blank"><img src="assets/images/icons/laptop.png" alt="Click to view my leetcode profile" height="25px"></a>
<br>
<a href="https://github.com/sugeeth14" target="_blank"><img src="assets/images/icons/github.png" alt="Click to view my github" height="25px"></a>
</body>
</html>