Stars
Timeouts for popular Ruby gems
Rails app used in book 📚 "High Performance PostgreSQL for Rails"
Dev environment for Sustainable Web Development with Ruby on Rails
Library for stubbing graphql request (from ruby to other services), wrapper of webmock
Create subscriptions with fixed prices or usage based billing.
Programmatically generated handy kubectl aliases.
Setup to run the examples from my sustainable rails book inside Docker
This gem implements a flexible time-ordered activity feeds commonly used within social networking applications. As events occur, they are pushed into the Feed and distributed to all users that need…
Pearls of wisdom for programmers collected from leading practitioners.
Persisted queries for graphql-ruby
🛰️ Represent any GraphQL API as an interactive graph
PostgreSQL の設定を Go の testing パッケージで検証するサンプル + コマンドラインツール
Sample scripts of "Machine Learning for Software Engineers"
Rust / Wasm framework for creating reliable and efficient web applications
A gRPC cli interface for easy testing against gRPC servers
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Do it like => validates :photos, attached: true, content_type: ['image/png', 'image/jpg', 'image/jpeg'], size: { less_than: 500.kilobytes }, limit: { min: 1, max: 3 }, aspect_ratio: :landscape, dim…