-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (52 loc) · 2.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Welcome page</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="top-nav">
<div class="left-links">
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./files/Masters Resume - Balaji-2.pdf" target="_blank" rel="noopener noreferrer">Resume</a></li>
<li><a href="./pages/blog.html">Blog</a></li>
</ul>
</div>
<div class="right-links">
<ul>
<li><a href="https://github.com/balajimurugaiya">Github</a></li>
<li><a href="https://in.linkedin.com/in/balaji-murugaiya-6707b2150">Linkedin</a></li>
<li><a href="mailto:[email protected]">Send a mail!</a></li>
</ul>
</div>
</div>
<div class="name-card">
<img src="./files/propic.jpeg" alt="A noice pic">
<div>Balaji Murugaiya</div>
</div>
<div class="content">
<p>I'm a software engineer(Backend mainly) who is very passionate about
building cool software that people like using. I have professional experience
working with <strong>Spring boot , MySQL, Docker , Kubernetes , Grafana,
Prometheus, Redis , Jenkins and Karate framework</strong>.</p>
<p>I have deep expertise in the OAuth protocol through my experience
at Freshworks, where I have contributed in building an OAuth2.1 Authorization
server which is used by apps on the Freshworks marketplace to access data from
user accounts.
</p>
<p>More recently, I worked on building OIDC support to the OAuth server to provide
SSO support to the newly aquired on-prem software company Device42 within the
Freshworks ecosystem. I have gained deep understanding of Spring security and
the new Spring authorization server framework and the related codebases through
these oppurtunities.
</p>
<p>Outside work, I am really passionate about cars and love to read and write about them
(You should checkout my <a href="./pages/blog.html">blog</a>!). I like running and
hitting the gym to fuel my mood. I enjoy watching anime and feel-good movies.
</p>
</div>
<div class="footer">© 2024 - 2024. All Rights Reserved by Balaji Murugaiya</div>
</body>
</html>