Tutorials

GraphQL with Ruby On Rails: Queries in Multiple Files
In the last episode, we added RSpecs tests for GraphQL mutations. If you need some more insight about the topic you can check the article here. Today we are going to add specs (again, we will focus only on the happy paths) for GraphQL queries. But...

A merkle tree is a data structure used for efficiently summarizing sets of data, often one-time signatures.
A binary tree originally developed to authenticate a large number of public keys with a single value, namely the root of the tree. The merkle root is usually available publicly. Each node in the tree contains a cryptographic hash of node values of...

Official repository for the aws-record gem, an abstraction for Amazon DynamoDB.
Official repository for the aws-record gem, an abstraction for Amazon DynamoDB. - aws/aws-sdk-ruby-recordA data mapping abstraction over the AWS SDK for Ruby's client for Amazon DynamoDB.This library is currently under development. More features w...

Monitoring Puma web server with Prometheus and Grafana
Localizing web application performance problems and response latency could be tricky in the projects with complex infrastructure.And having monitoring for all the services is highly crucial.Sometimes performance degradation might be induced one st...
![Fun[d, a, m, e, n, t, a, l, s, ].ruby](/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6MTIyMDQsInB1ciI6ImJsb2JfaWQifX0=--876e320b9aeed9657e4e1d81a4180eed63472fa3/open-uri20190329-28504-xfgsfj.avif)

A super simple way to add basic responsive styling to a Rails app
During my time at Flatiron, a classmate and I were given a project to work on together. The project brief was to build a Ruby on Rails app that had at least 5 models, some methods in the models, show analytics in the app, have the necessary views,...




How to work with Docker/Docker Compose from RubyMine
RubyMine 2019.1 has a bunch of capabilities which allow you to work with Docker and Docker Compose. You can inspect existing images and containers, quickly edit Docker files using autocompletion, create new images and start services directly from ...