Gnarly News December 2022

Engineering Insights

April 29, 2025
Ethan Fertsch
#
Min Read
Gnarly News December 2022

The software development landscape is constantly changing. As a software consultancy, it's our responsibility to keep our finger on the pulse of the industry. Here are some headlines that caught our attention recently.

Ruby 3.2.0 RC 1 Released

We're all eagerly awaiting the seasonal gift of a new Ruby version; this year it's 3.2. Earlier in the month, the first release candidate launched and is looking really promising. Some interesting features include the improved Regexp matching algorithm, new debugging tools, and a few updates to small classes like Struct, whose initializer no longer requires the presence of keyword_init: true to use keyword args. Small victories, folks.

The React.js Documentary to Launch in Early 2023

Apparently, they make movies about programming frameworks. Who knew? The React.js Documentary, produced by the folks over at Honeypot, is set to launch in February of 2023 and the trailer was recently released (linked above). This project is said to cover the origins of React, highlighting the resistance it was met with at its inception. Everyone loves an underdog.

Shopify Adopts Rust for Systems Programming

Last month, we covered the announcement of a $1M investment in the Rails Foundation. Shopify was one of the major contributors to that pledge. After adopting Rust as their Systems Programming language (for things like high-performance network servers or extending Ruby), they followed suit and joined the Rust foundation as their first gold-level member.

Contributors

Learn more about how The Gnar builds software.

Related Insights

See All Articles
Engineering Insights
React in Rails, One Component at a Time

React in Rails, One Component at a Time

It seems like we should be able to drop React components into our views on an ad hoc basis using Stimulus, which is exactly what we will do.
Engineering Insights
A Near Miss: How I Froze My Website by Adding a Generated Column

A Near Miss: How I Froze My Website by Adding a Generated Column

Do avoid freezing your database, don't create a generated column. Add a nullable column, a trigger to update its value, and a job to backfill old data.
Engineering Insights
The Programmer's Obsession: Lessons from Monica Geller's Light Switch

The Programmer's Obsession: Lessons from Monica Geller's Light Switch

If you're wondering if you'd make a good software engineer, ask yourself how much you're like Monica from Friends.
Previous
Next
See All Articles