Slide 1

Slide 1 text

Scaling RubyVideo.dev: The mission to index all Ruby conferences Marco Roth Full-Stack Developer & Open Source Contributor

Slide 2

Slide 2 text

What is RubyVideo.dev? Why are we doing this? What's next for the platform? How you can help!

Slide 3

Slide 3 text

Marco Roth πŸ‘‹ t @marcoroth_ M @[email protected] g marcoroth.dev g @marcoroth Full-Stack Developer & Open Source Contributor b @marcoroth.dev

Slide 4

Slide 4 text

I ❀ Open Source

Slide 5

Slide 5 text

CableReady Core Team Maintainer

Slide 6

Slide 6 text

rubyvideo.dev

Slide 7

Slide 7 text

No content

Slide 8

Slide 8 text

How did we get here?

Slide 9

Slide 9 text

RailsConf 2022

Slide 10

Slide 10 text

No content

Slide 11

Slide 11 text

Multi-Track Conference

Slide 12

Slide 12 text

πŸ’­ πŸ•°

Slide 13

Slide 13 text

No content

Slide 14

Slide 14 text

πŸ‘¨πŸ’»

Slide 15

Slide 15 text

When is the next Ruby conference?

Slide 16

Slide 16 text

No content

Slide 17

Slide 17 text

RubyConferences.org

Slide 18

Slide 18 text

No content

Slide 19

Slide 19 text

No content

Slide 20

Slide 20 text

No content

Slide 21

Slide 21 text

I checked the list and noticed RailsConf 2023 is missing

Slide 22

Slide 22 text

πŸ‘¨πŸ’»

Slide 23

Slide 23 text

I open a pull request

Slide 24

Slide 24 text

No content

Slide 25

Slide 25 text

Conferences 2023 + First Talk

Slide 26

Slide 26 text

Attended 9 conferences and gave my first talk in 2023

Slide 27

Slide 27 text

Conferences 2024

Slide 28

Slide 28 text

Talks 2024

Slide 29

Slide 29 text

Attended 12 conferences and gave 8 conference talks in 2024

Slide 30

Slide 30 text

I ❀ conferences + meetups

Slide 31

Slide 31 text

πŸ‡§πŸ‡·

Slide 32

Slide 32 text

πŸ‡―πŸ‡΅

Slide 33

Slide 33 text

A desire to create build a Ruby events platform

Slide 34

Slide 34 text

Even if it is just for getting an overview myself

Slide 35

Slide 35 text

Kept adding new conference to RubyConferences.org as soon as they were announced

Slide 36

Slide 36 text

May 2023

Slide 37

Slide 37 text

Shared some ideas with Jon from RubyConferences.org

Slide 38

Slide 38 text

iCal Integration Meetups A design refresh

Slide 39

Slide 39 text

and became a maintainer eventually and started working on it

Slide 40

Slide 40 text

June 2023

Slide 41

Slide 41 text

RubyVideo.dev appeared

Slide 42

Slide 42 text

https://x.com/adrienpoly/status/1669944385675378688

Slide 43

Slide 43 text

No content

Slide 44

Slide 44 text

"Aggregate all Ruby-related videos in one place"

Slide 45

Slide 45 text

Both of the websites kept growing and improved

Slide 46

Slide 46 text

The website have come a long way

Slide 47

Slide 47 text

No content

Slide 48

Slide 48 text

On a mission to index all Ruby conferences

Slide 49

Slide 49 text

The Ruby Events Platform

Slide 50

Slide 50 text

No content

Slide 51

Slide 51 text

No content

Slide 52

Slide 52 text

No content

Slide 53

Slide 53 text

No content

Slide 54

Slide 54 text

No content

Slide 55

Slide 55 text

No content

Slide 56

Slide 56 text

No content

Slide 57

Slide 57 text

My four goals for the platform

Slide 58

Slide 58 text

1. Make it easy to find anything related to Ruby events

Slide 59

Slide 59 text

2. Support the Ruby community with hosting events

Slide 60

Slide 60 text

3. Present it in an nice looking way

Slide 61

Slide 61 text

4. Encourage more people to attend in-person events

Slide 62

Slide 62 text

https://www.rubyvideo.dev/organisations/tropicalrb X

Slide 63

Slide 63 text

No content

Slide 64

Slide 64 text

No content

Slide 65

Slide 65 text

No content

Slide 66

Slide 66 text

How do we scale RubyVideo?

Slide 67

Slide 67 text

How is RubyVideo built?

Slide 68

Slide 68 text

We are trying to be as close as possible to the Rails 8 defaults

Slide 69

Slide 69 text

An open source reference application

Slide 70

Slide 70 text

Ruby 3.4

Slide 71

Slide 71 text

Rails 8

Slide 72

Slide 72 text

No content

Slide 73

Slide 73 text

Page View Transitions API

Slide 74

Slide 74 text

No content

Slide 75

Slide 75 text

Solid Queue and Solid Cache

Slide 76

Slide 76 text

Tailwind CSS + daisy UI

Slide 77

Slide 77 text

No content

Slide 78

Slide 78 text

No content

Slide 79

Slide 79 text

No content

Slide 80

Slide 80 text

No content

Slide 81

Slide 81 text

The app is simple and fast enough, since it just has to render the talks from the database

Slide 82

Slide 82 text

Since we use the default Rails stack with the preconfigured defaults we haven't really had the need to tweak performance

Slide 83

Slide 83 text

No content

Slide 84

Slide 84 text

No content

Slide 85

Slide 85 text

What else do we need to scale?

Slide 86

Slide 86 text

The heart of RubyVideo

Slide 87

Slide 87 text

Content.

Slide 88

Slide 88 text

app/ bin/ config/ data/ db/ vendor/

Slide 89

Slide 89 text

app/ bin/ config/ data/ db/ vendor/

Slide 90

Slide 90 text

data β”œβ”€β”€ aloha-rubyconf/ β”œβ”€β”€ ancient-city-ruby/ β”œβ”€β”€ arrrrcamp/ [...] β”œβ”€β”€ vienna-rb/ β”œβ”€β”€ wnb-rb/ β”œβ”€β”€ wroclove-rb/

Slide 91

Slide 91 text

data β”œβ”€β”€ aloha-rubyconf β”‚ β”œβ”€β”€ playlists.yml β”‚ β”‚ β”‚ └── aloha-rubyconf-2012 β”‚ └── videos.yml β”‚ β”œβ”€β”€ ancient-city-ruby β”‚ β”œβ”€β”€ playlists.yml β”‚ β”‚ β”‚ β”œβ”€β”€ ancient-city-ruby-2013 β”‚ β”‚ └── videos.yml β”‚ β”‚ β”‚ β”œβ”€β”€ ancient-city-ruby-2014 β”‚ β”‚ └── videos.yml

Slide 92

Slide 92 text

- title: "Keynote by Irina Nazarova" raw_title: "Keynote by Irina Nazarova" speakers: - Irina Nazarova event_name: Tropical on Rails 2025 date: "2025 - 04 - 03" video_provider: scheduled video_id: "irina-nazarova-tropical-on-rails-2025" description: "..." - title: "Scaling Rails: The Journey to 200M Notifications" raw_title: "Scaling Rails: The Journey to 200M Notifications" speakers: - Gustavo AraΓΊjo event_name: Tropical on Rails 2025 date: "2025 - 04 - 03" video_provider: scheduled video_id: "gustavo-araujo-tropical-on-rails-2025"

Slide 93

Slide 93 text

rails db:seed

Slide 94

Slide 94 text

How do we scale the content?

Slide 95

Slide 95 text

YouTube Playlists

Slide 96

Slide 96 text

RubyConferences.org Automated Pull Requests

Slide 97

Slide 97 text

So we can fetch events from iCal, Meetup.com, Luma

Slide 98

Slide 98 text

No content

Slide 99

Slide 99 text

We need to port this over to RubyVideo.dev

Slide 100

Slide 100 text

How far are we?

Slide 101

Slide 101 text

No content

Slide 102

Slide 102 text

Ways you can help contribute

Slide 103

Slide 103 text

No content

Slide 104

Slide 104 text

rubyvideo.dev/contributions

Slide 105

Slide 105 text

Future Ideas

Slide 106

Slide 106 text

Attendees Speakers Meetup organizers Conference organizers Sponsors

Slide 107

Slide 107 text

Attendees

Slide 108

Slide 108 text

No content

Slide 109

Slide 109 text

No content

Slide 110

Slide 110 text

Speakers

Slide 111

Slide 111 text

No content

Slide 112

Slide 112 text

Call For Papers Meetups looking for speakers

Slide 113

Slide 113 text

Meetup Organizers

Slide 114

Slide 114 text

Find Speakers Keep the local community engaged Publish events and talk recordings

Slide 115

Slide 115 text

Conference Organizers

Slide 116

Slide 116 text

Run Call on Papers Manage Conferences through the platform Find potential sponsors

Slide 117

Slide 117 text

Sponsors

Slide 118

Slide 118 text

No content

Slide 119

Slide 119 text

No content

Slide 120

Slide 120 text

Exclusive Announcements

Slide 121

Slide 121 text

On a mission to index all Ruby conferences

Slide 122

Slide 122 text

On a mission to index all Ruby events

Slide 123

Slide 123 text

Why do we need such a platform?

Slide 124

Slide 124 text

Meetup.com is slowly going down

Slide 125

Slide 125 text

The online Ruby community is spread apart multiple platforms

Slide 126

Slide 126 text

It would be great to have at least have all Ruby events all in one place.

Slide 127

Slide 127 text

No content

Slide 128

Slide 128 text

712 talks 549 talks

Slide 129

Slide 129 text

2023 had 28 conferences 2024 had 38 conferences 2025 has 20 conferences (so far)

Slide 130

Slide 130 text

No content

Slide 131

Slide 131 text

rubyconferences.org rubyvideo.dev Contributors

Slide 132

Slide 132 text

RubyVideo.dev + RubyConferences.org

Slide 133

Slide 133 text

RubyEvents.org

Slide 134

Slide 134 text

github.com/rubyevents

Slide 135

Slide 135 text

Recovering old talks

Slide 136

Slide 136 text

Recovery of EuRuKo 2009 Videos

Slide 137

Slide 137 text

No content

Slide 138

Slide 138 text

If you have or know of old conference recordings, we would love to bring them back online and archive them

Slide 139

Slide 139 text

πŸ₯³ πŸŽ‰

Slide 140

Slide 140 text

One more thing

Slide 141

Slide 141 text

Hotwire Native App

Slide 142

Slide 142 text

No content

Slide 143

Slide 143 text

No content

Slide 144

Slide 144 text

No content

Slide 145

Slide 145 text

No content

Slide 146

Slide 146 text

It's open source.

Slide 147

Slide 147 text

Like RubyEvents.org itself

Slide 148

Slide 148 text

Vanilla Rails as possbile

Slide 149

Slide 149 text

Reference application Rails + Hotwire + Hotwire Native

Slide 150

Slide 150 text

Opportunities for early-career engineers to work on a real open- source app

Slide 151

Slide 151 text

You are welcome to check out the code

Slide 152

Slide 152 text

You are welcome to learn from the code

Slide 153

Slide 153 text

You are welcome to improve the code

Slide 154

Slide 154 text

https://github.com/rubyevents/rubyevents

Slide 155

Slide 155 text

I'm more than happy to help you get started with contributing.

Slide 156

Slide 156 text

Get in touch!

Slide 157

Slide 157 text

I would love to hear your opinions. How you are going to use RubyEvents? What features are you missing?

Slide 158

Slide 158 text

Special Thanks Jon Allured Cameron Daigle Adrien Poly

Slide 159

Slide 159 text

Thank you πŸ™ t @marcoroth_ M @[email protected] g marcoroth.dev g @marcoroth b @marcoroth.dev l /in/marco-roth t @rubyevents_org M @[email protected] g rubyevents.org g @rubyevents b @rubyevents.org l /company/rubyevents