Skip to content

Commit

Permalink
Cv updated
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlondon07 committed Sep 13, 2023
1 parent 45d43fb commit a4748a5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ <h2 class="lastName text-nowrap">{{ lastName }}</h2>
<div class="row">
<div class="col">
<ul class="ms-2">
<li class="pb-2" v-for="language in languages">
<li class="pb-2 fw-bold" v-for="language in languages">
{{ language }}
</li>
</ul>
Expand Down Expand Up @@ -221,14 +221,15 @@ <h2 class="lastName text-nowrap">{{ lastName }}</h2>
<div class="row">
<div class="col">
<ul class="ms-2">
<li class="pb-2" v-for="course in courses">{{ course.name }}
<p class="white-space: pre-line"> {{ course.company }}</p>
<li class="pb-2" v-for="course in courses ">{{ course.name }}
<p class="white-space: pre-line fw-bold"> {{ course.company }}</p>
</li>
</ul>
</div>
</div>
</div>
</div>

</section>
</section>
<div class="btn-group-fab d-print-none">
Expand Down
11 changes: 9 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ const resume = {
'Docker',
'Splunk',
'Grafana',
'New Relic',
'AWS',
'JavaScript',
'PHP',
'Angular',
'TypeScript',
'Azure',
'NodeJS',
'MySQL',
'PostgreSQL',
'MongoDB',
Expand All @@ -82,7 +82,9 @@ My current focus is Spring Boot and Microservices, where I leverage my skills to
'Write clean, readable codes, and fix bugs ',
'Use and contribute to the Continuous Integration and Continuous Delivery process (CI/CD).',
'Build and maintain new services with Java and Spring Boot, using best practices for Software architecture ',
'Environment, Tools, and Methodologies : Java 8,11, REST API, Microservices with (Spring Boot), Hystrix, Spring Config server, Log4j, Maven, Git, JUnit, Mockito, CD (continuous deployment), DevOps with Docker, Spring Cloud, Relational Database, API gateway pattern, Jenkins, Splunk, New Relic, AWS, Grafana, AppDynamics, Git, GitHub, Maven, Gradle, Jira, Scrum, MySQL, JPA ',
'Project Disney Parks: Support the food and beverage area of mobile ordering at Disney Parks',
'Project Disney Cruise Line and Project BetterMe4Glb by Globant: Working Spring Boot',
'Environment, Tools, and Methodologies : Java 8,11, REST API, Microservices with (Spring Boot), Hystrix, Spring Config server, Log4j, Maven, Git, JUnit, Mockito, CD (continuous deployment), DevOps with Docker, Spring Cloud, Relational Database, API gateway pattern, Jenkins, Splunk, New Relic, AWS, Grafana, AppDynamics, Git, GitHub, Maven, Gradle, Jira, Scrum, MySQL, JPA, AWS, Confluence ',
]
},
{
Expand Down Expand Up @@ -163,6 +165,11 @@ My current focus is Spring Boot and Microservices, where I leverage my skills to
},
],
courses: [
{
name: 'MicSI Associate Certification Program',
company: 'Mongo DB',
date: '2023-05-26',
},
{
name: 'MicroServices con Spring cloud . In process',
company: '',
Expand Down

0 comments on commit a4748a5

Please sign in to comment.