Posts in dev-environment

Record of using Mockoon to quickly launch REST API Stub

Recently, I often come across situations where the actual implementation of a REST API has been delayed, or a stub I created a long time ago no longer works, or I am in a hurry to perform front-end development and integration testing. In any case, Mockoon seems useful in situations where you need a minimum of Stub right now, so I have summarized the installation steps.

Read more ...


Automatically update pre-commit hooks with GitHub Actions

We will introduce a mechanism to automatically execute pre-commit autoupdate periodically and create a hook version update PR via GitHub Actions.

Read more ...


Pre-commit hook configuration exhaustive template

In this article, we will cover a wide range of pre-commit hooks that can be automatically executed before a Git commit, and organize them as configuration examples (templates). We assume that you will use it to “put everything in first and then delete what is unnecessary.”

Read more ...


pre-commit implementation notes

In this article, we will explain how to introduce and utilize pre-commit, a tool that automatically formats and checks code and documents before committing to Git.

Read more ...


How to set up an SSH environment on iPad for free (iSH + OpenSSH)

Steps to build an SSH environment on an iPad using the free app iSH. Up to this point, we have set up an environment with zsh + neovim + tmux on Linux, so as long as we can establish an SSH connection, we can work at any time.

Read more ...