Javascript Series - Typing

published on 5/14/2021

Hello folks! I've decided to write a series of posts sharing some javascript concepts that I believe JS developers should be concerned about. The idea is not to extend too much, so I'll try to add some resources at the end of the post if you want to dive into it....

Setting up multiple DNS servers on Ubuntu

published on 9/29/2020

Sometimes, for some reason, we are connected through multiple VPNs that may have different DNS servers to provide domains for all internal VPN stuff, the issue is that `/etc/resolv.conf` accepts only a single server. The quick solution would be map every resource we need to `/etc/hosts`...