Skip to content

Commit

Permalink
minor word changes and slight padding change
Browse files Browse the repository at this point in the history
  • Loading branch information
kajgm committed Feb 9, 2024
1 parent b97e6fd commit 2b9c1e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/data/experience.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const data = [
description: {
type: 'paragraph',
content:
'In the third year of my computer engineering degree, I opted to deeper into the realm of software development by joining the core infrastructure team at SAP Canda Inc. This Co-Op marked my initiation into handling large-scale code bases and contributing directly to projects. Throughout this experience, I garnered expertise in diverse areas, such as managing asynchronous webpack dependencies, implementing certificate generation and storage for Go configuration servers, creating automated testing suites using Jest and Jasmine, conducting Jenkins CI/CD analysis, overseeing version bump processes, orchestrating cloud deployments with Kubernetes and Docker, cross-microservice debugging, and so much more. I worked alongside both fellow students and senior engineers to deliver quality code following the agile methodology and concurrently managed the completion of countless Jira tickets. I led code reviews and even full-team meetings to seamlessly integrate improvements into existing workflows and explore new approaches.',
'In the third year of my computer engineering degree, I opted to deeper into the realm of software development by joining the core infrastructure team at SAP Canda Inc. This Co-Op marked my initiation into handling large-scale code bases and contributing directly to globally recognized products. Throughout this experience, I garnered expertise in diverse areas, such as managing asynchronous webpack dependencies, implementing certificate generation and storage for Go configuration servers, creating automated testing suites using Jest and Jasmine, conducting Jenkins CI/CD analysis, overseeing version bump processes, orchestrating cloud deployments with Kubernetes and Docker, cross-microservice debugging, and so much more. I worked alongside both fellow students and senior engineers to deliver quality code following the agile methodology and concurrently managed the completion of countless Jira tickets. I led code reviews and even full-team meetings to seamlessly integrate improvements into existing workflows and explore new approaches.',
},
skills: [
'JavaScript',
Expand Down
2 changes: 1 addition & 1 deletion src/static/css/layout/_content.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.content {
display: flex;
flex-wrap: wrap;
padding-block: 50px;
padding-block: 30px;
max-width: $wrapperwidth;

h1 {
Expand Down

0 comments on commit 2b9c1e6

Please sign in to comment.