docs(report): initial self-assessement remi
Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
65
report/self-assessment/remi.typ
Normal file
65
report/self-assessment/remi.typ
Normal file
@@ -0,0 +1,65 @@
|
||||
//
|
||||
// Description: Main document to stitch everything together
|
||||
//
|
||||
#import "/metadata.typ": *
|
||||
#import "/tail/bibliography.typ": *
|
||||
#import "/tail/glossary.typ": *
|
||||
#import "/resources/mse-title-page.typ": *
|
||||
#show:make-glossary
|
||||
#register-glossary(entry-list)
|
||||
#set text(region: "gb")
|
||||
|
||||
//-------------------------------------
|
||||
// Template config
|
||||
//
|
||||
#show: thesis.with(
|
||||
option: option + (type: "final"),
|
||||
doc: doc,
|
||||
school: school,
|
||||
date: date,
|
||||
tableof: (toc: false),
|
||||
logos: logos,
|
||||
custom-title-page: mse-title-page(
|
||||
title: [Self-assessment],
|
||||
authors: (
|
||||
(name: "Rémi Heredero"),
|
||||
),
|
||||
date: date,
|
||||
),
|
||||
)
|
||||
|
||||
//-------------------------------------
|
||||
// Content
|
||||
//
|
||||
|
||||
/*
|
||||
Un rapport d'auto-évaluation doit dans le grandes lignes :
|
||||
- Reprendre les points qui avaient été annoncé lors de la définition du projet, est-ce que les objectifs et buts de formations fixés en début de projets on été atteints.
|
||||
- Evoquer votre role dans l'équipe, les compétences que vous avez pu mettre à disposition, et celles qui vous ont fait défaut.
|
||||
- Lister les gains en compétences que vous ressentez après ce projet.
|
||||
*/
|
||||
|
||||
= Introduction
|
||||
|
||||
This report is a self-assessment provided aside of the team report of the project. It is meant to be a personal reflection on the project, and should be read after reading the team report.
|
||||
|
||||
I want to warn the reader that like it's a bit said in the team report, this project was made in parallel of a similar hobby project made with some friends, at least similar to my part. I have to admit I made way more efforts on this hobby project as this current project. Not because I didn't care about this project, but because my hobby project is way more complex and will last after this semester.
|
||||
|
||||
= Role in the Team
|
||||
My role was to up the server, develop all the API around the database and the data management in the cloud.
|
||||
|
||||
It also appear during the project that I have an important technical role. We decide in the beginning of the project to establish clear git rules to work efficiently together. I was in charge to write this Guidelines & Unified Laws for Advanced Gitflow (GULAG) and to make sure everyone respect it. It also appears quickly that I have to do most of the review. This was quite time conssuming but very formative. We all have different path before arriving in this project and diffent coding approach.
|
||||
|
||||
During the project more than do most of the review, I also help some other of my teammates for debugging and code design. I became the handyman of the team, the one who can help everyone for everything. I don't mind this role, I like to help and to share my knowledge.
|
||||
|
||||
= Objective & skills review
|
||||
|
||||
My initial objective was to #quote(strike[Solve Maxwell's equations])
|
||||
#quote(block: true)[
|
||||
A data infrastructure is automated, deployed both in productive and development environment. The database is automatically configured and populated by external MeteoSwiss data.
|
||||
The student didn't experiment automatic deploy /configuration and multi-environment.
|
||||
]
|
||||
This objective was partially achieved and changed during the project.
|
||||
I indeed deployed an server infrastructure with a database and a broker with the corresponding API to push and retrieve data. However, the meteoSwiss data was abandonned after one student left the groupe because it was useless. The database is indeed automatically configured. Automatic deployement was made by another student.
|
||||
|
||||
I devlop this skills for automatic deployement on my hobby project aside this one. But I still develop some skills on this project. Not really what I expected, but more on technical management project, and how to work with people with very different background and horizon. I became more polivalent during this project, something very important for me as engineer I think we should be all more able to do a bit of everything and speak with everyone.
|
||||
Reference in New Issue
Block a user