Random memo

Sangche

Written by Sangche. Github

Tendermint consensus state test

September 01, 2019

Tendermint consensus state plays a key role in maintaining consensus state of all validators across tendermint network. Tendermint source…

Golang random binary generator and signal to stop

August 15, 2019

A simple, fully functional Go code below shows that it generates random binary number in every one second. The main routine keeps reading…

React hooks in functional component

November 03, 2018

Hooks in react functional component

CORS in graphql as Firebase Cloud Function

October 18, 2018

How to handle CORS in graphql implemented with firebase cloud function.

Generator iterator in javascript

October 10, 2018

Javascript generator, iterator for async/await handling.

this in Javascript function

October 03, 2018

About keyword this in Javascript function

Scope of execution context in Javascript

September 28, 2018

A look into Javascript execution context in lexical scope

Starting new blog site

September 19, 2018

This is my first entry to start my new blog developed using JAMStack approach.