-
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 » -
Ruby
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 » -
Ruby
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 » -
Ruby
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 » -
Ruby
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 » -
Web Dev
Linking, Monitoring, and Supervising in Elixir
One of the benefits of microservices is that part of the system can go down without bringing the entire system…
Read More » -
Ruby
Concurrency Abstractions in Elixir
Elixir gives you the tools to easily write concurrent code. In an earlier post, I introduced concurrency in Elixir by…
Read More » -
Ruby
Replacing Sinatra with Rack in Sidekiq
Sidekiq is one of the first gems that I install when doing a significant Rails project. If you plan to…
Read More » -
Ruby
Microservice Communication with Queues
Microservices are small programs that handle one task. A microservice that is never used is useless though — it’s the…
Read More »