Blockchain: Understanding basics - part 2With peer-to-peer models, even if all peers are βtrustedβ, there is a potential problem of agreement or consensus β let's assume that each peer is updating at a different speed and end up holding different states, how to determine the βrealβ or βtrue...May 28, 2023Β·6 min readΒ·36
Host React app in GitHub pagesThere is a lot of documentation out there to host your react app on GitHub pages for FREE, which is accessible via https://<git_user>.github.io/<repo_name>ex: adam.github.io/portfolio , vishnu.github.io/my-dev But this doc will guide you to host reac...Apr 11, 2023Β·2 min readΒ·165