Getting Started with Recoil and Recoil Hooks: When and How to Use ThemRecoil is a state management library for React designed to make state sharing between components seamless. It introduces concepts like…Jun 26Jun 26
Understanding Kubernetes Pod Health Checks: The Three Types of ProbesIn Kubernetes, there are three types of probes designed for health-checking Pods. This article explains how to use these probes and their…Nov 24, 2023Nov 24, 2023
Part Ⅱ — Implementing Simple Blockchain using Go and Test-Driven Development (TDD)This article introduces how to implement a basic blockchain using the Go language, specifically for blockchain beginners. The content is…Apr 28, 2023Apr 28, 2023
Part Ⅰ — Implementing Simple Blockchain using Go and Test-Driven Development (TDD)This article introduces how to implement a basic blockchain using the Go language, specifically for blockchain beginners. The content is…Apr 27, 2023Apr 27, 2023
Calculate Kepler’s equation by iterative calculation method using GoBackgroundApr 16, 2023Apr 16, 2023
Understanding the Calculation of Hash Values in Blockchain’s PoW Through Go ImplementationIn this article, I explain the calculation method of the Proof of Work (PoW) algorithm in blockchain with concrete examples. I will also…Apr 8, 2023Apr 8, 2023
Display 3D terrain of the Kanto region using satellite data & PythonLet’s use free data and Python to create a 3D display of the terrain around the Kanto region in Japan.Apr 8, 2023Apr 8, 2023