ridwanabiola.hashnode.devHow to build a "Rainy day" appIntroducing Savam, a mobile app for all your savings needs. It is available as an Android app and its features include: Add money by card and transfer Transaction history Authentication via https://pangea.cloud/ Documentation via https://hashnode...Nov 16, 2023·2 min read
ridwanabiola.hashnode.devGetting rid of falsy values from arrays: the super simple guideArrays are essential data structures used in JavaScript. It lets you store sequences of values. With array methods, you can transform and manipulate values in your arrays. Sometimes the data you get back from different data sources might not be consi...Mar 24, 2023·3 min read
ridwanabiola.hashnode.devHow to setup: Basic Web DevIn this tutorial, we will set up a workflow to write your first basic website. Websites are developed using web technologies (i.e., HTML, CSS, and JavaScript). We write HTML to display the website content, then we proceed to style it with CSS and als...Oct 24, 2022·4 min read