4 followers
Clock Builder
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...
Introduction For a long time now, we've always kept data in the database and they made us think in terms of objects(things). These objects(things) usually have attributes like name, color, weight, etc. In today's world keeping track of data has grown...
Introduction One of the major issues of web sockets on the client-side is trying to maintain a connection when there is a break or disconnect from the server. The Websocket API does not automatically reconnect when there is a break in connection with...
Introduction The advent of technologies for orchestrating and managing containers have become seamless with the help of Kubernetes. While its ok to spin up several instances or replica's of a pod, it is also very important to know how much resources ...