Continuous Deployment of a Python Flask Application with Docker and Semaphore Learn why continuous deployment for Python is important and how to continuously deploy a Python Flask app to Heroku using Docker and Semaphore Tomas Fernandez 3 Jan 2020
7 Continuous Integration Tools for PHP Laravel Developers In this article, we’ll learn about 7 tools that you can use to set up a rock-solid continuous integration (CI) process for your PHP project. Together, these tools increase code quality, reduce development time, easily reveal errors and will generally make your life easier. We will learn how we can set up a Semaphore CI […] Tomas Fernandez 30 Dec 2019
Python Continuous Integration and Deployment From Scratch Learn how to quickly build, test, and deploy a Python Django web application using Semaphore's CI/CD platform Tomas Fernandez 29 Dec 2019
Benchmark Report: Docker Builds with Semaphore vs. Docker Hub We benchmarked Semaphore and Docker Hub with a real use case scenario, resulting in a 7x faster image build on Semaphore Tomas Fernandez 5 Nov 2019
Flaky Tests: Are You Sure You Want to Retry Them? Different teams have different approaches to dealing with flaky tests. Some even go as far as using the “Let’s run each test 10 times and if it passes at least once, it passed” approach. Tomas Fernandez 20 Apr 2017