- Видео 492
- Просмотров 610 001
Ruby Central
США
Добавлен 21 авг 2016
Ruby Central is a non-profit organization that supports and advances the Ruby programming language and a welcoming and diverse worldwide Ruby community. We organize the annual software conferences, RubyConf and RailsConf, to which this video channel is dedicated. Learn more | www.rubycentral.org
RubyConf is the Ruby community's Fall celebration of all things Ruby! Ruby enthusiasts gather to enjoy detailed talks about exciting new projects; meet and network with other Ruby developers; and hear from the community's leading minds, including Yukihiro Matsumoto ("Matz"), the creator of the Ruby language.
RailsConf is the world's largest gathering of Rails developers, brought together in the Spring to further discuss and learn about building, managing, and testing Rails applications. With a specific focus on Rails, conference topics can range from new users to administration to advanced techniques.
RubyConf is the Ruby community's Fall celebration of all things Ruby! Ruby enthusiasts gather to enjoy detailed talks about exciting new projects; meet and network with other Ruby developers; and hear from the community's leading minds, including Yukihiro Matsumoto ("Matz"), the creator of the Ruby language.
RailsConf is the world's largest gathering of Rails developers, brought together in the Spring to further discuss and learn about building, managing, and testing Rails applications. With a specific focus on Rails, conference topics can range from new users to administration to advanced techniques.
Ruby Talks: Sebastian Suttner of Cedarcode on Supporting Ruby Central & RubyConf
Cedarcode’s Sebastian Suttner shares why supporting Ruby Central and RubyConf matters to them. Learn how Cedarcode gives back through sponsorships, creating essential gems, and building community through global events.
This video includes:
• Why Cedarcode sponsors Ruby Central.
• How Cedarcode contributes to the community with projects like webauthn-ruby.
• Tips for first-time RubyConf attendees.
• How to connect with Cedarcode at RubyConf.
You can find out more about Cedarcode on their website (www.cedarcode.com) and our second video with Sebastian, which we will share next week!
This video includes:
• Why Cedarcode sponsors Ruby Central.
• How Cedarcode contributes to the community with projects like webauthn-ruby.
• Tips for first-time RubyConf attendees.
• How to connect with Cedarcode at RubyConf.
You can find out more about Cedarcode on their website (www.cedarcode.com) and our second video with Sebastian, which we will share next week!
Просмотров: 121
Видео
Nadia Odunayo RubyConf24 Keynote speaker
Просмотров 1062 месяца назад
Nadia talks with us to give us a hint of what she'll be presenting on the Keynote stage, what she is looking forward to at RubyConf24, and her advice for the first time attendee.
Brandon Weaver RubyConf24 Keynote Speaker
Просмотров 1252 месяца назад
Brandon gives us a sneak peek into his keynote, what he's looking forward to at RubyConf24, and advice for the first time attendee.
RailsConf 2024 - Glimpses of Humanity: My Game-Building AI Pair by Louis Antonopoulos
Просмотров 2954 месяца назад
I built a Rails-based game with a partner...an AI partner! Come see how I worked with my associate, Atheniel-née-ChatGPT, and everything we achieved. Leave with an improved understanding of how to talk to that special machine in your life ❤️❤️❤️ and an increased sense of wonder at how magical an extended machine-human conversation can be. I'll be taking you through our entire shared experience,...
RailsConf 2024 - Pairing with Intention: A Guide for Mentors by Alistair Norman
Просмотров 2484 месяца назад
Learning as a new developer is difficult and sometimes overwhelming. As mentors, we’re tasked with teaching newer developers everything they need to know. Mentees can struggle to learn when presented with bigger picture concepts like design patterns, testing practices, and complicated application structures along with the details and basic syntax needed to write code all at once. We’ll explore ...
RailsConf 2024 - From RSpec to Jest: JavaScript testing for Rails devs by Stefanni Brasil
Просмотров 5194 месяца назад
Do you want to write JavaScript tests but feel stuck transferring your testing skills to the JavaScript world? Do you wish that one day you could write JS tests as confidently as you write Ruby tests? If so, this talk is for you. Let’s face it: JavaScript isn’t going anywhere. One way to become more productive is to be confident with writing JavaScript automated tests. Learn how to use Jest, a ...
RailsConf 2024 - Insights Gained from Developing a Hybrid Application Using... by John Pollard
Просмотров 6064 месяца назад
Insights Gained from Developing a Hybrid Application Using Turbo-Native and Strada by John Pollard In this session, we delve into the complexities and benefits of hybrid app development with Turbo-Native and Strada. We cover implementation intricacies, emphasizing strategic decisions and technical nuances. Key topics include crafting seamless mobile navigation and integrating native features fo...
RailsConf 2024 - Beyond senior: lessons from the technical career path by Dawn Richardson
Просмотров 6854 месяца назад
Staff, principal, distinguished engineer - there is an alternate path to people management if continuing up the "career ladder" into technical leadership. As a relatively new 'Principal Engineer', I want to report back on my learnings so far; things I wish I had known before stepping into this role 3 years ago.
RailsConf 2024 - Progressive Web Apps with Ruby on Rails by Avi Flombaum
Просмотров 9624 месяца назад
Progressive Web Apps (PWAs) have emerged as a solution for offering the seamless experience of native apps combined with the reach and accessibility of the web. This talk will dive into building an offline-first RSS feed reader that leverages the full potential of PWAs such as Service Workers, Background Sync, We'll explore how to register, install, and activate a service worker in a Rails appl...
RailsConf 2024 - Day 3 Closing with Ufuk Kayserilioglu and Andy Croll
Просмотров 914 месяца назад
RailsConf 2024 - Day 3 Closing with Ufuk Kayserilioglu and Andy Croll
RailsConf 2024 - Using Postgres + OpenAI to power your AI Recommendation... by Chris Winslett
Просмотров 4894 месяца назад
Using Postgres OpenAI to power your AI Recommendation Engine by Chris Winslett Did you know that Postgres can easily power a recommendation engine using data from OpenAI? It's so simple, it will blow your mind. For this talk, we will use Rails, ActiveRecord Postgres, and OpenAI to build a recommendation engine. Then, in the second half, we'll present optimization and scaling techniques because ...
RailsConf 2024 - Dungeons and Developers: Uniting Experience Levels in... by Chantelle Isaacs
Просмотров 2484 месяца назад
Dungeons and Developers: Uniting Experience Levels in Engineering Teams by Chantelle Isaacs Join us in “Dungeons and Developers,” a unique exploration of team dynamics through the lens of Dungeons & Dragons. Discover how the roles and skills in D&D can enlighten the way we build, manage, and nurture diverse engineering teams. Whether you’re a manager aiming to construct a formidable team (Const...
RailsConf 2024 - Attraction Mailbox - Why I love Action Mailbox by Cody Norman
Просмотров 4224 месяца назад
Email is a powerful and flexible way to extend the capabilities of your Rails application. It’s a familiar and low friction way for users to interact with your app. As much as you may want your users to access your app, they may not need to. Email is a great example of focusing on the problem at hand instead of an over-complicated solution. We’ll take a deeper look at Action Mailbox and how to ...
RailsConf 2024 - Dungeons & Dragons & Rails by Joël Quenneville
Просмотров 6634 месяца назад
You’ve found your way through the dungeon, charmed your way past that goblin checkpoint, and even slain a dragon. Now you face your biggest challenge yet - building a digital character sheet in Rails. Normally taking on an interactive beast like this requires a powerful spell like “react” but you’re all out of spell slots. Luckily you found an unlikely weapon in the dragon’s lair. They call it ...
RailsConf 2024 - From Request To Response And Everything In Between by Kevin Lesht
Просмотров 7614 месяца назад
How does a web request make it through a Rails app? And, what happens when a lot of them are coming in, all at once? If you've ever been curious about how requests are handled, or about how to analyze and configure your infrastructure for optimally managing throughput, then this talk is for you! In this session, you'll learn about the makeup of an individual web request, how Rails environments ...
RailsConf 2024 - Closing Keynote by Aaron Patterson
Просмотров 1,5 тыс.4 месяца назад
RailsConf 2024 - Closing Keynote by Aaron Patterson
RailsConf 2024 - The Very Hungry Transaction by Daniel Colson
Просмотров 4814 месяца назад
RailsConf 2024 - The Very Hungry Transaction by Daniel Colson
RailsConf 2024 - Undervalued: The Most Useful Design Pattern by Jared Norman
Просмотров 1 тыс.4 месяца назад
RailsConf 2024 - Undervalued: The Most Useful Design Pattern by Jared Norman
RailsConf 2024 - Revisiting the Hotwire Landscape after Turbo 8 by Marco Roth
Просмотров 1,3 тыс.4 месяца назад
RailsConf 2024 - Revisiting the Hotwire Landscape after Turbo 8 by Marco Roth
RailsConf 2024 - This or that? Similar methods & classes in Ruby && Rails by Andy Andrea
Просмотров 3224 месяца назад
RailsConf 2024 - This or that? Similar methods & classes in Ruby && Rails by Andy Andrea
RailsConf 2024 - Build High Performance Active Record Apps by Andrew Atkinson
Просмотров 1,2 тыс.4 месяца назад
RailsConf 2024 - Build High Performance Active Record Apps by Andrew Atkinson
RailsConf 2024 - Let’s Extend Rails With A Gem by Noel Rappin
Просмотров 2664 месяца назад
RailsConf 2024 - Let’s Extend Rails With A Gem by Noel Rappin
RailsConf 2024 - SQLite on Rails: From rails new to 50k concurrent... by Stephen Margheim
Просмотров 9284 месяца назад
RailsConf 2024 - SQLite on Rails: From rails new to 50k concurrent... by Stephen Margheim
RailsConf 2024 - TDD for Absolute Beginners by Jason Swett
Просмотров 2954 месяца назад
RailsConf 2024 - TDD for Absolute Beginners by Jason Swett
RailsConf 2024 - From slow to go: Rails test profiling hands-on by Vladimir Dementyev
Просмотров 7084 месяца назад
RailsConf 2024 - From slow to go: Rails test profiling hands-on by Vladimir Dementyev
RailsConf 2024 - Day 2 Keynote by John Hawthorn
Просмотров 2844 месяца назад
RailsConf 2024 - Day 2 Keynote by John Hawthorn
RailsConf 2024 - Day 2 Welcome with Ufuk Kayserilioglu
Просмотров 934 месяца назад
RailsConf 2024 - Day 2 Welcome with Ufuk Kayserilioglu
RailsConf 2024 - Keynote: Startups on Rails in 2024 by Irina Nazarova
Просмотров 2,7 тыс.4 месяца назад
RailsConf 2024 - Keynote: Startups on Rails in 2024 by Irina Nazarova
RailsConf 2024 - Closing Day 1 with Andy Croll
Просмотров 694 месяца назад
RailsConf 2024 - Closing Day 1 with Andy Croll
RailsConf 2024 - Save Time with Custom Rails Generators by Garrett Dimon
Просмотров 2294 месяца назад
RailsConf 2024 - Save Time with Custom Rails Generators by Garrett Dimon
nice talk! ty
Hmmm, interesting impl details. mruby AOT compiles to bytecode… haxe’s hashlink must have went through a similar dev process.. register-based bytecode, vm, device console and mobile specific crap, etc., in addition to transpiling to C… does not sound fun ;(
I’m hoping they will repost with better audio.
No sound
Thank you!
Wonderful and insightful. Thanks Dan
Lewis Ronald Williams Edward Allen David
👍👍
Harris Deborah Young Paul Miller Thomas
Love the refresher on rare but useful data structures like red black trees. Thanks Aaron 🤗
I don't believe in the React part, I would much prefer Vue, but also improve Hotwire.
The sound quality is bad indeed
Amazing work!
Wow learning rails from odin project and did not know through: :active_relationships is hash key ,value . Thank you
Excellent work, Chris! 👌
Weird, but fun, and totally enjoyable.
I like how Brad Urani is totally into Java 16:09, 22:25, 25:39, 26:10
very informative! a bit of though luck with the repo juggling, but well-executed pivot imho
Whats wrong with the Audio, no sound
I love hearing Aaron speak so much. He's just such a pleasant and intelligent person.
Turbo streams over sse? Sign me up! The only reason I don't use them is action cable. And no background jobs either 😂😂❤
Loved this! Super helpful and well presented!
looking forward to trying this out
Great talk!!! I really enjoyed the perspective on something that is always a challenge: finding the most effective names. The insight about how the the importance or meaning of a name can change as it's context changes; like when horseless carriage was introduced and required the domain model to rethink "Engine".
Signed up for the Action Mailbox Pro, paid the monet, Due for completion early august 24. Nothing much there
Amazing to hear this story. Am a huge fan of the app
Do you know if is possible to click in any element to go to an url? Do you know if is possible to show a message if you pass over any element? Thank you!
Thank you for this very useful video!
In summary : Ruby makes you happy. ruclips.net/user/clipUgkxFBKgaffzF7Bd8i2yYIlSfey0jY0CIsxc?si=1dlNmZoPzoNCmTHE
Why this camera shakes so much?
Amazing talk! thanks Irina, we need this energy
Another video where the transcript (and closed captioning) is all messed up.
Really cool story! Thank for sharing
Am i the only one who seems the transcript in Vietnamese only?
Amazing Stimulus lsp. Thank you so much
how to make rails validation autocompletion work ?
Amazing work ! Thanks so much Marco !
No sound?
I need a simple image display for my project (tagging and ranking images). The Glimmer `image` and related methods are entirely unsuited for that. Displaying an 800x600 image takes literally minutes on a Macbook Pro. First few times I thought my code had crashed. But no, it seems it was calculatung all the pixels so it could render them as inidvidual rectangle controls. Just noting that here in case anyone else has an idea to use this library for managing/displaying image media. It doesn't appear ready to do that yet.
Would love to listen to this session, but I can't get past the audio troubles. It's a constant buzzing. Please see if there is a backup audio that can be used. Thanks for all these great talks!
I would loooove Aaron to write a book with Ruby and Rails tips so much !
when I switch from bluetooth headphones to built in speaker i can hear it more clearly. Something to do with the using a bluetooth headphones makes the audio unlistenable
Can't hear the audio at all for many of these recent Rails Conf videos
you know something weird happened to me too, the problem was my youtube app, if you try to watch the video in a computer, you can hear cleaarly with no problems at all, try it in a pc a talk me how was it
Woooo! That's my sister and she is absolutely brilliant. One of my favourite talks even if I am biased 😌
great talk, thanks, this guy knows what he's talking about
Great talk! Thank you!
29:55 why sonething like this classs is hard to test? you have a constructor with the only one dependency and each method makes reference to attributes on this parameter object, delegate is easy to test as well, i don't get it, why is hard and why you can use openstruct in a dynamic language like ruby, openstruct is really helpful for declaring dummy object
Great talk, woahhh this guy makes an amazing job, thanks
Pepepains roleplayer
how do I turn dedug tools on?