eagledev.hashnode.devHow to solve problems in programming: A step by step guideProblem solving is one of the greatest skills any developer can have. So if you want to be a great developer, consider topping your problem solving skills. Problem solving involves taking a logical and rational approach. After all, programming is all...Jun 30, 2021·5 min read
eagledev.hashnode.devPresenting my capstone project for SCA Mentorship programFinally, the end of the three months for the She Code Africa Mentorship program (cohort 4 JavaScript track) is here. Its been engaging and resourceful. I am here to present my capstone project for the program. Though this project was chosen by our gr...May 21, 2021·3 min read
eagledev.hashnode.devCoping with daily life stress as a developerAccording to Oxford online dictionary Stress is a mental pressure or worry caused by the problems in someone's life. Stress is a mental pressure caused by stacked activities and unsolved problems. Developers, including me suffer stress. The reaso...May 20, 2021·4 min read
eagledev.hashnode.devThe basic concepts of APIsGetting familiar with JavaScript may get you wondering how certain web apps are coded with many functionalities such playing videos or songs, fetching user data from another website, interacting with your local system from the web and so on. Further ...Apr 25, 2021·6 min read
eagledev.hashnode.devThe basics of JavaScript objectsRemember the literal meaning of an object that says "an object is anything you can see and touch"? This definition is related to the same concept of object in JavaScript but a tweak of explicitness is added to it. With the literal meaning of an objec...Apr 10, 2021·5 min read