developmentFeb 25, 2018, 8:12 AMgRPC web boilerplateUsing gRPC for communication between web applications and API servers is convenient. I have prepared a boilerplate that allows you to easily start developing such applications.
bookDec 29, 2017, 1:00 AMEasy-peasy? Creating Web Apps with FirebaseI published my first technical book at Winter Comiket (C93). I released a book introducing the pitfalls of Firebase and web apps, and compiled various experiences.
developmentNov 11, 2017, 4:01 PMNext.js Cognito FrontendThis is a frontend boilerplate using AWS Cognito as the authentication infrastructure. It's based on Next.js and incorporates Redux / next-router / redux-form / material-ui. It can be easily launched with Docker.
developmentNov 5, 2017, 5:06 AMMySQL Workbench to Play-Evolution for Initial DevelopmentThis script processes EER diagrams written in MySQL Workbench into Play's evolution files, making it convenient for the initial development stage.
toolSep 28, 2017, 1:12 PMdocker-serposcopeI have containerized SERPOSCOPE in Docker to make it easy to use.
developmentSep 10, 2017, 3:46 AMDocker Local SSL Termination ProxyWhen developing web applications, there are times when you want to access localhost via HTTPS. In addition to preparing certificates, it often requires effort as the web application itself needs to be configured. This program makes it easy to achieve this with a single command by setting up an HTTPS proxy using Docker.
toolJun 22, 2017, 12:00 PMComprofile - Solution Posting Service for Competitive ProgrammersSolutions for competitive programming are often published on personal blogs like Hatena Blog. However, general blog services do not provide features suitable for competitive programming. So I created a blog service equipped with a "WYSIWYG markdown editor" that I had wanted to make.
developmentJul 30, 2016, 4:37 AMUbuntu Setup ScriptA script to customize a clean Ubuntu to my liking. It installs Steam, Google Japanese Input, CLion, and more.
toolDec 25, 2015, 5:28 AMOJHH - Online Judge Helper ScriptsA tool for competitive programming. This is a set of scripts that sets up an environment using nodchip's OnlineJudgeHelper. When given problem IDs, contest IDs, etc. as arguments, it creates folders and copies templates.
moneytoolJun 25, 2015, 5:56 PMSWAPxSWAP - A Tool for Swap ArbitrageThis is a tool for comparing swap interest rates of various FX brokers. It was developed for swap arbitrage purposes. Currently, it is no longer publicly available.