Having your app tested by real users before public release is a critical part of the software development cycle. In this article, you will learn how to distribute your Flutter (Android) Apps to your testers using Firebase App Distribution, and automate your deployments using Semaphore.
Category Software Engineering
CI/CD Pipeline: A Gentle Introduction
Do you want your engineering team to deliver bug-free code at high velocity? A fast and reliable CI/CD pipeline is crucial for doing that sustainably over time. Summary A CI/CD pipeline is an automated process that allows teams to quickly develop, test, and deploy applications. It integratesΒ continuous integration (CI)βwhere developers frequently merge and test code […]
Secure Your Kubernetes Deployments
A recent survey by Red HatΒ found that more than half of the Kubernetes environments are misconfigured. Even worse, about 90% of respondents had at least one security incident last year, leading to the very first wave ofΒ Kubernetes-native malware. In this tutorial, we present three tools to validate and secure your Kubernetes deployments.
React Native CI/CD for Android – Fastlane + Semaphore
In this article, we discuss steps to build and ship React Native apps for Android using Fastlane & Semaphore.
Asynchronous Testing in Swift
In this article, weβll look at how you can use asynchronous testing for functions that return data after a variable amount of time.
Structure Testing for Docker Containers
We don’t pay attention to containers β until something breaks. Structure tests let us check container vital before deployment.
What is Bazel – Tutorial, Examples, and Advantages
Our tutorial for the open-source tool Bazel shows to optimize and automate the build process of large-scale software.
Revving up Continuous Integration with Parallel Testing
Is your CI/CD pipeline slow? Do wait times make you feel unproductive? Parallel testing is an indispensable technique for reducing wait times. And mastering it is key to getting the most out of CI/CD.
Beyond Docker with Earthly
Is Earthly the Docker Killer? Docker is great, as long someone else writes all the shell scripts and Dockerfiles. Earthly is a new build tool that works on top of Docker and brings a much welcome friendlier user experience.
TypeScript Monorepos with Yarn
A tutorial showing how to configure TypeScript to work in a monorepo and building everything with CI/CD.
Unit Testing in Swift
Every software developer wants to make sure everything is working. Discover why unit testing is a vital piece of any development process.
Build, Test and Ship React Native Apps (iOS) Using Fastlane and Semaphore
Explore our in-depth tutorial for React Native (RN) devs and master how to automate build, test, and distribute using Fastlane and Semaphore CI.
New Book: CI/CD for Monorepos
We have a gift for you: a free, 50-page ebook on effective CI/CD for monorepos. The book is open source, and you can download it today.
20 Types of Tests Every Developer Should Know
Testing is not only about making sure software works, but that it also fulfills users’ needs, performs well, and is secure. These are the 20 types of tests every developer should know.
Talking Semaphore Origins on Code Story
Mastering the process of CI/CD towards a healthy and uninterrupted DevOps life cycle.