# Darwa blog Engineering guides, platform updates, and practical notes from Darwa. ## Articles - [Deploying a Laravel application with queues and scheduled tasks](https://dhabli.com/blog/deploying-laravel-with-queues-and-scheduled-tasks) - Markdown: https://dhabli.com/blog/deploying-laravel-with-queues-and-scheduled-tasks/markdown - Run the web process, Horizon workers, and the scheduler as three services from a single repository. - [How automatic scaling decides to add an instance](https://dhabli.com/blog/how-automatic-scaling-decides-to-add-an-instance) - Markdown: https://dhabli.com/blog/how-automatic-scaling-decides-to-add-an-instance/markdown - A look at the signals behind scaling decisions—request rate, saturation, latency, and queue depth. - [Sending transactional email and SMS from your application](https://dhabli.com/blog/sending-transactional-email-and-sms-from-your-application) - Markdown: https://dhabli.com/blog/sending-transactional-email-and-sms-from-your-application/markdown - Wire up transactional email and SMS through built-in integrations without managing provider credentials.