You can use for-range loops to iterate through strings in Go without splitting because Go handles strings as byte slices.
Posts
Most people want to work for your company for money, and there’s nothing wrong with that.
Leetcode-style interviews do not reflect real-world software engineering problems.
Showing how Calendly can be easily spammed because I’m bored and unemployed.
A Python lists cheatsheet for coding interviews.
Remove duplicate elements from Python lists using the set() function.
A Ruby arrays cheatsheet with methods and examples for coding interviews.
A list of resources I use to discover new blogs.
A list of my favorite blogs from around the web.
Personal experiences of growing up poor
“Get” lets you see individual objects and their contents. “List” lets you see all objects, including their contents, even without “Get” permissions.
Using Python to flood scammers with fake information.
How to enable file downloads using the link_to helper in Ruby on Rails.
Use the ‘brew leaves’ command to find potentially unnecessary Homebrew packages.
How to run a shell command against multiple EC2 instances using AWS Systems Manager
Comparing Optional[str] vs str | None syntax in Python v3.10+ with practical examples.
Using a Python script to send fake data to a Ledger phishing site.
Curl examples for retrieving EC2 instance metadata using IMDSv2 including IP address, instance ID, and security groups.
Every company’s real mission is to make money.
Using docker inspect to determine the entrypoint for a given docker image.