portfolio — bash — 80×24
user@portfolio:~$

$

About

ResearchingbiomedicalengineeringandmachinelearningatHiroshimaUniversityGraduateSchool.

Interestedindistributedsystemsandcloud-nativetechnologies,aimingtosolvereal-worldproblemsthroughengineering.

Studied engineering as an undergrad, focusing on algorithms and system design. After gaining full-stack web development experience through internships, I now focus on backend and infrastructure.

2026

Career Launch

K8s

Cloud Native

AI/ML

Research

$

Timeline

2020 - 20243c9a2f1

Hiroshima University

Studied algorithms and system design. Focused on software engineering fundamentals.

20237e4b8d3

Full-stack Web Development Internship

Built and shipped features across frontend and backend in a production web codebase.

2024 - 2026a1f5c92

Hiroshima University — Graduate School

Researching biomedical engineering and machine learning. fka-bsys.hiroshima-u.ac.jp

2026 -d8e3b17HEAD -> main

Software Engineer

Emuni Inc. emuniinc.jp

$

Skills

~/toolchain/backend/

drwxr-xr-xpython/ML research / Saga PoC / causal inference demo
drwxr-xr-xgo/CLI tooling / microservices PoC
drwxr-xr-xnode.js/internship / full-stack development

~/toolchain/infra/

drwxr-xr-xkubernetes/this portfolio's Hero config / research cluster setup
drwxr-xr-xdocker/all PoCs / local dev environment
-rw-r--r--awsS3 / EC2 / ECS production experience
-rw-r--r--terraformIaC management for AWS environments

~/toolchain/frontend/

drwxr-xr-xnext.js/this portfolio / internship
-rw-r--r--typescriptfrontend across all projects
-rw-r--r--tailwindUI styling

~/toolchain/ai-data/

drwxr-xr-xllm/RAG system design / prompt engineering
-rw-r--r--pgmpyBayesian networks / causal inference demo
-rw-r--r--matlabbiomedical signal processing / research

~/toolchain/tools/

-rw-r--r--giteveryday development
-rw-r--r--github-actionsCI/CD pipeline automation
-rw-r--r--postgresqlSaga PoC / production DB

$

Projects

Explored distributed transaction challenges in microservices. Implemented the Saga pattern with compensating transactions for automatic rollback on payment service failures.

Automatic rollback via compensating transactions when the payment service fails — ensuring distributed transaction consistency with the Saga pattern

PythonFastAPIPostgreSQLDocker

Modeled causal relationships between weather data and sales using Bayesian networks. Built an MLOps pipeline with automated training and evaluation.

Modeled weather-to-sales causality with a Bayesian network, automating training and evaluation via GitHub Actions

PythonpgmpyGitHub Actions

Measured response time differences between monolithic and microservice architectures. A PoC project built with FastAPI and Docker.

Quantified response time differences between monolith and microservice architectures, published on Zenn

PythonFastAPIDocker