developmentApr 3, 2024, 10:56 AMAWS CDK Template for ESMAWS CDK is very convenient for infrastructure deployment, but it generates CJS when initialized. Since we want to make the entire project code ESM, we created a corresponding code as a GitHub template.
developmentFeb 5, 2023, 3:12 PMEnabling Image Search by OCR Results in EagleThis article is about creating an OCR script to enhance Eagle's image management capabilities. By utilizing Cloud Vision API, we can search for text within images, extending Eagle's functionality. Specifically, we reflect OCR results in image metadata, making it possible to search by text.
developmentNov 7, 2018, 7:14 AMMac Setup ScriptWhen you buy a Mac or perform a clean install, customizing it to your liking can take a considerable amount of time. Therefore, I used Ansible to complete the basic environment setup with just one command.
developmentJun 30, 2018, 11:32 PMPaid API by Mining CryptocurrencyProviding APIs is an essential part in expanding 3rd party ecosystems, but it comes with business challenges. In this article, we explore a method to provide easy-to-use and paid APIs utilizing the power of cryptocurrency.
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.
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.
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.
developmentJul 30, 2016, 4:37 AMUbuntu Setup ScriptA script to customize Ubuntu to your liking, including Steam, Google Japanese input, and CLion.