Topic 1. Sending emails and notifications You sometimes need to send notification form your application, seems like a topic for basic Laravel developer, but while it’s easy to send emails, but the whole system of various notifications is much deeper, and worth studying. Topic 2. Queues and Jobs Modern web-applications are much more than just browser-based synchronous page rendering, a lot…