SASolomon Abuinsolomonabu.hashnode.dev·Mar 29, 2023 · 8 min readCreate Your First API-based Web AppIt’s best I expand more on APIs. You can peep my previous article https://solomonabu.hashnode.dev/introduction-to-apis where I did an introduction and breakdown to apis. Without spending much of your time let’s dive into ‘Creating an API-based web ap...01T
SASolomon Abuinsolomonabu.hashnode.dev·Mar 16, 2023 · 3 min readIntroduction to APIsIntroduction Have you ever wondered how companies are able to obtain their weather data? Do all of them have their own satellites in space just to tell their users the temperature of the day? Usually these companies will subscribe to a service provid...02AA
SASolomon Abuinsolomonabu.hashnode.dev·Mar 15, 2023 · 3 min readIntroduction to Open-Source ProjectsIntroduction This article I will introduce you to open-source tech projects. You will begin with an introduction to the idea of open-source, followed by how to identify such projects and what to expect when taking part in them. Whether you’re here be...00
SASolomon Abuinsolomonabu.hashnode.dev·Mar 15, 2023 · 19 min readBlog Application with React NativeIntroduction For the final quest of this campaign, we will be creating a blog mobile application where you will be able to write your personal blogs and diaries. These blogs will be created and stored locally on your device. You may recall that previ...00
SASolomon Abuinsolomonabu.hashnode.dev·Mar 14, 2023 · 4 min readGetting Started with React NativeIntroduction React Native is a JavaScript framework that is built on the same fundamentals of ReactJS. This means that we will need to start a local front-end server for us to see the changes being made live to our mobile application. This process is...00