Simple Layered Architecture with Next.js
We will introduce a simple Layered Architecture in Next.js to give you an idea of how to achieve a good separation of responsibilities and high maintenance code.
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.
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.
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.
Introducing Recoil library
Recoil is an experimental set of utilities for state management with React.
Note that SWR does polling fetch by default
SWR does polling fetch by default, so set the option appropriately to avoid over-access.
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).
A cache that uses both memory and memcached
It introduces a cache that uses both memory and memcached.
Figma Introduction
Figma for developer. Figma is the only platform that brings together powerful design features you already love and a more efficient workflow to boot.
Introducing Next.js
Next.js is a framework that helps you React apps easily with SSR and static generation, etc.
[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.
Basic design rule of Firestore(Document DB)
The basic design concept of Firestore (Document DB) will be introduced.
Userbility Engineering
This is an article about tips that may be helpful in the book Usability Engineering.
1 / 2 Page
Next