Web application engineer, working in Japan.
Currently, I developed a Japanese print-on-demand marketplace platform, SUZURI, whith is built in Ruby and Rails (backend) and React (frontend).
I have a Ph.D. degree in Informatics. My dissertation title was “Development of a Learning Analytics Platform for Supporting Evidence-Based Teaching”, which aims to connect the concept of evidence based education and learning analytics with some statistical methods.
Publications and CV
My plublications are here.
https://scholar.google.com/citations?user=8rjXE-QAAAAJ&hl=ja
You can download my CV from here.
https://drive.google.com/file/d/1MSmpoADuoZFipJfGLyqFdwkS9u6obNYL/view
Software development
In hobby, I like to develop small apps which enrich my life.
today-i-learned.app
today-i-learned is an AI-powered learning tool which focuses on ‘today’ you learned.
From the conversation with AI chats, the system automatically extracts what you learned today. You can see your progress on the dashboard shown above.
tbls-ask-agent-slack
tbls-ask-agent-slack is a slack bot who can answer the question about database scheme in your own environment. It inspired by tbls-ask, which uses tbls, a table documentation tool, and OpenAI API to generate answers about the database.
https://github.com/kromiii/tbls-ask-agent-slack
notion-to-slides
A simple slide converting script using Notion API and Marp.
You can create a beautiful slide from your notion page (example shown below).
https://github.com/kromiii/notion-to-slides
Books
I wrote several books for hobby. Both are in Japanese.
Public Bath in Kyoto
I visited many public bath (sento in Japanese) during my four year life in Kyoto. This is an essay for me, public baths, and histories in Kyoto.
Structuring Learning Analytics Platforms in Docker
There are two main components in building a Learning Analytics Platform: the Learning Management System (LMS) and the Learning Record Store (LRS). While both components have open-source licensed software available for anyone to use, they are designed for use by organizations like companies and schools, making it difficult for individuals to implement them. This book explains how to build a Learning Analytics Platform for collecting and analyzing logs on a personal computer by simplifying the environment setup using Docker.