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 Rails
Deep dives and guides on features of Rails.
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.
Rails has made it possible to enable browser built-in lazy-loading of images across your whole app.
Find out about the feature, how to enable it & what to consider before doing so.