Q: What are some examples for background jobs and cron in the codebase?

A: Background jobs are mainly the reports that get generated, cron stuff is mostly uptime validation checks (I think, don't remember the chart cc showed me).


Q: Is Hotwired an SSR framework or a bit different?

A:


Q: What is Pundit authorization?

A: Pundit is a minimal authorization ruby framework.