From cc7925c5e252a452dbffd6579fe2a08bf1d2018a Mon Sep 17 00:00:00 2001 From: LordMathis Date: Tue, 13 Feb 2024 18:02:58 +0100 Subject: [PATCH] Update about me --- content/about.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/content/about.md b/content/about.md index ca5f103..2a2b9d7 100644 --- a/content/about.md +++ b/content/about.md @@ -5,10 +5,20 @@ showMetadata: false Hello there. -I am Matúš [ˈmatuːʃ] a Software Engineer based in Darmstadt, Germany. I focus on MLOps bridging the gap between Data Science, DevOps and Software Engineering. I am interested in broad range of topics including Machine Learning, Cloud, DevOps, Linux and open source. +I am Matúš [ˈmatuːʃ]. I am a Machine Learning Engineer based in Darmstadt, Germany. I focus on MLOps bridging the gap between Data Science, DevOps and Software Engineering. I am interested in broad range of topics including Machine Learning, Cloud, DevOps, Linux and open source. -After graduating in Artificial Inteligence and Natural Language Processing I joined Konica Minolta in Brno, Czechia, where I worked as an R&D Engineer developing a Python application that provides a unified approach for production ML model deployment. I was also deploying ML applications and MLOps tools to the cloud with Docker and Kubernetes which sparked my interest in DevOps and Cloud. +After graduating in Artificial Intelligence and Natural Language Processing I joined Konica Minolta in Brno, Czechia, where I worked as an R&D Engineer developing a Python application that provides a unified approach for production ML model deployment. I was also deploying ML applications and MLOps tools to the cloud with Docker and Kubernetes which sparked my interest in DevOps and Cloud. -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 Germany as a Software Engineer. I participated in the development of a Kubeflow based Machine Learning Platform for Spacecraft Operational datasets. Nowadays I am working on a question-answering Chatbot the helps users explain complex documentation. -In my free time I selfhost a bunch of usefull applications such as Gitea, Nextcloud and this website. I am learning Go and working on [GitEcho](https://github.com/LordMathis/GitEcho). +Here are some interesting projects that I'm working on in my free time: + +* [k3s-configs](https://git.namesny.com/Cluster/k3s-configs) - Kustomize manifests for my self-hosted cluster. +* [neural-nets](https://github.com/LordMathis/neural-nets) - Small neural network library written in C from scratch. +* [GitEcho](https://github.com/LordMathis/GitEcho) - Backup tool for git repositories. +* [CUDANet](https://github.com/LordMathis/CUDANet) - Convolutional neural network library with CUDA support. + +I also maintain two themes for [Hugo](https://gohugo.io), a static site generator: + +* [Nix](https://github.com/LordMathis/hugo-theme-nix) +* [Nightfall](https://github.com/LordMathis/hugo-theme-nightfall)