developmentApr 3, 2024, 10:56 AMAWS CDK Template for ESMWhile AWS CDK is very convenient for infrastructure deployment, it generates CJS when initialized. To make the entire project code ESM, I created a code as a GitHub Template.
developmentFeb 5, 2023, 3:12 PMMaking Images in Eagle Searchable by OCR ResultsThis article is about creating an OCR script to enhance image management in Eagle. Using the Cloud Vision API, a script was created to make text within images searchable, thus extending Eagle's functionality. Specifically, by reflecting OCR results in the image metadata, it enables searching by text.
developmentNov 7, 2018, 7:14 AMMac Setup ScriptWhen buying a new Mac or doing a clean install, customizing it to your liking can be quite time-consuming. So, I used Ansible to complete most of the environment setup with just one command.
developmentJun 30, 2018, 11:32 PMPaid API by mining CryptocurrencyWhile providing APIs is an important part of expanding the 3rd party ecosystem, there are business challenges. In this work, I considered a method to provide a paid API that is easy to offer and convenient to use, utilizing the power of cryptocurrency.
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.
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.
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.
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.