Posts in todayilearned
Function Expressions in JavaScript
- 14 January 2021
- javascript, todayilearned
I’m currently learning JavaScript, and here are a few things I learned about function expressions in JavaScript ;)
How to set up a wildcard subdomain on Google Domains
- 09 January 2021
- todayilearned, dns, domains
Today, I was working with dokku, and I found myself in need of a wildcard subdomain. A wildcard DNS record is a record that will match requests for non-existent subdomains. For instance, if you set a wildcard DNS record to *.example.com
, and a user requests random.example.com
or foo.example.com
, etc.. the requests will be forwarded to whichever server *.example.com
points to.

How to merge two or more disk partitions on Centos 7
- 07 January 2021
- todayilearned, linux, centos
I’ve been working with centos 7 virtual machine provisioned via VMware’s vrealize suite. One thing I particulary dislike is how the storage disk gets partitioned into tiny partititions during the VM provisioning: