Skip to content

Commit

Permalink
Merge pull request #122 from lyes-sefiane/develop
Browse files Browse the repository at this point in the history
2024-11-04 profile update
  • Loading branch information
lyes-sefiane authored Nov 4, 2024
2 parents 9114a63 + ef620fc commit 4913039
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 4 deletions.
Binary file added images/certificate-of-canadian-citizenship.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/educational-credential-assessment.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 42 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ <h2 class="h2 fw-light mb-4">Work Experience</h2>
<div class="timeline-body px-4 pb-4">
<div class="text-muted text-small mb-3">December 2022 - Present | Greater Ottawa Metropolitan Area | Permanent Full-time | On-Site</div>
<ul>
<li>Develop a <a href="https://github.com/lyes-sefiane/grocery-items-management-application"> JavaFX Desktop application</a> supported by a Microservice Architecture Design.</li>
<li>Develop a <a href="https://github.com/lyes-sefiane/grocery-items-management-application"> JavaFX Desktop application</a> supported by a microservice architecture design.</li>
<li>Earn <a href="https://www.credly.com/badges/c0164deb-d67f-45ea-8e75-7b4bf9f116c1/linked_in_profile?trk=public_profile_see-credential">AWS badges</a> from Amazon Web Services Training and Certification.</li>
<li>Create a portfolio website: <a href="https://lyes-sefiane.web.app/">https://lyes-sefiane.web.app/</a>.</li>
<li>Check of my full background following my resignation from <a href="https://www.ciena.com/">Ciena.</a></li>
Expand All @@ -328,7 +328,7 @@ <h2 class="h2 fw-light mb-4">Work Experience</h2>
<div class="timeline-body px-4 pb-4">
<div class="text-muted text-small mb-3">March 2022 - July 2022 | Greater Montreal Metropolitan Area | Permanent Full-time | Remote</div>
<ul>
<li>Work in a “DevOps�?culture from requirements, implementation to deployment.</li>
<li>Work in a “DevOps" culture from requirements, implementation to deployment.</li>
<li>Apply technologies (Linux, Docker) to develop and support inhouse and commercial software.</li>
<li>Interact with a globally distributed team of product designers.</li>
</ul>
Expand Down Expand Up @@ -555,7 +555,7 @@ <h2 class="h2 fw-light mb-4">Portfolio</h2>
<div class="col-md-6 d-flex align-items-center" data-aos="fade-right" data-aos-delay="100">
<div class="m-4 mt-md-2 text-end">
<p class="text-teal text-small">Java / Spring Boot / MongoDB / Redis / Docker / Zipkin</p>
<h3>Grocery Items Application</h3>
<h3>Grocery Items Management Application</h3>
<p class="text-muted">
Grocery Items Management Application is a JavaFX Desktop application supported by a microservice architecture design deployed via docker-compose to expose grocery Items via REST developed with Java 17, Spring Framework 6, Redis, MongoDB, HashiCorp Consul and Zipkin.
</p><a href="https://github.com/lyes-sefiane/grocery-items-management-application/wiki" target="_blank">Learn More</a>
Expand Down Expand Up @@ -616,7 +616,45 @@ <h2 class="h2 fw-light mb-4">Licenses & Certifications </h2>

<div class="row row-cols-1 row-cols-md-2 row-cols-lg-3 g-3">


<div class="col">
<div class="card" data-aos="fade-right" data-aos-delay="100">
<a href="images/certificate-of-canadian-citizenship.PNG"><img src="images/certificate-of-canadian-citizenship.PNG" class="card-img-top" alt="Certificate of Canadian Citizenship"></a>
<div class="card-body">
<h5 class="card-title">Certificate of Canadian Citizenship <img class="img-fluid border-0" src="images/canada-flag.png" width="24" height="24"/></a></h5>
<p class="card-text">
Entitled to all the rights and privileges, and bears all the responsabilities, obligations and duties of a Canadian subject. Effective <strong>2024-05-07</strong>.
<a href="https://www.canada.ca/en/immigration-refugees-citizenship/services/canadian-citizenship/become-canadian-citizen/eligibility.html" target="_blank">Learn More</a>
</p>
</div>
</div>
</div>

<div class="col">
<div class="card" data-aos="fade-right" data-aos-delay="100">
<a href="images/moving-from-developer-to-engineering-manager.png"><img src="images/moving-from-developer-to-engineering-manager.png" class="card-img-top" alt="Moving from Developer to Engineering Manager"></a>
<div class="card-body">
<h5 class="card-title">Tech Career Skills: Moving from Developer to Engineering Manager</h5>
<p class="card-text">
Fundamental tasks you'll need to tackle as a manager, as well as how to switch your focus from hands-on coding to coaching.
<a href="https://www.linkedin.com/learning/tech-career-skills-moving-from-developer-to-engineering-manager?trk=learning-certificate_detail_search-card&upsellOrderOrigin=public_profile_certification-title" target="_blank">Learn More</a>
</p>
</div>
</div>
</div>

<div class="col">
<div class="card" data-aos="fade-right" data-aos-delay="100">
<a href="images/educational-credential-assessment.PNG"><img src="images/educational-credential-assessment.PNG" class="card-img-top" alt="Educational Credential Assessment"></a>
<div class="card-body">
<h5 class="card-title">Educational Credential Assessment Issued by <a href="https://learn.utoronto.ca/">University of Toronto School of Continuing Studies</a></h5>
<p class="card-text">
Master's degree from <a href="https://dauphine.psl.eu/en/">Paris Dauphine Univerity</a>. Remarks : Program jointly awarded by two separate higher education institutions in France. <br/>Issued <strong>2023-10-27</strong>.
<a href="https://learn.utoronto.ca/comparative-education-service" target="_blank">Learn More</a>
</p>
</div>
</div>
</div>

<div class="col">
<div class="card" data-aos="fade-right" data-aos-delay="100">
<a href="images/mongodb-crud-operations-in-java.PNG"><img src="images/mongodb-crud-operations-in-java.PNG" class="card-img-top" alt="MongoDB CRUD Operations in Java"></a>
Expand Down

0 comments on commit 4913039

Please sign in to comment.