Skip to content

Commit

Permalink
Update current company
Browse files Browse the repository at this point in the history
  • Loading branch information
KARAN PARHAR authored and KSI committed Jan 6, 2024
1 parent 0f65a5a commit 439d640
Show file tree
Hide file tree
Showing 15 changed files with 4,583 additions and 2,331 deletions.
2 changes: 1 addition & 1 deletion css/resume.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Start Bootstrap - Resume v5.0.5 (https://startbootstrap.com/template-overviews/resume)
* Copyright 2013-2019 Start Bootstrap
* Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
*/

Expand Down
2 changes: 1 addition & 1 deletion css/resume.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 29 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,30 +98,45 @@ <h1 class="mb-0">Karanjit
<section class="resume-section p-3 p-lg-5 d-flex justify-content-center" id="experience">
<div class="w-100">
<h2 class="mb-5">Experience</h2>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Senior Software Developer</h3>
<div class="subheading mb-3">Cast Software</div>
<p>
<ul>
<li>Design and develop API-driven microservices.</li>
<li>Working on Docker and Graph Database.</li>
</ul>
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">November 2019 - Present</span>
</div>
</div>

<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Software Developer</h3>
<div class="subheading mb-3">Kloud9 Technologies</div>
<p>
<ul>
<li>Developing API-driven micro-services that combine into large and complex platforms.</li>
<li>Developed API-driven micro-services that combine into large and complex platforms.</li>
<li>Design and develop robust services that are in coordination with frontend developers ensuring the
production and development of a high-quality and well-tested code
</li>
<li>Building and managing automated build/test/deployment environments</li>
<li> Creating the REST APIs for Kubernetes, Jenkins, Google cloud</li>
<li>Build and managed automated build/test/deployment environments</li>
<li> Created the REST APIs for Kubernetes, Jenkins, Google cloud</li>
<li> Implement JSON Web Tokens (JWT)</li>
<li> Implement Role Based Access Control (RBAC)</li>
<li> Worked on kubernetes Custom Resource Definitions</li>
<li> Worked on operator to collect metrics from kubernetes</li>
<li> Working on Deployment tool which helps to automate deployment to GCP, AWS, Openshift, Kubernetes.
<li> Worked on Deployment tool which helps to automate deployment to GCP, AWS, Openshift, Kubernetes.
</li>
</ul>
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">March 2018 - Present</span>
<span class="text-primary">March 2018 - Oct 2019</span>
</div>
</div>

Expand Down Expand Up @@ -187,7 +202,16 @@ <h3 class="mb-0">System Engineer</h3>
<section class="resume-section p-3 p-lg-5 d-flex justify-content-center" id="projects">
<div class="w-100">
<h2 class="mb-5">Projects</h2>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Cast Imaging</h3>

<p>
Reverse-engineers all database structures, code components, and interdependencies in complex software systems,
down to the tiniest details. Creates accurate, interactive architecture blueprints.

</p>
</div>
<div class="resume-item d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="resume-content">
<h3 class="mb-0">Multi Cloud continuous delivery platform</h3>
Expand Down
2 changes: 1 addition & 1 deletion js/resume.min.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Start Bootstrap - Resume v5.0.5 (https://startbootstrap.com/template-overviews/resume)
* Copyright 2013-2019 Start Bootstrap
* Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
*/

Expand Down
Loading

0 comments on commit 439d640

Please sign in to comment.