Windows Add `Open Folder as Android Studio Project` on Windows Context Menu Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\Background\shell\Android Studio] @="Open Folder as Android Studio Project" "Icon"="C:\\Program Files\\Android\ Mashiro 11 Apr 2022 · 1 min read
Nest.js Nest.js Study Notes I Project structure src ├───app.controller.spec.ts ├───app.controller.ts ├───app.module.ts ├───app.service.ts └───main.ts Controller https://docs.nestjs.com/controllers Controllers are responsible for handling incoming Mashiro 20 Dec 2021 · 2 min read
Docker Health check of PM2 in Docker PM2 used to have a --web option for health checking. But since version 4.0 it was broken. To resolve the PM2 health check issue in Docker, we can use Mashiro 30 Nov 2021 · 1 min read
Vuex Vuex4 + Typescript A complete demo of Vuex4 + Typescript with full set of type check and module support. Mashiro 2 Nov 2021 · 3 min read