Posts
All the articles I've posted.
Setup Jenkins Pipeline
Setting up Jekyll continuous integration with a Jenkins Pipeline: webhook-triggered Docker builds deploying the site in under ten seconds.
Install browser extension in codeception
Running browser UI tests that require extensions: how to make codeception install chrome and firefox extensions when it initializes browsers with selenium.
Do not Expect Jobs
A unit test assertion validating that no Laravel job is dispatched — protecting against sending thousands of invalid emails on Laravel 5.1 LTS.
Send Daily Transactional Emails
Designing a daily notification layer: filter the relevant shops, generate responsive email views, and send them to interested users on a cron schedule.