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.
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).
Note that SWR does polling fetch by default
SWR does polling fetch by default, so set the option appropriately to avoid over-access.
A cache that uses both memory and memcached
It introduces a cache that uses both memory and memcached.
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.
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.
[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.
Quality of Source Code for dev productivity
It introduces quality of source code for development productivity.
1 / 2 Page
Next