Want to ask an expert your Next.js or Firebase questions?
Ask a question

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.
Update: 

When to use use-memo

We would like to introduce use-Memo which is build-in method in React.js.
Update: 

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.
Update: 

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.
Update: 

Get started with Cloud Firestore

Get started with Cloud Firestore
Update: 

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).
Update: 

Basic design rule of Firestore(Document DB)

The basic design concept of Firestore (Document DB) will be introduced.
Update: 

Note that SWR does polling fetch by default

SWR does polling fetch by default, so set the option appropriately to avoid over-access.
Update: 

Userbility Engineering

This is an article about tips that may be helpful in the book Usability Engineering.
Update: 

[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.
Update: 

[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.
Update: 

React optimization

Some tips to speed up your React application.
Update: 

Introducing Next.js

Next.js is a framework that helps you React apps easily with SSR and static generation, etc.
Update: 

Introducing Recoil library

Recoil is an experimental set of utilities for state management with React.
Update: 

The conception of Atomic Design

It introduces the conception of Atomic Design by Brad Frost.
Update: 

A cache that uses both memory and memcached

It introduces a cache that uses both memory and memcached.
Update: 

Quality of Source Code for dev productivity

It introduces quality of source code for development productivity.
Update: 

Agile for delivering valuable features to users

It introduces Agile which is one of the development method for delivering valuable features to users.
Update: 

How to investigate an error

Investigating an error when they occur the error
Update: 

Set up Google Analytics

Use lib next-ga to integrate Google Analytics on every page change
Update: 

1 / 2 Page

Next