╭─────────────────────────────────────╮
│ ° · ˚ · ˚ │
│ + · ˚ · │
│ + ° × · ° × │
│ ˚ ° │
│ 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.
I Created My First AI-assisted Pull Request and I Feel Like a FraudI used AI to contribute to an open source project. The code was merged. I didn’t learn anything and I felt bad as an engineer.
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{}