Add workflow_dispatch to your GitHub Actions YAML to enable the ‘Run workflow’ button.
Posts
Many ways of sorting hashes in Ruby.
How to restrict Ruby on Rails routes with :only and :except.
Several methods of iterating through Ruby hashes.
How to fix Devise errors in Ruby on Rails 7.
Set a default Ruby version using RVM with rvm –default use
How to recursively ignore files when building Docker images.
How to add environment variables to Serverless functions
Scraping contributor emails from git repositories using git shortlog.
Creating a python script to flood scammers with fake credentials.
Ways to find AWS Resources by private or public IP addresses.
Updating Amazon Certificate Manager SSL certificates with no downtime
How to pass an API key via the x-api-key header when invoking AWS API Gateway with curl and Python.
~ for case-sensitive matching vs ~* for case-insensitive pattern matching in location blocks.
Using Python to send fake seed phrases to a MetaMask scam site.
How to get EC2 Instance metadata using IMDSv1
Scraping GitHub contributor emails, and how you can protect yourself.
Resolving Access Denied Errors in a CloudFront Distribution that uses a Private S3 Bucket, Origin Access Identity, and Contains Multiple index.html Templates.
How to allow an IAM Role to assume another Role.
Add a uniqueness constraint between two columns in Ruby on Rails.