6 followers
Clock Builder
Introduction According to a recent post made by Robert Kiyosaki, There are three kinds of people in the world when it comes to money Investor - Stores value for long term Trader - Buys and sells e.g crypto Speculator - Gamblers While the point of t...
Introduction Event-driven Architecture is a software architectural pattern that is made up of highly decoupled, single-purpose event processing components that asynchronously receive and process events. These event processing components work to achie...
Introduction REST API commonly referred to as Restful API is an Application Programming Interface that defines a set of rules for creating a web service and enables the communication between client and server. Due to the number of growing web service...
Introduction Imagine watching one of your favorite movies and a hear a knock at your door, creak creak. Who is that? you screamed! You quickly paused the movie to check who is at the door and discovered it was the delivery guy who came to drop the p...
Writing clean and Maintainable Javascript might look like an elusive task for the majority. I have found myself in this situation several times and I still wonder how I will be able to fully grasp the language. The only thing I could resolve to, is t...
Introduction Have you ever wondered what happens behind the scene after typing a URL on your web browser? how does my browser locate a website even if it's in the farthest country? Well, you are not alone. In this article, we will be uncovering some...