If you are here, I am pretty sure you already have an Angular/React application ready to be deployed and a domain registered with any of the domain registrars. In this article, we will be deploying […]
925 total views, 2 views today
If you are here, I am pretty sure you already have an Angular/React application ready to be deployed and a domain registered with any of the domain registrars. In this article, we will be deploying […]
925 total views, 2 views today
There are many use cases where we need to extract the original font name of an OTF/TTF file programmatically. The filename is obviously not reliable as it could be modified. It turns out that every […]
217 total views
Golang has gained tremendous popularity in the past few years. Go is designed to be simple and lightweight. In this article we will deep dive into the reasons that make golang a lightweight language. A […]
387 total views, 1 views today
We will start off by first understanding proxy and reverse proxy servers and later we will also discuss how we can store the location of a user from request headers via nginx reverse proxy server […]
79 total views, 1 views today
Before jumping right into why nodejs is considered efficient compared to other backend technologies, we must first understand the difference between thread-based and event-driven systems. Nodejs is event-driven whereas Python, Ruby, PHP is thread-based and […]
196 total views, 1 views today