From d92f92ecbce8a66669f6d46c25c1b28cb3e05acd Mon Sep 17 00:00:00 2001 From: Diogo Ferreira Date: Tue, 23 Apr 2024 22:35:15 +0200 Subject: [PATCH] Update aboutme page (#25) --- _config.yml | 4 ++-- _layouts/home.html | 1 - about/index.md | 14 +++++++++----- assets/img/strava.svg | 1 + index.html | 2 +- 5 files changed, 13 insertions(+), 9 deletions(-) create mode 100644 assets/img/strava.svg diff --git a/_config.yml b/_config.yml index ee81320..cb480de 100755 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ # Site -title: Diogo Ferreira webpage +title: Diogo Ferreira website #bio: '' -description: "Diogo Ferreira personal webpage." +description: "Diogo Ferreira website" reading_time: true words_per_minute: 200 logo: 'assets/img/me.jpg' diff --git a/_layouts/home.html b/_layouts/home.html index 349e158..2d7f1cc 100755 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -23,7 +23,6 @@

{{ site.title }}

-

{{ site.bio }}

diff --git a/about/index.md b/about/index.md index cce16a7..a289fc9 100755 --- a/about/index.md +++ b/about/index.md @@ -8,17 +8,21 @@ comments: false # Who am I? -![me](../assets/img/me.jpg "me"){: style="height:250px"} +![me](../assets/img/me.jpg "me"){: style="height:200px"} |Name| **Diogo Daniel Soares Ferreira**| |Born| **February 3rd, 1997**| |Location| **Oostende, Belgium**| -|Education| **Master in Computer and Telematics Engineering (Aveiro University, 2014-2019)** ![UA_Logo](../assets/img/ua_logo_3.jpg "UA Logo"){: style="display:inline; height:50px"}| -|Job| **Software Engineer @** ![Timefold_Logo](../assets/img/timefold-logo-horizontal-positive.svg "Timefold Logo"){: style="display:inline; height:30px"}| +|Education| **Master in Computer and Telematics Engineering (Aveiro University, 2014-2019)** ![UA_Logo](../assets/img/ua_logo_3.jpg "UA Logo"){: style="display:inline; height:40px"}| +|Job| **Software Engineer @** ![Timefold_Logo](../assets/img/timefold-logo-horizontal-positive.svg "Timefold Logo"){: style="display:inline; height:20px"}| Hi! I'm Diogo Ferreira and I am Software Engineer with +4 years of experience, mainly in event-driven architectures, working with technologies such as Java, Kotlin, Scala, Quarkus, Spring, Flink, Akka, Kafka, Relational (PostgreSQL) and Non-relational Databases (Elasticsearch). +When I'm not coding, I may be reading (check out my Goodreads
![Timefold_Logo](https://s.gr-assets.com/images/badge/badge1.jpg){: style="display:inline; height:20px"}) or running (check out my Strava ![Timefold_Logo](../assets/img/strava.svg){: style="display:inline; height:20px"}). + +I am also a big enthusiast of the FIRE movement and of financial literacy. I am currently 25% FIRE 💸💸💸. + # Experience |**Software Engineer** ![Timefold_Logo](../assets/img/timefold-logo-horizontal-positive.svg "Timefold Logo"){: style="display:inline; height:30px"}| @@ -42,13 +46,13 @@ Using Java with Quarkus framework and Apache Camel to build and monitor data-dri --- -|**Student Researcher** ![IT_Logo](../assets/img/it.png "IT Logo"){: style="display:inline; height:50px"}| +|**Student Researcher** ![IT_Logo](../assets/img/it.png "IT Logo"){: style="display:inline; height:30px"}| |**04/19 - 08/19**| |Study and development of machine learning models for time series prediction metrics in 5G slices, using Deep Learning techniques. The project is being developed in the Network Architectures and Protocols (NAP) group, having as mentor Prof. Dr. Susana Sargento.| --- -|**Undergraduate Student Researcher** ![IT_Logo](../assets/img/it.png "IT Logo"){: style="display:inline; height:50px"}| +|**Undergraduate Student Researcher** ![IT_Logo](../assets/img/it.png "IT Logo"){: style="display:inline; height:30px"}| |**10/17 - 09/18**| |Study of intelligence mechanisms in the core of a 5G network for monitoring, optimization and security. The project was developed in the Network Architectures and Protocols (NAP) group, having as mentor Prof. Dr. Susana Sargento. Continuation of a project made in a third-year course (“Project in Informatics Engineering”), in partnership with Altice Labs, having as main goal to develop a platform with support for management, monitoring, alerts and actuation over the data of a city, in real-time (smart city).| diff --git a/assets/img/strava.svg b/assets/img/strava.svg new file mode 100644 index 0000000..f9794fc --- /dev/null +++ b/assets/img/strava.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index ae168d4..b92481f 100755 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ --- layout: home -title: Welcome! +title: comments: false ---