LeaYeh - Overview

Hi, I'm Lea Yeh πŸ‘‹

Sr. Software Engineer Β· Data Engineer & MLOps

Profile views


About Me

  • πŸ—οΈ Currently at c-sense GmbH (Vienna) as a Sr. Software Engineer β€” designing modular, event-driven software architecture for nanoscale scientific instruments, collaborating with hardware engineers and research scientists
  • πŸ“Š 8+ years across Data Engineering, Data Science, and Software Engineering β€” including 7 years at MediaTek building PB-scale data pipelines, ML model deployment, and observability infrastructure
  • πŸŽ“ MSc Computer Science, National Chiao Tung University, Taiwan
  • πŸ”§ Concurrently enrolled at 42 Vienna, focusing on Linux kernel internals, software architecture (SOLID), and DevOps β€” targeting a transition into AI Platform / MLOps / SRE roles
  • πŸ“ Based in Vienna, Austria

What I'm Working On

  • 🐧 ft_linux β€” Built Linux from scratch: cross-compilation toolchain, custom kernel, bootloader, init system
  • ☸️ Inception-of-Things β€” K3s multi-node Kubernetes cluster with GitOps/ArgoCD
  • πŸ“ libftpp β€” C++20 library applying SOLID principles and hexagonal architecture, with ADRs
  • πŸ€– litetorch / litetune / sklite β€” Neural net framework, hyperparameter tuner, and ML toolkit built from scratch

Technical Skills

Architecture: Event-driven systems Β· Layered design Β· SOLID Β· Hardware abstraction

Data Platform: Airflow Β· NiFi Β· Dataflow Β· BigQuery Β· GCP Β· ETL Β· Data Warehouse

MLOps & Observability: MLflow Β· Prometheus Β· Grafana Β· ELK stack Β· Splunk Β· CI/CD Β· Docker

Languages: Python (10yr) Β· C/C++ Β· SQL Β· Bash

Infrastructure: Kubernetes (K3s) Β· Linux kernel Β· Vagrant Β· GitHub Actions


GitHub Stats

GitHub Streak


Looking For

I'm actively seeking roles in AI Platform Engineering, MLOps, and Site Reliability Engineering β€” where system design and infrastructure reliability are first-class concerns.

πŸ“„ CV Β· πŸ’Ό LinkedIn Β· πŸ“« lea.yeh.ml@gmail.com

Pinned Loading

  1. MiniShell is a minimalistic shell interpreter, supporting features like basic command execution, environment variable handling, command chaining, redirections, pipes, subshells, and here documents.

    C 46 2

  2. Lightweight HTTP/1.1 Web Server β€” A C++ web server built from scratch, compliant with RFC 7230. Inspired by Nginx architecture, it supports static file serving, modular configuration parsing, and b…

    C++ 3

  3. This project is just for learning purpose and to practice designing a neural network framework from scratch.

    Jupyter Notebook 1

  4. A lightweight Python toolkit for machine learning preprocessing and utilities β€” inspired by scikit-learn, built for clarity and educational purposes.

    Python 1

  5. A modern C++ library built through 42 School exercises β€” practicing SOLID principles, hexagonal architecture, and architectural decision-making via ADRs.

    C++