API: HTTP Headers
I used half the time thinking of recursive acronyms for this series: APIs Par Introspection.…
I used half the time thinking of recursive acronyms for this series: APIs Par Introspection.…
tl:dr: ssh into a server, scp files from it, set up your own VPN.…
Syndicated on Medium. Mailgun is a service that lets developers programmatically send and receive emails. Namecheap is a domain registrar. I wanted to setup Mailgun to use custom email with the domain I manage using Namecheap. But I stumbled on some issues with settings. I eventually got it working, and…
Re-published on Medium. Today I finally simplified some tasks I keep doing over and over again. These tasks are exactly what shell scripts are useful for! Iβll list 5 steps to writing your own basic shell script! You can easily extend it after. If youβre new to development…