Add resume
This commit is contained in:
parent
a6f9c744bc
commit
fcfcf6b388
|
@ -11,3 +11,4 @@ RUN hugo mod get -u && \
|
||||||
FROM nginx:stable-alpine
|
FROM nginx:stable-alpine
|
||||||
|
|
||||||
COPY --from=build /app/public /usr/share/nginx/html/
|
COPY --from=build /app/public /usr/share/nginx/html/
|
||||||
|
RUN wget https://github.com/LordMathis/resume/releases/download/2023-08-08/resume.pdf -O /usr/share/nginx/html/namesny_matus_resume.pdf
|
|
@ -11,4 +11,6 @@ After graduating in Artificial Inteligence and Natural Language Processing I joi
|
||||||
|
|
||||||
Currently I work at Telespazio as Software Engineer. I am developing a Kubeflow based Machine Learning Platform for Spacecraft Operational datasets. The platform is supposed to allow varius universities and researches to use the data to train ML models while keeping the data safe inside the platform which brings an interesting set of challenges.
|
Currently I work at Telespazio as Software Engineer. I am developing a Kubeflow based Machine Learning Platform for Spacecraft Operational datasets. The platform is supposed to allow varius universities and researches to use the data to train ML models while keeping the data safe inside the platform which brings an interesting set of challenges.
|
||||||
|
|
||||||
In my free time I selfhost a bunch of usefull applications such as Gitea or Nextcloud (and this website). I am learning Go and working on [GitEcho](https://github.com/LordMathis/GitEcho)
|
I am usually open to discuss MLOps and ML Engineer opportunities. Here's my [resume](/namesny_matus_resume.pdf).
|
||||||
|
|
||||||
|
In my free time I selfhost a bunch of usefull applications such as Gitea or Nextcloud (and this website). I am learning Go and working on [GitEcho](https://github.com/LordMathis/GitEcho).
|
||||||
|
|
Loading…
Reference in New Issue