Best of Better ProgrammingOctober 2021

  1. 1
    Article
    Avatar of btrprogBetter Programming·5y

    The Best VS Code Extensions to Supercharge Your Git

    Git Graph is the most visually appealing way to interact with Git in VS Code. Git Automator allows you to add and commit files with a shortcut. Git Urgent lets you git add all, commit and push with one command. Git Tree Compare compares your working tree against a branch, a tag, or commits.

  2. 2
    Article
    Avatar of btrprogBetter Programming·5y

    Create a Blockchain Game With Solidity, Web3, and Vue.js

    Build a decentralized game using Ethereum public blockchain using Solidity, Web3, and Vue.js. We will focus more on the frontend side in the next part, but first, I will give a brief explanation about the Solidity side and how to deploy it to Rinkeby testnet. You need to install MetaMask and enable the extensions in Chrome.