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) / Saga PoC / 因果推論デモ
drwxr-xr-xgo/CLIツール / マイクロサービス PoC
drwxr-xr-xnode.js/インターンシップ / フルスタック開発

~/toolchain/infra/

drwxr-xr-xkubernetes/本ポートフォリオのHero設定 / 研究環境構築
drwxr-xr-xdocker/全PoC / ローカル開発環境
-rw-r--r--awsS3 / EC2 / ECS 本番運用経験
-rw-r--r--terraformAWS環境のIaC管理

~/toolchain/frontend/

drwxr-xr-xnext.js/本ポートフォリオ / インターンシップ
-rw-r--r--typescriptフロントエンド全般
-rw-r--r--tailwindUIスタイリング

~/toolchain/ai-data/

drwxr-xr-xllm/RAGシステム設計 / プロンプトエンジニアリング
-rw-r--r--pgmpyベイジアンネットワーク / 因果推論デモ
-rw-r--r--matlab生体信号処理 / 研究

~/toolchain/tools/

-rw-r--r--git日常的な開発
-rw-r--r--github-actionsCI/CD パイプライン自動化
-rw-r--r--postgresqlSaga PoC / 本番DB

$

Projects

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

決済サービス障害時に補償トランザクションで自動ロールバック — 分散トランザクションの一貫性を Saga パターンで担保

PythonFastAPIPostgreSQLDocker

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

ベイジアンネットワークで天候→売上の因果をモデル化し、学習・評価を GitHub Actions で自動化

PythonpgmpyGitHub Actions

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

モノリス vs マイクロサービスのレスポンスタイムを定量計測し Zenn で公開

PythonFastAPIDocker