Real-Estate ProjectI have always wanted to provide a solution for the world of real estate businesses, I've been on several occasions whereby companies could only showcase their new properties to investors by taking and sending several pictures but this project provide...Jul 12, 2023·2 min read
TypeScript vs. JavaScript: Similarities, Differences, and Choosing the Best for Modern ProjectsApr 7, 2023·4 min read
Application Programming Interfaces(APIs)INTRODUCTION APIs (Application Programming Interfaces) are a fundamental part of modern software development. They allow developers to interact with external services and retrieve data that can be used to build dynamic and interactive web application...Mar 25, 2023·3 min read
The 'indexOf And 'search' Operator: How Both Are Use, Similarities And Differences.This article is to bring clarity to the similarities and differences between indexOf () and search (). Read along with me. INTRODUCTION The indexOf and search operators are used in JavaScript to search for a substring within a string. Although both o...Mar 8, 2023·3 min read
Build A Successful Career As A Developer.INTRODUCTION The path of software development is evolving fast and exclusively, with new tech tools and programming languages emerging regularly. The industry now requires skilled developers to keep up with the dynamic demands. However, building a su...Feb 16, 2023·3 min read
Mighty JavaScript: Undefined And UndeclaredSometimes when we write a javascript program, we received an output of undefined or ReferenceError and we get confused as to what might be going on in our program. Well, worry less, this article is going to simplify it all. Undefined and Undeclared a...Feb 11, 2023·2 min read
Time-Management Tips I Actually Use...1. The Daily HighlightThis is straight from my favorite productivity book "Make Time" by John Zeratsky. The idea is that each day, we choose one specific task that we want to get done, simply saving us from an overly long to-do list and analysis para...Feb 4, 2023·2 min read
Html Tags, Elements & AttributesWell, I want you to relax because I have simplified them for you, all you need is to learn and know the difference. To start with, HTML Tags are the keywords used to format and structure the contents within a web page. For example, the "p" in between...Jan 25, 2023·2 min read