Articles by tag: ruby
Async-background: background tasks in Ruby without Redis and Postgres
Learn how async-background replaces Sidekiq without external dependencies. Resource utilization control, reliable queue on SQLite, deterministic sharding. Save on infrastructure!
DSL in Ruby: technical details and examples | Guide for developers
How to create expressive DSLs in Ruby using instance_eval, method_missing, and Singleton. Code examples and key principles for middle/senior developers. Apply in practice!