In terms of email lists, as well as One Ruby Thing I would also recommend: Ruby 
Weekly <https://rubyweekly.com/> for a comprehensive set of links to the latest 
goings on in the Ruby world; Short Ruby News 
<https://newsletter.shortruby.com/> for similar; This Week in Rails 
<https://world.hey.com/this.week.in.rails> for a nice short summary of the 
latest changes being merged into Rails.

Podcast wise, there are also a ton <https://rubyandrails.info/podcasts> to try, 
but the ones I find myself actually listening to regularly The Bike Shed 
<https://bikeshed.thoughtbot.com/>, Maintainable <https://maintainable.fm/>, 
and the occasional episode of Ruby for All <https://www.rubyforall.com/>.

There are also at least a couple Ruby/Rails-related Slack communities that you 
should be able find with a search, but I’ve not the experience to be able to 
recommend ant in particular.

Tekin

> On 2 May 2024, at 14:11, DAZ <daz4...@gmail.com> wrote:
> 
> Has anyone got any good suggestions for boosting my Ruby knowledge ... emails 
> to sign up for, groups to join, podcasts etc?
> 
> I'm thinking of short 'snack' like items that make improve your coding (I can 
> code in Ruby so not looking for a learn to code course or tutorial)
> 
> For example, this morning I've found that I can use the symbol to_proc magic 
> to write a simple factorial function:
> 
> def factorial(n)
>   n == 0 ? 1 : n.downto(1).reduce(:*)
> end
> 
> So far I've signed up for One Ruby Thing newsletter, but anything else would 
> be useful.
> 
> Thanks,
> 
> Daz
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "North West Ruby User Group (NWRUG)" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to nwrug-members+unsubscr...@googlegroups.com 
> <mailto:nwrug-members+unsubscr...@googlegroups.com>.
> To view this discussion on the web, visit 
> https://groups.google.com/d/msgid/nwrug-members/df79c306-e405-434a-99f1-c9c45a7631d7n%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/nwrug-members/df79c306-e405-434a-99f1-c9c45a7631d7n%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
You received this message because you are subscribed to the Google Groups 
"North West Ruby User Group (NWRUG)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nwrug-members+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/nwrug-members/4EE42B8F-ABE5-495B-BE4B-B20AC86C11EA%40tekin.co.uk.

Reply via email to