Tutorials


Creating and testing gRPC server interceptors in Ruby | Ilija Eftimov ⚡️
If your experience is rooted in HTTP-land, then you are probably familiar with the concept of server middleware. Interceptors are analogous, but in gRPC land. When first building gRPC interceptors, I had trouble figuring out how to do it in Ruby. ...


Simulate geolocation with Capybara and Headless Chrome | Karl’s blog
I recently added a “Locate me” button to Film Chase, which uses the Geolocation API (specifically getCurrentPosition) to get the current geolocation of a users device. Clicking the “Locate me” button triggers some Javascript like this.


Complete guide to setup VS Code for Ruby on Rails (Debugger, Autocomplete, Formatting)
This article explain how configure Visual Studio Code debugger and language server for your Ruby or... Tagged with ruby, rails, vscode, tooling.When I tried to configure Ruby debugger for the first time, I read many articles and tutorials but don'...


Game Development in Ruby (Super Bombinhas) with Victor David Santos
Victor David Santos is a fullstack Engineer at Tremendous and the creator of the Ruby platformer, Super Bombinhas. Victor joined Brittany to share insights on game development in Ruby, how to publish a game to Steam and how generous the gaming com...
