Skip to content
View yktsnet's full-sized avatar

Block or report yktsnet

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
yktsnet/README.md

曖昧な課題を技術に翻訳し、現場に定着する仕組みをつくる。

学習塾の経営12年(合同会社の設立から清算まで)を経てエンジニアに転じた。いまは SES 企業でテックリードとして、エンジニア2名とのチームで受託開発を担い、CI/CD・IaC・テスト・ドキュメント統一といった開発標準化を主導している。並行してマンション管理会社の外部 CTO として現場の DX を推進している。導入されたのに使われなくなるツールを経営の現場で見てきたので、既存の運用は崩さず、裏側に自動化を差し込む設計を軸にしている。

Tech Stack

Python Go C# TypeScript React Vue FastAPI Laravel LangGraph Gemini PostgreSQL Raspberry Pi Cloudflare NixOS Docker

Works

実運用しているもの:

概要
nfc-attendance-kit NFC 打刻 → スプレッドシート自動集計。実顧客で稼働中(月次工数 −5h)。pip 依存ゼロで Raspberry Pi 2 でも動く
cat-feed-tracker 給餌棚の開閉検知 → LINE 通知。Pico W + FastAPI + PostgreSQL
training-scheduler 新人の手応えを共有する研修支援ツール。Go + Vue 単一バイナリ、SQLite のみ

モダナイゼーション + AI 統合(プロセスを提示する実証サンプル):

概要
order-system-migration WinForms → .NET 8 Web API + React。LangGraph AI エージェントを統合
attendance-system-migration WebForms → .NET 8 + React。SignalR でリアルタイム打刻監視を実装
order-system-rag 帳票 PDF を Azure AI Document Intelligence で構造化し、質問の性質で Text-to-SQL / RAG へ自動振り分け

How I build

設計(対話型 AI)・実装(自律型 AI)・検証(人間のマージ)を分けた Issue 駆動で開発している。危険な操作は運用ルールではなく設定で遮断する。仕組みは dotfiles-public に、過程は各リポジトリの Issue と PR にそのまま残している。


Portfolio Zenn

Pinned Loading

  1. dotfiles-public dotfiles-public Public

    Hand development to an AI coding agent — a Nix Flakes workspace that runs the same on macOS/Linux and keeps it safe.

    Nix

  2. nfc-attendance-kit nfc-attendance-kit Public

    NFC card tap clock-in system using Sony RC-S300 on Raspberry Pi, with Discord notifications and Google Sheets payroll.

    Python

  3. cat-feed-tracker cat-feed-tracker Public

    IoT cat feeding tracker using Raspberry Pi Pico W and a reed switch, with LINE notifications and scheduled summaries.

    Python

  4. attendance-system-migration attendance-system-migration Public

    Step-by-step migration sample from ASP.NET WebForms to .NET 8 Web API + React, with SignalR real-time features.

    TypeScript

  5. order-system-migration order-system-migration Public

    Legacy WinForms order management migration to .NET 8 + React with an LLM-powered natural language query interface.

    C#

  6. order-system-rag order-system-rag Public

    Side-by-side RAG vs Text-to-SQL demo over procurement PDFs, using Azure Document Intelligence, AI Search, and LangGraph.

    Python