The second edition of CI/CD for Docker and Kubernetes is out. With important updates and brand-new pipelines. Download it today!
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.
Automating Testing in Flutter 2.0
Building beautiful and functional apps in Flutter is easy, but how do we make sure that we deliver a great user experience at scale? We can do it by integrating and running automated tests for every new change pushed to our codebase. Our goal for this article is to: Write tests for our Flutter2 app. […]
What’s New in Summer 2021
Pinpoint issues quickly with the test results page No more scrolling through the long job logs – the test results page is now in a public beta. Your test results output will now render in a new Summary tab on the job page, provided that it’s in JUnit XML format. Take the advantage of this new feature […]
JavaScript Monorepos with Lerna
Do you have multiple JavaScript or Node projects in one repo? If so, you need to learn how to use Lerna – the JavaScript monorepo manager.
WWDC 2021: 8 Major Highlights for Apple Developers
Apple loves to feature apps with their latest creation(s). So let’s go through 8 significant features to kick your app up a notch.
Testing React Native Apps
All applications require automated testing to make sure they do not break when other developers add new features. React Native apps are no different.
Building Python Projects at Scale with Pants
Learn how to build Python projects and monorepos at scale with the Pants Build System.
A First Look at AWS App Runner
AWS App Runner is a service for people just wanting to run their containers without hassles. In this post, we’ll learn how to use this far-simpler-than-ECS-and-Fargate alternative, explore how it fares against its competitors and, of course, how to continuously deploy software with Semaphore.
Talking CI/CD for HostingAdvice.com
I had an honor to get interviewed by HostingAdvice.com and discuss the impact of CI/CD on the development life cycle.
What is Flutter? The Game Changer in Application Development
Learn what Flutter is, how to write your first app, and how it can change the way you develop the applications of the future.
How to Test Jupyter Notebooks with Pytest and Nbmake
Learn how you can use the pytest plugin nbmake to automate end-to-end testing of notebooks.