Read, Write, Execute.
Notes from the team on software engineering research, CI/CD, and how we're building RWX.
Serializing Map Data Structures from Shell Scripts
Shell scripts are commonly used for automating DevOps and CI/CD tasks. Unfortunately they do not provide an easy way to build a map data structure and serialize it directly from a shell script, which usually leads to engineers inventing a custom format instead.
May 28, 2024
Read postEnsuring Version Consistency Across All Environments
As a best practice, engineering teams should ensure that the same version of tools and runtimes are used across all environments. The best way to enforce version consistency is checking for it explicitly in a CI pipeline.
May 23, 2024
Read postDesigning a Software Supply Chain for Security and Reliability
For both security and reliability, package managers should be designed to always lock packages to a specific version. They should also provide an easy way to upgrade packages to the latest version.
May 22, 2024
Read postGit Push to Run CI/CD is a Terrible Developer Experience
Traditional CI/CD platforms are designed to run when developers push commits or update their pull requests. And it's a terrible developer experience when implementing new workflows.
May 21, 2024
Read postThe Paradigm Shift of CI/CD as a DAG of Tasks
RWX defines workflows as a directed acyclic graph (DAG) of tasks, rather than as scripts on VMs. This difference is the key to RWX’s unmatched performance and developer experience.
May 20, 2024
Read postRWX announces seed round and launch of a paradigm-shifting CI/CD platform
Early last year we began building a paradigm-shifting CI/CD platform to provide unmatched capabilities and the best developer experience in CI/CD. Today, we are launching it.
April 24, 2024
Read postVisivo is the most dev friendly and secure analytics
We recently spent some time evaluating analytics products to power our internal dashboards at RWX. We selected Visivo, and we're thrilled with its security model and code-driven approach to building dashboards.
April 23, 2024
Read postDepot adds support for RWX, making the fastest Docker builder available on the fastest CI
We're excited to announce that RWX is now available as a Trusted Relationship in Depot.
March 4, 2024
Read postRWX is SOC 2 Type 2 Compliant (2023)
The successful completion of our SOC 2 Type 2 examination audit provides assurance that the controls and safeguards we employ to secure data meet industry standards and best practices
February 29, 2024
Read post