Skip to content

Commit

Permalink
added new exp
Browse files Browse the repository at this point in the history
  • Loading branch information
KiraPC committed Sep 13, 2021
1 parent 3e54725 commit 0d4e413
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 2 deletions.
Binary file modified dist/assets/fonts/icomoon.eot
Binary file not shown.
3 changes: 2 additions & 1 deletion dist/assets/fonts/icomoon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified dist/assets/fonts/icomoon.ttf
Binary file not shown.
Binary file modified dist/assets/fonts/icomoon.woff
Binary file not shown.
4 changes: 4 additions & 0 deletions dist/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -10166,6 +10166,10 @@ p.lead {
color: currentColor;
}

.icon-go:before {
content: "";
}

section.resume-section {
display: flex;
align-items: center;
Expand Down
12 changes: 12 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,17 @@ <h2 class="mb-5">Experience</h2>
<div class="flex-grow-1">
<h3 class="mb-0">ML Software Engineer</h3>
<div class="subheading mb-3">Enel Group</div>
<p>
<b>Enel X IoT Devices Platform</b>
<br />
Development of a microservices in the Enel X platform for IoT devices.
<br />
The application is built in Python, using FastAPI. It adopts MongoDB as database, and Beanie was used as ODM.
<br />
The server expose both REST and gRPC APIs. The REST API are used by the IoT devices in order to comunicate with the platform, the gRPC are used by other microservices for internal communication.
<br />
A Kafka broker is used for asynchronous tasks.
</p>
<p>
<b>Design and development of an ML Framework for ML Application development on AWS</b>
<br />
Expand Down Expand Up @@ -177,6 +188,7 @@ <h2 class="mb-5">Skills</h2>
<li class="list-inline-item"><i class="fab fa-react" tool-tip-toggle="tooltip" data-original-title="React"></i></li>
<li class="list-inline-item"><i class="fab fa-python" tool-tip-toggle="tooltip" data-original-title="Python"></i></li>
<li class="list-inline-item"><i class="fab fa-java" tool-tip-toggle="tooltip" data-original-title="Java"></i></li>
<li class="list-inline-item"><span class="icon-go" tool-tip-toggle="tooltip" data-original-title="GoLang"></span></li>
</ul>
<div class="subheading mb-3">Tools</div>
<ul class="list-inline dev-icons">
Expand Down
Binary file modified src/assets/fonts/icomoon.eot
Binary file not shown.
3 changes: 2 additions & 1 deletion src/assets/fonts/icomoon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/fonts/icomoon.ttf
Binary file not shown.
Binary file modified src/assets/fonts/icomoon.woff
Binary file not shown.
Loading

0 comments on commit 0d4e413

Please sign in to comment.