Execute go vet and goimports in git pre-commit
The article describes a script to apply `go vet` which is a static analysis and `goimports` (go fmt) in git's pre-commit hook. When we use the script, we can prevent committing unexpected code.
Effective Procedures to Setup new Mac Monterey For JSer/Rubyist
This article describes effective procedures for developer with JavaScript/TypeScript/Ruby to setup Mac Monterey.
How to install nvm on macOS
nvm is a simple tool to manage multiple node.js version for each projects. I would like to show some tips to use nvm.
Meaning and importance of rel attribute of a tag for SEO
This article describes the importance of rel attribute of a-tag for search engine optimization(SEO).
Basic design rule of Firestore(Document DB)
The basic design concept of Firestore (Document DB) will be introduced.
Note that SWR does polling fetch by default
SWR does polling fetch by default, so set the option appropriately to avoid over-access.
Userbility Engineering
This is an article about tips that may be helpful in the book Usability Engineering.
[Sep 2020]Building GraphQL API with Ruby on Rails
A step-by-step guide to initializing your project to create a GraphQL API in Ruby on Rails API mode.
[Sep 2020]Building a front-end environment based on Next.js
Here are the steps for building a front-end environment based on Next.js. We have chosen popular libraries as of September 2020 with the goal of being able to prototype efficiently.
Introducing Next.js
Next.js is a framework that helps you React apps easily with SSR and static generation, etc.
Introducing Recoil library
Recoil is an experimental set of utilities for state management with React.
A cache that uses both memory and memcached
It introduces a cache that uses both memory and memcached.
Quality of Source Code for dev productivity
It introduces quality of source code for development productivity.
1 / 2 Page
Next