DEV Community

Ruby

This tag is for posts related to the Ruby language, including its libraries.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Linux filters - How to streamline text like a boss

Linux filters - How to streamline text like a boss

405
Comments 24
7 min read
Bringing more sweetness to Ruby with Sorbet types 🍦

Bringing more sweetness to Ruby with Sorbet types 🍦

301
Comments 33
11 min read
Performance e elegância! Escrevendo uma CLI CRUD utilizando ScyllaDB e Ruby

Performance e elegância! Escrevendo uma CLI CRUD utilizando ScyllaDB e Ruby

277
Comments 27
14 min read
Enhancing development with REPLs - A practical guide

Enhancing development with REPLs - A practical guide

250
Comments 19
9 min read
Creating a Sinatra API with system-wide dependency injection using dry-system and rom-rb

Creating a Sinatra API with system-wide dependency injection using dry-system and rom-rb

246
Comments 30
9 min read
Complementing exceptions - Introducing monads for error handling in ruby

Complementing exceptions - Introducing monads for error handling in ruby

245
Comments 27
8 min read
Pattern matching - Dealing with the if statement nightmare

Pattern matching - Dealing with the if statement nightmare

220
Comments 8
7 min read
Announcing TechSchool: A free and open-source platform to learn programming

Announcing TechSchool: A free and open-source platform to learn programming

220
Comments 50
2 min read
Methods in Ruby

Methods in Ruby

206
Comments 36
2 min read
Conhecendo o ecossistema Crystal: ferramentas e projetos

Conhecendo o ecossistema Crystal: ferramentas e projetos

182
Comments 9
10 min read
Trabalhando com Threads em Ruby

Trabalhando com Threads em Ruby

139
Comments 4
3 min read
Metaprogramming in ruby

Metaprogramming in ruby

133
Comments 10
7 min read
Getting started with Ruby on Rails and Postgres on Supabase

Getting started with Ruby on Rails and Postgres on Supabase

98
Comments
4 min read
Publish/Subscribe with Sidekiq

Publish/Subscribe with Sidekiq

78
Comments 2
3 min read
Entendendo fundamentos de recursão

Entendendo fundamentos de recursão

60
Comments 5
7 min read
Compiladores, trampolim, deque e thread pool

Compiladores, trampolim, deque e thread pool

54
Comments 6
10 min read
🚀Introduction to Ruby for beginners

🚀Introduction to Ruby for beginners

47
Comments
8 min read
Rust, Go, Rinha e I/O

Rust, Go, Rinha e I/O

39
Comments 10
9 min read
Catch DEV Lead Software Engineer Ridhwana Khan’s talk at Rubyday 2023

Catch DEV Lead Software Engineer Ridhwana Khan’s talk at Rubyday 2023

37
Comments 9
1 min read
Simple Repository Pattern for Ruby on Rails

Simple Repository Pattern for Ruby on Rails

36
Comments 2
3 min read
🚀 Building a RESTful API with Ruby on Rails

🚀 Building a RESTful API with Ruby on Rails

35
Comments
6 min read
AI & Ruby: an introduction to neural networks

AI & Ruby: an introduction to neural networks

35
Comments 8
12 min read
🚀Ruby on Rails for beginners: build an online store with Rails

🚀Ruby on Rails for beginners: build an online store with Rails

34
Comments 8
8 min read
Understanding Authorization Before Authentication: Enhancing Web API Security

Understanding Authorization Before Authentication: Enhancing Web API Security

34
Comments
4 min read
Exploring Genetic Algorithms with Ruby

Exploring Genetic Algorithms with Ruby

32
Comments 11
3 min read
Catch DEV Co-Founder Ben Halpern’s Keynote at RubyConf TH 2023

Catch DEV Co-Founder Ben Halpern’s Keynote at RubyConf TH 2023

31
Comments 4
1 min read
Rails Frontend Bundling - Which one should I choose?

Rails Frontend Bundling - Which one should I choose?

30
Comments 3
5 min read
Mastering Common and Advanced Ruby Design Patterns: A Comprehensive Guide with Code Examples

Mastering Common and Advanced Ruby Design Patterns: A Comprehensive Guide with Code Examples

30
Comments
6 min read
A Beginner's Guide to understanding Object Oriented Programming (OOP) in Ruby

A Beginner's Guide to understanding Object Oriented Programming (OOP) in Ruby

29
Comments
7 min read
Unlearn programming to learn Ruby

Unlearn programming to learn Ruby

29
Comments 1
3 min read
A comprehensive introduction to Ruby

A comprehensive introduction to Ruby

29
Comments 7
11 min read
Mastering Monadical Syntax in Ruby: A Practical Guide to Functional Elegance

Mastering Monadical Syntax in Ruby: A Practical Guide to Functional Elegance

28
Comments 10
7 min read
Performance Guide to create 100k records in less than 3s using Ruby on Rails

Performance Guide to create 100k records in less than 3s using Ruby on Rails

27
Comments 5
6 min read
From Slow to Lightning Fast: Optimizing String Concatenation in Ruby on Rails

From Slow to Lightning Fast: Optimizing String Concatenation in Ruby on Rails

24
Comments 1
6 min read
Empowering Ruby in the World of Machine Learning

Empowering Ruby in the World of Machine Learning

23
Comments 5
6 min read
How to estimate a task?

How to estimate a task?

23
Comments 24
1 min read
The Ultimate Guide to Active Storage in Rails

The Ultimate Guide to Active Storage in Rails

22
Comments 5
5 min read
Dear AI, can you translate the Rails Guide for me?

Dear AI, can you translate the Rails Guide for me?

22
Comments 9
9 min read
12 Ruby Gems to make your Ruby coding smoother

12 Ruby Gems to make your Ruby coding smoother

22
Comments 5
5 min read
Pimp My Code : Come and Clean Code with V #1

Pimp My Code : Come and Clean Code with V #1

21
Comments 2
11 min read
What are facades and how to use it on ruby

What are facades and how to use it on ruby

20
Comments
2 min read
Make your own HTTP server in ruby

Make your own HTTP server in ruby

20
Comments
4 min read
Delve deeply into Devise - Introduce all the Modules

Delve deeply into Devise - Introduce all the Modules

20
Comments 2
30 min read
Your journey as a mid-level Ruby on Rails developer

Your journey as a mid-level Ruby on Rails developer

19
Comments 2
2 min read
Introducing Flame graphs: It’s getting hot in here

Introducing Flame graphs: It’s getting hot in here

19
Comments 4
2 min read
Understanding Ruby - Memoization

Understanding Ruby - Memoization

18
Comments 1
4 min read
How to ensure your web APIs are safe

How to ensure your web APIs are safe

17
Comments
5 min read
[pt-BR] Guia Prático: Explorando o Poder da Gem ActiveRecord no Ruby - Sem Framework 🚀

[pt-BR] Guia Prático: Explorando o Poder da Gem ActiveRecord no Ruby - Sem Framework 🚀

17
Comments 1
16 min read
Rubyist Hangout Thread

Rubyist Hangout Thread

17
Comments 5
1 min read
Rubyist Hangout Thread

Rubyist Hangout Thread

17
Comments 2
1 min read
Watch Out When Overriding Memoized Methods

Watch Out When Overriding Memoized Methods

17
Comments 2
2 min read
Introducing Loco: The Rails of Rust

Introducing Loco: The Rails of Rust

17
Comments 4
8 min read
🚀Simple Authentication in Ruby on Rails: a step by step guide

🚀Simple Authentication in Ruby on Rails: a step by step guide

17
Comments 4
7 min read
🚀Advanced Ruby Methods and Modules: build a calculator in Ruby

🚀Advanced Ruby Methods and Modules: build a calculator in Ruby

17
Comments
10 min read
Playing with Redis and Rails

Playing with Redis and Rails

16
Comments
3 min read
Unlocking Performance: Installing Ruby with YJIT on MacOS

Unlocking Performance: Installing Ruby with YJIT on MacOS

16
Comments
2 min read
Introdução ao Ruby

Introdução ao Ruby

15
Comments 1
3 min read
Unlock the Secrets to Supercharging Your Code with Inheritance - Boost Your Programming Powers! (with Ruby)

Unlock the Secrets to Supercharging Your Code with Inheritance - Boost Your Programming Powers! (with Ruby)

15
Comments
5 min read
Google Login in Rails 7 with devise

Google Login in Rails 7 with devise

15
Comments 6
3 min read
Rubyist Hangout Thread

Rubyist Hangout Thread

15
Comments 1
1 min read
loading...