Written by Sangche. Github
Tendermint consensus state test
September 01, 2019Tendermint 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, 2019A 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, 2018Hooks in react functional component
CORS in graphql as Firebase Cloud Function
October 18, 2018How to handle CORS in graphql implemented with firebase cloud function.
Generator iterator in javascript
October 10, 2018Javascript generator, iterator for async/await handling.
this in Javascript function
October 03, 2018About keyword this in Javascript function
Scope of execution context in Javascript
September 28, 2018A look into Javascript execution context in lexical scope
Starting new blog site
September 19, 2018This is my first entry to start my new blog developed using JAMStack approach.