First time I’ve been interviewed! We talked about my experience with open source, what got me into it and how I finally got back to contributing in 2022.
Posts about Ruby
Deep dives and guides on Ruby and the ecosystem.
A guide on setting up Hatchbox AWS EC2 servers as self-hosted GitHub Actions runners, including with how to get Linux ARM64 machines working.
Let’s look at the security implications of a Rails session :cookie_store
with domain: :all
. It is a convenient way to allow users to be authenticated across subdomains, however, any subdomains as CNAMEs which map third-party services will also receive those session cookies.