╭─────────────────────────────────────╮
│ ° · ˚ · ˚ │
│ + · ˚ · │
│ + ° × · ° × │
│ ˚ ° │
│ Nelson Figueroa │
│ ˚ · ˚ + · │
│ · ° × ° ˚ │
│ × · ˚ + │
│ ° + ° · × │
╰─────────────────────────────────────╯
Setting up WireGuard on Synology DSM 7 using Docker and GluetunA guide to connect a Synology NAS to a WireGuard VPN server, with qBittorrent as an example.
What I Actually Want To Say in Tech InterviewsHonest answers to common interview questions in the tech field.
Calendly Denial of Service via Mass-SchedulingShowing how Calendly can be easily spammed because I’m bored and unemployed.
As an Employee, You Are DisposableCompanies are willing to lay off employees despite being profitable.
How To Install Older Versions of Homebrew PackagesHow to install a specific version of Homebrew packages.
I Hate WorkdayWorkday makes it a huge pain in the ass to apply to companies.
Adding Headers to HTTP Requests in GoBuild requests with http.NewRequest() to add headers, then send them with http.Client{}
Using time.Sleep() in GoExamples of using time.Sleep() in Go because the official documentation is lacking.