Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashwenth committed Oct 22, 2024
1 parent 2a66b77 commit 7d83f3f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 8 deletions.
35 changes: 27 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ <h2 class="text-center">ABOUT ME</h2>

<div class="text-center">
<span>
Hi, I am Shashwenth Muralidharan, and I am an entry-level software engineer. I recently graduated from Rutgers University -
New Brunswick with a Master's degree in Computer Science, achieving a GPA of 3.87. I am really interested in backend development
and database administration. That doesn't mean I do not enjoy front-end development. I like to call myself a backend engineer
Hi, I am Shashwenth Muralidharan, and I am an software engineer. I recently graduated from Rutgers University -
New Brunswick with a Master's degree in Computer Science, achieving a GPA of 3.87. I am experienced in backend development
and database administration which means I love to read logs. That doesn't mean I do not enjoy front-end development. I like to call myself a backend engineer
who can work with frontend frameworks. I am also passionate about personal growth. Every opportunity for me is a chance to grow
both professionally and personally.
</span>
Expand Down Expand Up @@ -155,7 +155,26 @@ <h2>Experience</h2>
<span class="date">Aug, 2024 - Present</span>
<h3>Saayam For All</h3>
<p><strong>Full Stack Developer</strong></p>
<p>At Saayam I am developing and managing a microservice that migrates over 100K data from a third party API to an AWS Aurora DB. I have wrote AWS Lambda functions to automate bi-weekly data updations methods to maintain consistent and up-to-date data across the databases.</p>
<p>
At KST Infotech, I played a pivotal role in migrating a legacy monolithic system to a microservices architecture, successfully designing two microservices and utilized Jenkins, Kubernetes and Docker during production and deployment resulting in reduced dowm time and reduced deployment time.
</p>
</div>
</div>
<div class="timeline-item left">
<div class="timeline-content">
<span class="date">Jan, 2022 - Jul, 2022</span>
<h3>KST Infotech</h3>
<p><strong>Software Developer</strong></p>
<p>As an Intern I implemented secure user authentication protocols using Spring Security and OAuth 2.0 in Java, and optimized SQL queries in PostgreSQL, reducing search time by 30% through strategic indexing.
</p>
</div>
</div>
<div class="timeline-item right">
<div class="timeline-content">
<span class="date">May, 2021 - Jan, 2022</span>
<h3>KST Infotech</h3>
<p><strong>Software Developer Intern</strong></p>
<p>As an Intern I assisted in developing and managing API's and performing Unit tests of these functionalites. Furthermore, involved in Agile development practices during the development of the application. </p>
</div>
</div>
<div class="timeline-item left">
Expand All @@ -181,13 +200,13 @@ <h2 class="text-center">RECENT WORKS</h2>
<div class="row row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card h-100">
<img src="./static/survey.jpg" class="card-img-top" alt="...">
<img src="./static/Image_Thubnail.png" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">SurveyMaster</h5>
<p class="card-text">Using React and Spring Boot to create an application that allows users to post surveys and record responses</p>
</div>
<div class="card-footer">
<small class="text-muted"><a href="https://github.com/Shashwenth/Survey-Application" target="_blank">Link</a></small>
<small class="text-muted"><a href="https://taupe-toffee-5512eb.netlify.app/" target="_blank">Link</a></small>
</div>
</div>
</div>
Expand Down Expand Up @@ -310,10 +329,10 @@ <h3>Sri Sairam Engineering College</h3>
<section class="section light-background fade-effect" id="resume">
<div class="section-title"><h2>My Resume</h2></div>
<div class="pdf-container">
<iframe src="https://drive.google.com/file/d/1uvdXEIMwDcz9bQ0ZlBuozrmdBhdnaiIG/preview" width="100%" height="600px" allow="autoplay"></iframe>
<iframe src="https://drive.google.com/file/d/1D8zfJIT3cKBJGa2B8oVyYVM0aYJIMRdB/preview" width="100%" height="600px" allow="autoplay"></iframe>
</div>
<div class="pdf-controls">
<a href="https://drive.google.com/uc?export=download&id=1uvdXEIMwDcz9bQ0ZlBuozrmdBhdnaiIG" class="download-btn">Download PDF</a>
<a href="https://drive.google.com/uc?export=download&id=1D8zfJIT3cKBJGa2B8oVyYVM0aYJIMRdB" class="download-btn">Download PDF</a>
</div>
</section>

Expand Down
Binary file added static/Image_Thubnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7d83f3f

Please sign in to comment.