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