Elite teams are thousands of times more productive than the rest. DORA metrics can help your team ship code at a faster pace.
Applying the Test Pyramid Concept to Ruby on Rails Apps
This article explains how the test types available on Rails and Rspec relate to the different levels of the pyramid, helping you determine how many of each type to write.
Enhancing Security of Secrets: Project Whitelists and Admin-only Edit Permissions
Now, you can restrict access to secrets only to organization admins and define which projects can use a secret in Semaphore.
Pre-flight Checks: Set up Custom Security Checks for Pipeline Execution
With pre-flight checks, admins can set up custom checks that the system needs to pass before any pipeline can start running. Learn more about this new feature.
Semantic Versioning with CI/CD
As software creators, we are responsible for accurately communicating the compatibility for our releases.
Why You Need an API Layer and How To Build It in React
Learn what an API layer is, some of the many benefits it can provide to your architecture, and how to implement it in React.
JavaScript’s Newest Framework: Bun. Will It Take Nodeβs Crown?
Bun is the newest and fastest all-in-one JavaScript framework. Will it take over Node? Is it better than Deno? Let’s do some testing.
A Developer’s Guide to Terraform
Terraform is one of the most popular IaC tools available. Learn its benefits and how to use it.
How to Restructure Your Organization for Microservice Applications
Restructuring your organization to support microservice-based applications requires an entire culture shift and new way of working.
When Microservices Are a Bad Idea
Migrating from a monolith to microservices is not a simple task, and creating an untested product as a new microservice is even more complicated. Microservices should only be seriously considered after evaluating the alternative paths.
Testing Strategies For Microservices
Microservices, by their networked nature, provide more points of failure than a traditional monolith. As a result of this, we need a different, broader approach to testing.
5 Options for Deploying Microservices
From VMs to Kubernetes and Serverless, there are many ways of to deploy microservices. The perfect method is determined by size and scaling requirements.
12 Ways to Improve Your Monolith Before Transitioning to Microservices
Like tidying up a house before a total renovation, preparing your monolith is the first step towards transitioning to microservices.
Release Management for Microservices
Releasing microservices applications is hard when code is scattered among dozens of repos. Here’s why using a monorepo might make more sense.
Introducing Bitbucket integration in Semaphore
Semaphore now allows users to integrate their Bitbucket accounts and run builds on any changes in their Bitbucket repositories.