Tag archive
#ruby
22 posts tagged ruby
- Sep '24 Terminal–based game in 150 lines
- Aug '24 How to test graphql-ruby responses
- Oct '23 Service objects in Rails: how to find a mess
- Sep '23 Ruby goes to the movie theater: directing the refactoring of your application
- Feb '23 How to find a memory bloat in your Rails app before it happens
- Jan '23 Fantastic global methods in Ruby and where to find them
- Jan '23 Applicative programming in Ruby: advanced behaviors
- Dec '22 Applicative programming in Ruby: railway reimagined
- Aug '22 On chosing the ideal architecture of the web application
- Jun '22 Understading why attr_accessor in Ruby is faster than a regular method
- May '22 How to make Ruby interpreter run program written in a natural language
- Apr '22 How to configure field extensions using keyword arguments in GraphQL Ruby
- Apr '22 Why Ruby has Symbols
- Aug '21 One row, many threads: How to avoid database duplicates in Rails applications
- Jun '21 Custom “cops” for RuboCop: an emergency service for your Ruby code
- Nov '20 How to GraphQL with Ruby, Rails, Active Record, and no N+1
- Nov '19 Pulling the trigger: How to update counter caches in your Rails app without Active Record callbacks
- Nov '19 Persisted queries in GraphQL: Slim down Apollo requests to your Ruby application
- Jul '19 GraphQL on Rails: On the way to perfection
- Jun '19 GraphQL on Rails: Updating the data
- Jun '19 GraphQL on Rails: From zero to the first query
- Feb '19 Wrapping JSON-based ActiveRecord attributes with classes