Building A Recipe App
In association with the She Code Africa mentorship program

Search for a command to run...
In association with the She Code Africa mentorship program

Introduction What is a class? According to Wikipedia, a class in object-oriented programming is an extensible program-code template for creating objects, providing initial values for state (member variables) and implementations of behaviour (member f...

A Comprehensive Breakdown of APIs

Recursion in JavaScript

Introduction It is a well-known fact that a pivot part of growing as a programmer is building your skills by working on projects. Working on projects can be really beautiful because you get to see just how much you’ve grown, and also maybe learn new ...

Introduction An array is an "object" for storing sequences of values. The values are written between square brackets, separated by commas. An array can hold values of different data types e.g strings, integers, and even other arrays. If arrays did no...

Introduction JavaScript is one of the world's most popular programming languages. It is best described as the "programming language of the web" and has been recognized to have applications in other aspects of tech such as game development and data sc...

Introduction Starting a journey in the world of tech is beautiful, no doubt about that, but even it does not come without its share of problems. Trying to learn a technical skill in Nigeria is hard enough, with the combined problems of electricity an...

Venturing Into tech was something I probably had coming for a long time. It just, unfortunately, happened later than I would have wanted it to. It started when I got my very first personal laptop three years ago. Before then, I had never really thoug...
