From monorepos to browser testing, we covered a variety of topics on our Semaphore Uncut episodes in 2021. Here’s a list of the top 10 podcast episodes favored by our listeners
Architecting Scalable React Native Apps
Writing scalable React Native apps requires a good understanding of practices that can keep up as the size of your application grows. In this article, we will discuss a few tips to architect highly-scalable React Native apps.
Test-Driven Development (TDD): A Time-Tested Recipe for Quality Software
What is Test-Driven Development (TDD)? Explore its history, relationship to testing, and the benefits you can get from it.
Change Management for Containers
Change is inevitable, and while commits on Dockerfiles are easy to control, the impact of those changes on the resulting image are not. Fortunately, where thereโs a need, thereโs a tool.
Continuous Integration for Flutter Apps on iOS with Semaphore
The CI philosophy encourages developers to automate testing and merging commits in a single project. In this article, you will learn how to set up a CI pipeline for your Flutter apps in iOS using Semaphore.
Introducing Test Reports: Embrace Perfect Clarity for your CI/CD Test Suite
Semaphore now understands your tests! With the new Test Reports feature, your team now has a unified report from all the parallel jobs in your CI/CD pipeline.
UI Testing in Swift
UI tests interact with your app, similar to how your user does. In this article, weโll look at how you can test these types of scenarios.
The Benefits of Acceptance Testing
In this article, Iโd like to talk about one of the most complex forms of testing, one that will tell us when we have met our software design goals:ย Acceptance Testing.
Continuous Container Vulnerability Testing with Trivy
Without security in your CI/CD, sooner or later, a vulnerability will sneak in, and before you know it, someone will be mining at your expense.
Deploy Flutter Apps on Android to Testers Using Firebase App Distribution with Semaphore
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.
46+ Best Podcasts for Developers You Should Be Following
If you want to stay up to date on whatโs happening in the industry, podcasts are an amazing tool. Here’s a list of best podcasts for developers one should follow.
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.