Ruby
-
GraphQL and Performance in Rails
We looked previously at getting set up with GraphQL on Rails. We defined some queries, some mutations, and had a…
Read More » -
How to Implement a GraphQL API in Rails
GraphQL came out of Facebook a number of years ago as a way to solve a few different issues that…
Read More » -
Advanced Enumeration with Ruby
Enumeration by definition is “the action of mentioning a number of things one by one.” In programming, instead of mentioning,…
Read More » -
Realtime with React and Rails
When I was thinking about creating something to showcase using ActionCable (websockets) in a Rails app with React, I first…
Read More » -
Graphing Benchmark Results in Ruby
Nothing presents performance statistics quite as well as having graphs for benchmarks. Whether you want to present an alternative way…
Read More » -
Server Rendering React on Rails
React apps give us incredible power in the browser, and with the react_on_rails gem from the folks at ShakaCode, we…
Read More » -
Using React Inside Your Rails Apps
I have never felt as productive as I do in Rails. Yet, with front-end seemingly moving further away from server-rendered…
Read More » -
Using Docker Compose for Ruby Development
Docker is an amazing tool for developers. It allows us to build and replicate images on any host, removing the…
Read More » -
Crystal from a Rubyist’s Perspective
Crystal is a language written to be very much like Ruby but as a compiled language rather than an interpreted…
Read More »