Preserve Child Objects When Parent Objects Are Deleted in Ruby on Rails

Use “dependent: :nullify” to prevent child objects from getting deleted.

Remove Shadows From Screenshots in macOS

Run this command in your terminal to remove shadows from your screenshots: defaults write com.apple.screencapture "disable-shadow" -bool "true"

2024-10-05 · [Updated 2025-08-18] · 121 words
AI-Generated Images Discourage Me From Reading Your Blog

If you’re willing to use AI-generated images, how do I know the text isn’t AI-generated?

2024-10-01 · [Updated 2025-08-14] · 109 words
Finding Private Information Through Resumes on Google Search

Reconsider uploading your resume on the open web.

Iterate Through Strings in Go with a for-range Loop

Something new I learned about Go today.

2024-08-27 · [Updated 2025-08-14] · 243 words
Let's Stop Asking "Why Do You Want To Work for Us?" in Interviews

Most people want to work for your company for money, and there’s nothing wrong with that.

2024-06-28 · [Updated 2025-09-07] · 312 words
I Am So Sick of Leetcode-Style Interviews

Leetcode-style interviews do not reflect real-world software engineering problems.

2024-06-03 · [Updated 2025-09-07] · 221 words
Calendly Denial of Service via Mass-Scheduling

Showing how Calendly can be easily spammed because I’m bored and unemployed.

Python Lists Cheatsheet

Python list basics and methods to learn fast or refresh your memory.

2024-04-29 · [Updated 2025-08-14] · 1194 words
Get Unique Elements in a Python List

How to get unique elements in a Python list using set()

2024-04-22 · [Updated 2025-08-14] · 175 words