I am a big fan of micro benchmarking. In this article, we will compare the performance of tail end recursive Fibonacci(40) in C, Go, Python3 and javascript. Note – A language isn’t fast or slow, […]
1,885 total views, 3 views today
I am a big fan of micro benchmarking. In this article, we will compare the performance of tail end recursive Fibonacci(40) in C, Go, Python3 and javascript. Note – A language isn’t fast or slow, […]
1,885 total views, 3 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 […]
11,761 total views
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 […]
3,658 total views, 2 views today
A quick refresher on some basic topics, skip to the main reading if you already know it, Compiled vs Interpreted A compiled language is compiled beforehand and converted into instructions of a target machine. For […]
2,298 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 […]
983 total views, 1 views today