developmentFeb 25, 2018, 8:12 AMgRPC Web BoilerplateUsing gRPC for communication between web applications and API servers is convenient. We have prepared a boilerplate to easily start developing such applications.
bookDec 29, 2017, 1:00 AMCreating a Web App with Ease using FirebaseI released my first technical book at Winter Comiket (C93). This book introduces the pitfalls of Firebase and web app development, and summarizes various experiences.
developmentNov 11, 2017, 4:01 PMNext.js Cognito FrontendThis is a frontend boilerplate that uses AWS Cognito as the authentication infrastructure. It is based on Next.js and incorporates Redux, next-router, redux-form, and material-ui. It can be easily launched with Docker.
developmentNov 5, 2017, 5:06 AMConverting MySQL 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 made SERPOSCOPE a Docker container, making it easy to use.
developmentSep 10, 2017, 3:46 AMDocker Local SSL Termination ProxyDuring web application development, you may want to access localhost via HTTPS. In addition to preparing a certificate, you also need to configure the web application, which can be time-consuming. This program allows you to easily achieve this with a single command by setting up an HTTPS proxy with Docker.
toolJun 22, 2017, 12:00 PMComprofile - Competitive Programmer-Oriented Solution Posting ServiceCompetitive programming solutions are often published on personal blogs such as Hatena Blog. However, general blog services do not provide features tailored to competitive programming. Therefore, we created a blog service equipped with a "WYSIWYG markdown editor".
developmentJul 30, 2016, 4:37 AMUbuntu Setup ScriptA script to customize Ubuntu to your liking, including Steam, Google Japanese input, and CLion.
toolDec 25, 2015, 5:28 AMOJHH - Online Judge Helper Helper ScriptsA tool for competitive programming. This script group sets up an environment using OnlineJudgeHelper created by nodchip-san. It creates a folder and copies a template when given a problem ID, contest ID, or other arguments.
moneyJun 25, 2015, 5:56 PMSWAPxSWAP - Swap Arbitrage ToolThis is a tool for comparing swap interest rates among various FX brokers. It was developed for swap arbitrage. Currently, it is no longer available.