<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Max Shelley</title>
    <description>The latest articles on DEV Community by Max Shelley (@maxshelley).</description>
    <link>https://dev.to/maxshelley</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F127493%2F89592ecf-6688-45e0-82d2-d406f4c6eac7.jpeg</url>
      <title>DEV Community: Max Shelley</title>
      <link>https://dev.to/maxshelley</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/maxshelley"/>
    <language>en</language>
    <item>
      <title>Sundae Club - Ruby on Rails Livestreams for Learners</title>
      <dc:creator>Max Shelley</dc:creator>
      <pubDate>Wed, 23 Sep 2020 07:48:00 +0000</pubDate>
      <link>https://dev.to/maxshelley/sundae-club-ruby-on-rails-livestreams-for-learners-ae4</link>
      <guid>https://dev.to/maxshelley/sundae-club-ruby-on-rails-livestreams-for-learners-ae4</guid>
      <description>&lt;p&gt;I’ve recently started live-streaming Ruby on Rails coding again 🎉 I really enjoyed the stint I did last year and appreciated everyone that got in touch.&lt;/p&gt;

&lt;p&gt;Check out my new channel, &lt;a href="https://www.youtube.com/channel/UC6JPQW8LnAZyfC_rUZqDqqA"&gt;Sundae Club&lt;/a&gt;, where we'll be working on a Rails app together.&lt;/p&gt;

&lt;p&gt;Each week (usually Sunday morning, UK time) I’ll be working on a different part of the app and, as it develops, use questions from learners to experiment with different approaches for different features.&lt;/p&gt;

&lt;p&gt;The livestreams aren’t tutorials, they’re more like working on some code together in real-time, but I hope they’ll be useful for people that have started, or are interested in, learning Ruby on Rails.&lt;/p&gt;

&lt;p&gt;I'm also hoping that nothing needs to be watched live, all the streams are saved as YouTube videos, so you can go back and watch anything you find useful.&lt;/p&gt;

&lt;p&gt;Here are the first few streams if you want to check them out:&lt;/p&gt;

&lt;p&gt;‘rails new’ for the first time in a long time. - &lt;a href="https://youtu.be/2_pUPKCVX28"&gt;https://youtu.be/2_pUPKCVX28&lt;/a&gt;&lt;br&gt;&lt;br&gt;
Creating our initials models, associations and a front-end. - &lt;a href="https://youtu.be/vQjw5uUAx5k"&gt;https://youtu.be/vQjw5uUAx5k&lt;/a&gt;&lt;br&gt;&lt;br&gt;
Rebasing work-in-progress git commits into a pull request - &lt;a href="https://youtu.be/z1XjfGFl5qQ"&gt;https://youtu.be/z1XjfGFl5qQ&lt;/a&gt;&lt;/p&gt;

</description>
      <category>rails</category>
      <category>ruby</category>
      <category>webdev</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Projects promoting Ruby on Rails to new learners?</title>
      <dc:creator>Max Shelley</dc:creator>
      <pubDate>Tue, 30 Jun 2020 07:50:46 +0000</pubDate>
      <link>https://dev.to/maxshelley/projects-promoting-ruby-on-rails-to-new-learners-4hia</link>
      <guid>https://dev.to/maxshelley/projects-promoting-ruby-on-rails-to-new-learners-4hia</guid>
      <description>&lt;p&gt;&lt;em&gt;A quick note up front, this was originally posted on the Rails forum where it got some likes but no responses, so cross-posting here too to get a few more eyes on it, thanks!&lt;/em&gt; &lt;/p&gt;

&lt;p&gt;Hi everyone,&lt;/p&gt;

&lt;p&gt;Following on from the apparent success of &lt;a href="https://discuss.rubyonrails.org/c/a-may-of-wtfs/8"&gt;A May Of WTFs&lt;/a&gt;, focused around Rails itself and making the experience for those new, or returning, to Rails less WTF-prone, I was wondering what efforts are ongoing to encourage more people to try Rails in the first place as I’d love to join in and get new learners started and help them see how quickly they can get something up and running and how much fun it is to work with Ruby.&lt;/p&gt;

&lt;p&gt;Learners I’ve met recently, for example at &lt;a href="https://www.meetup.com/ruby-hacknight-london/"&gt;Ruby Hacknight London&lt;/a&gt; seem to often have come to Rails via a number of different routes and it would be great to be involved in increasing their chances of arriving at Ruby/Rails and quickly seeing the benefits.&lt;/p&gt;

&lt;p&gt;Do any of you know of more websites/projects looking for help in this area?&lt;/p&gt;

&lt;p&gt;&lt;a href="https://try.ruby-lang.org/"&gt;https://try.ruby-lang.org/&lt;/a&gt;&lt;br&gt;
This is a great resource, I think this is the same project that used to have the great artwork on it (cool foxes?)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://guides.rubyonrails.org/getting_started.html"&gt;https://guides.rubyonrails.org/getting_started.html&lt;/a&gt;&lt;br&gt;
The guides on the Rails site - amazing content but potentially aimed at those having already made the decision to dip their toe in the water?&lt;/p&gt;

</description>
      <category>ruby</category>
      <category>rails</category>
    </item>
    <item>
      <title>More Rails live-streaming: Multi-Step Wizards/Setups &amp; Donations</title>
      <dc:creator>Max Shelley</dc:creator>
      <pubDate>Sat, 15 Jun 2019 18:22:49 +0000</pubDate>
      <link>https://dev.to/maxshelley/more-rails-live-streaming-multi-step-wizards-setups-donations-1off</link>
      <guid>https://dev.to/maxshelley/more-rails-live-streaming-multi-step-wizards-setups-donations-1off</guid>
      <description>&lt;p&gt;Hi everyone 👋 After my first run at this seemed to get positive feedback, and seeing as my next conversation (on Reddit) was about multi-step forms, and that's something I'm about to be working on, I thought that would be a good place to give this another try.&lt;/p&gt;

&lt;p&gt;&lt;del&gt;I'm going live in 5 minutes here:&lt;/del&gt; &lt;a href="https://www.youtube.com/channel/UCMuAylRthsIFSBFK4JvF5Pg/live"&gt;&lt;del&gt;https://www.youtube.com/channel/UCMuAylRthsIFSBFK4JvF5Pg/live&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; I did it! Link is: &lt;a href="https://youtu.be/ZBGJs-Fm4es"&gt;https://youtu.be/ZBGJs-Fm4es&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'll show you how I handle that design at the moment, and the upcoming work I'm going to be doing that's related to it. Some people were interested in how other people work, so hopefully this might be useful in that respect too.&lt;/p&gt;

&lt;p&gt;I'm at home this time, I only have one monitor and it's pretty echoey in here, so I hope this works 🤞&lt;/p&gt;

</description>
      <category>rails</category>
      <category>ruby</category>
      <category>livestream</category>
      <category>video</category>
    </item>
    <item>
      <title>Live-streaming working on a Rails app.</title>
      <dc:creator>Max Shelley</dc:creator>
      <pubDate>Sat, 08 Jun 2019 09:32:40 +0000</pubDate>
      <link>https://dev.to/maxshelley/live-streaming-working-on-a-rails-app-3lc2</link>
      <guid>https://dev.to/maxshelley/live-streaming-working-on-a-rails-app-3lc2</guid>
      <description>&lt;p&gt;&lt;strong&gt;Hi! 👋 I originally posted this on &lt;a href="https://www.reddit.com/r/rails/comments/bxgcft/livestreaming_working_on_a_rails_app/"&gt;Reddit&lt;/a&gt; and it seemed to get a decent response so I've re-posted it here in case other people want to leave feedback. You can see examples of feedback so far in the comments of &lt;a href="https://www.reddit.com/r/rails/comments/bxgcft/livestreaming_working_on_a_rails_app/"&gt;this post&lt;/a&gt; and &lt;a href="https://www.reddit.com/r/rubyonrails/comments/bxt8oh/livestreaming_working_on_a_rails_app/"&gt;this one&lt;/a&gt;.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I find that I don't get the time to write-up the things I'm working on in Rails, but still want to talk about them. I'd seen some people recently live-streaming their workflow and found it interesting, so I thought I'd try out a dummy run, I enjoyed doing it and showed it to a couple of people who suggested I post it.&lt;/p&gt;

&lt;p&gt;I didn't have time to do a tutorial or anything like that, I tried to provide some context as best I could, but pretty much something wasn't working as expected while I was building a feature, so I just recorded me tracking it down and tried to narrate as best I could.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtu.be/MpvHZ-f4s4k"&gt;https://youtu.be/MpvHZ-f4s4k&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Is this useful or interesting to anyone? If so, I'd love to know what specifically is useful/interesting about this or watching coding in general so I know what I could focus on to make sure I was providing some value. If not, what kind of Rails content do you prefer? Thanks!&lt;/p&gt;

&lt;p&gt;Context: I work on &lt;a href="https://www.echoleft.com"&gt;an app&lt;/a&gt; that helps organisations (especially good causes), run events, fundraise and run campaigns.&lt;/p&gt;

</description>
      <category>rails</category>
      <category>ruby</category>
      <category>react</category>
      <category>video</category>
    </item>
  </channel>
</rss>
