Blogs

Get Better at Ruby with Sorting Algorithms - Bubble Sort
Sorting algorithms are a great way for us to become better developers. They help us with logic and gives us a better understanding on how it all works behind the scenes, as we discussed on our last post.Continuing with the series, in this post we.

Code scanning and Ruby: turning source code into a queryable database | The GitHub Blog
We recently added beta support for Ruby to the CodeQL engine that powers GitHub code scanning, as part of our efforts to make it easier for developers to build and ship secure code. Ruby support is particularly exciting for us, since GitHub itself...



Upgrade Rails From 6.1 to 7.0 - FastRuby.io | Rails Upgrade Service
Learn the details of how to upgrade Ruby on Rails from 6.1 to 7.0, including the deprecations and required configurations.This article will cover the most important aspects that you need to know to get your Ruby on Rails application from version 6...

How I got Ruby snippets to run browser side in less than a day
I had some time yesterday to work on Runno and decided to see if I could add another language. I'd heard on twitter that Ruby was looking into adding official WASM support, so I had a look into what that was. Turns out the proposal to merge WASI b...

Fixing the Dependency Confusion Vulnerability in 600 Ruby Apps (2022)
Shopify has grown significantly over the years, and our success makes us an attractive target for malicious actors. We take the safety of our merchants seriously, so we have a good reason to continuously improve the security at Shopify. I’ll share...


The silliness of frontend frameworks | Karthikeyan A K’s blog
I am been developing websites for 15 years, and most of my experience has been good. Before that I have been an embedded systems programmer, to code a microcontroller and not knowing what its really intended for was a wreak on my soul. I am a guy ...