Ruby ZG February Meetup @ Mews
📅 When
Tuesday, February 28, 2023 at 05:00 PM
📍 Where
Bizzon
Radnička cesta 48, Zagreb
Hi all,
February meetup is sponsored by Mews, who acquired Bizzon last year.
This time Mirko from Mews and Rino from Devot will share some of their practices and insights from their most recent projects.
After the meetup we’ll hang around Mews/Bizzon’s cozy office, so stay around, have a chat with fellow Rubyists, and enjoy pizza 🍕and some drinks 🍹.
Lastly, take note that Mews has a number of open roles, so check them out!
***
Intro to RSpec and best practices
by Mirko Cerovac
Duration: 25 minutes + questions
The talk will introduce you to testing Rails apps with the RSpec framework.
In addition to the introduction to RSpec, listen and note the best practices for unit and integration testing.
If you do not know which libraries go well with RSpec, this is the place to find out which. Lastly, awe as you learn some well-known but often forgotten tips and tricks in RSpec DSL.
Background jobs in Rails
by Rino Kovačević
Duration: 25 minutes + questions
In web applications, there is often a need for some background tasks: mailings, billing processing, tasks that require third-party services or APIs, etc. Background jobs are pieces of backend code that run asynchronously as background processes to ensure that the front end can handle incoming web requests promptly so users have a better User Experience using our web apps.
This talk will focus on implementing those jobs with Ruby on Rails, basic knowledge of the language should be enough to follow.