// tag

#concurrency

2 posts
02
programming

Test your Understanding of Ruby Concurrency

Test your understanding of how Ruby Concurrency works with these two simple multiple-choice questions.

2020.05.31
01
programming

Add a Social Activity Feed for your Site in Minutes with the simple-feed Ruby Gem

This gem implements a flexible time-ordered activity feeds commonly used within social networking applications. As events occur, they are pushed into the Feed and distributed to all users that need to see the event. Upon the user visiting their 'feed page', a pre-populated ordered list of events is returned by the library.

2017.02.18