Understanding the Fundamentals of Programming TermsThere's an old adage that goes, "Learn to walk before you run," which means you should know or have the fundamental skills before diving into something more complex. Fundamentals are referred to as "building blocks" in programming. It is said that wi...May 1, 2022·6 min read·53
Basic Data Structure In JavascriptHere we go again to understand how to analyze javascript array methods push() and pop() to Stack . Let's understand this from a life scenario before implementing and comparing it to array methods. The stack operation is LAST IN FIRST OUT (LIFO) a...Sep 1, 2021·2 min read·46
Do you want to know how I built Forbes with public APIsBefore I proceed you can read my previous article to understand the anatomy of an API to provide an entry knowledge going into this post. https://free.hashnode.dev/application-programming-interface-apis I'm happy you are here and I promise you will ...Jun 20, 2021·4 min read·78
My Experience with TiideLab Prefellowship programBefore discussing the experience I had at Tiidelab Prefellowship remote boot camp, I will like to say a big Thanks to the coordinator in the person of Mr. Shamsudeen A.K.A Big Brother, the instructors @unclebigbay and @Malikmuktar for organizing a li...May 28, 2021·2 min read·96
APPLICATION PROGRAMMING INTERFACE (APIs)Using a life scenario to explain the existence of APIs is the best way to communicate with someone that needs an extensive understanding of APIs. Taking a standard restaurant as an example.We have the waiter, kitchen, client, and menu. As the client(...Nov 12, 2020·2 min read·212
EASIEST PROCESS TO CREATE A SIDE NAVIGATION BARit might be difficult to create a simple and easy collapsible side navigation bar for beginners but nevertheless, I have come up with a direct and simple way to build a sidebar with fewer struggles and mistakes. The navbar is easy, no framework is...Oct 27, 2020·1 min read·64