MIMotunrayo Ilawoleinechodurst.hashnode.dev·May 19, 2021 · 3 min readBuilding A Recipe AppIntroduction For my final project of the She Code Africa mentorship program, JavaScript track, I built a recipe app using HTML, CSS, vanilla JavaScript, Parcel, Axios, and a free recipe API: http://forkify-api.herokuapp.com/ During my training in the...01F
MIMotunrayo Ilawoleinechodurst.hashnode.dev·Apr 10, 2021 · 4 min readClasses In JavascriptIntroduction 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...00
MIMotunrayo Ilawoleinechodurst.hashnode.dev·Apr 3, 2021 · 4 min readAPIs: What A Concept!Introduction APIs are very important in the work of virtually every developer. A well-written API can provide significant long-term advantages. It is therefore essential to know what exactly APIs are and what they are used for. In this article, I wil...00
MIMotunrayo Ilawoleinechodurst.hashnode.dev·Mar 12, 2021 · 5 min readRecursion: What is it exactly?Introduction What is recursion? Try typing "recursion" on the Google search box and see what you find. Interesting, isn't it? Google seems to think you have made a typo or something like that. Maybe unlike me, you did not keep clicking on "Did you me...01F
MIMotunrayo Ilawoleinechodurst.hashnode.dev·Feb 24, 2021 · 7 min readThe Most Difficult Project I Worked OnIntroduction 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 ...01F