Rails
-
JavaScript
VueJS as a Frontend for Rails
VueJS is one of the fastest rising stars in the JavaScript frontend ecosystem. It largely embodies simplicity and composability of…
Read More » -
Ruby
Integrating React in a 6+ Year Old Rails App
When it comes to modern JavaScript frameworks, it’s tempting to think of them as belonging to the bleeding edge as…
Read More » -
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
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 » -
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
Refactoring and Design Patterns
Refactoring is a simple concept, and yet it takes some learning to come to a point where refactoring is beneficial.…
Read More »