© 2023 Hashnode
#altschool-africa
Introduction When considering machine learning models, a fundamental distinction is whether the model is supervised or unsupervised. This distinction is determined by the nature of the problem being a…
WEB DEVELOPMENT JOURNEY It's really been one hell of a ride, I spent most of my time last year learning web development. It was no easy journey. There were so many hurdles ,I almost ripped my hairs ou…
Introduction Before creating data visualization, this write-up will help you understand what it is, how to create an effective visualization, and the tools needed to do so. After gaining a thorough understanding of the concept, you will be …
Introduction In this quest, we’ll go through what oracles are, when to use them, and why we should use them. We’ll also cover the different types of oracles and their use cases. Lastly, we’ll cover a …
GitHub is a website and cloud-based service that helps developers store and manage their code, as well as track and manage modifications. This code is stored in a repository (usually abbreviated to “repo”). Each project has its own repo, wh…
Introduction What are APIs and how do they work? Anyone who works with business software has heard terms like “API” and “webhooks” thrown around. In this article, we’ll not only cover what APIs are, b…
So I recently started learning React.js and as a project, I built a recipe app(not exactly functional though) which I used to test my skills in using some major react features and learning new ones. In this article, I'll briefly walk you th…
Introduction Why Flask? Before I start, I'd like to shine the spotlight on what exactly we will be using: Flask. A lot of people see flask as a puny version of the Django framework because of the word…
After learning the fundamentals of fetching data from an API in ReactJS, I built a basic portfolio page to display my repository data from Github's REST API. This article covers: the tools I used how I implemented features challenges I e…