DODavid Oladepoinhashdavewrites.hashnode.dev·Dec 24, 2023 · 3 min readBuilding 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...00
DODavid Oladepoinhashdavewrites.hashnode.dev·Aug 13, 2023 · 10 min readBuilding 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...00
DODavid Oladepoinhashdavewrites.hashnode.dev·Aug 1, 2023 · 5 min readBuilding 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...00
DODavid Oladepoinhashdavewrites.hashnode.dev·Jul 25, 2023 · 4 min readHow 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...00
DODavid Oladepoinhashdavewrites.hashnode.dev·Jul 25, 2023 · 7 min readUser 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...00