BSBenjamin Schrothindevbearliah.hashnode.dev·Apr 25, 2022 · 4 min readBecoming and Remaining TeachableAn important skill for every human being but especially for every developer is being teachable. This is critically important in a fast paced environment where knowledge has to be transported quickly from one developer to another. Techniques like pair...00
BSBenjamin Schrothindevbearliah.hashnode.dev·Feb 16, 2022 · 7 min readBlockchain Todo List With Solidity Part 2In the last part of this series, we set up our little project to be ready to start developing a Smart Contract. Hardhat Example Before we dive into Solidity and how we develop the to-do list example we look at the basic example contract that Hardhat ...00
BSBenjamin Schrothindevbearliah.hashnode.dev·Feb 10, 2022 · 4 min readBlockchain Todo List With SolidityFor a while now I've wanted to dive into dApp development using specifically Solidity and my favourite web-framework Vue.js 3 with the Vite development server. I finally found some time to set up a project and coding this very simple smart contract a...00
BSBenjamin Schrothindevbearliah.hashnode.dev·Feb 9, 2022 · 3 min readVite with Vue.js 3 + TestsVite is a super fast development server developed by the creator of Vue.js Evan You. The default templates for Vue comes without the necessary packages and configuration for testing. Fortunately there's not that much to do to add that after the init....00