Smart AI Web Scraping with Nukitori and Rubium/Kimurai
Learn how to extract structured data from web pages using AI-powered Nukitori gem combined with Rubium headless browser or Kimurai framework
Ruby is my first love ❤️. Crystal is second.
Learn how to extract structured data from web pages using AI-powered Nukitori gem combined with Rubium headless browser or Kimurai framework
Essential security steps for new VPS servers: creating a deploy user, configuring SSH key authentication, and disabling password login to protect against brute force attacks.
Did you know that it's possible to use Bundler with a single Ruby script and without Gemfile?
Prevent deployment issues by automatically checking if your local repository is in sync with remote origin before deploying with Capistrano.
There are examples how to automatically deploy Jekyll site build using Git's or hooks which are server-side hooks.
Pagy is very effective and lightweight, so it’s a good idea to use it with Sinatra and Sequel ORM. We need to adjust some settings though, let’s see how to do it.
Sometimes we want to query rails database outside of a rails app. But should you always bring AR for this? No, lightweight Sequel can handle this job pretty well. Check the guide Querying in Sequel to understand basics.
Automate the creation of free proxy servers using AWS Free Tier EC2 instances and Terraform for on-demand proxy infrastructure.
How to create AWS restricted credentials (example for s3)
A minimal approach to creating configuration blocks for Ruby gems using plain hashes instead of complex patterns.