hashdavewrites.hashnode.devBuilding a drum kit with JavascriptHello guys, it's been a while since i last shared any of my learning experiences and projects. Today, I will be building a drum kit in Javascript, we will use the keys on the keyboard to activate the drum sounds. You can check out the repository at h...Dec 24, 2023·3 min read
hashdavewrites.hashnode.devBuilding an Ionic App with Grafbase Api.Welcome to another exciting adventure into the world of coding. Today we are going to be building an Ionic todo app with grafbase and React. Grafbase is an exciting solution for developers to create and deploy mobile/ web apps with ease and speed. It...Aug 13, 2023·10 min read
hashdavewrites.hashnode.devBuilding a React Native App with AWS Amplify.Why do you need AWS Amplify? Aws Amplify is a Service that helps you build, deploy and scale your app quickly and easily. AWS Amplify is a complete solution that lets frontend web and mobile developers easily build, connect, and host fullstack applic...Aug 1, 2023·5 min read
hashdavewrites.hashnode.devHow To Reverse a Linked List.Today, we are going to learn how to reverse a linked list in both python, Javascript and Java. For those still learning data structures and algorithms like me, keep pushing one day at a time till it becomes a part of you. With Python, # Definition f...Jul 25, 2023·4 min read
hashdavewrites.hashnode.devUser Authentication with LocalStorage.Let's start by creating a new React App with vite. npm create vite@latest LoginSignup The "LoginSignup" is the App name, while react is the template. The rest is the vite starter pack for the app. After that you will be directed to choose your packag...Jul 25, 2023·7 min read