Tutorials

Working With Markdown in Ruby - Honeybadger Developer Blog
Imagine that you and your colleagues are working on a cool new project at work. Everyone's churning out code and firing on all cylinders, and everything seems to be going well, but then you remember that documentation also needs to get done for th...




Ruby on Rails 117 Find code security vulnerabilities with Bearer static code analysis tool - YouTube
I used to work at Bearer together with Guillaume for a year (he's my EX-boss).Now they finally made the tool they've been working on public!It's a static code analysist tool (like Rubocop or Brakeman) to find data and security vulnerabilities.In t...

How to click links in Rails Mailers when writing tests - DEV Community
In this tutorial, you'll learn how to write a test that clicks a link in a Rails mailer. This is particularly useful when testing emails with links that require unique tokens or may expire, such as password reset emails. We'll cover the steps to c...


Deploying a React-Rails App on Render - DEV Community
I can't believe it! I am almost done with my time at Flatiron School, there is a sense of relief, but at the same time thoughts of what the job search is going to be like has been flooding my mind lately.What are hiring managers looking for? Do bo...


Mastering PostgreSQL Views and CTEs for Rails Developers: A Comprehensive Guide - DEV Community
Views and Common Table Expression or CTE are two important concept in PostgreSQL. There are good chances that you will have to deal with it if you work with data.In my quest to become a SQL wizard, I had to tackle this of course. In a first part I...