Kubernetes is a container orchestration platform that allows us to deploy, manage, and scale applications consistently and reliably. Learn how to label.
The Split Blog
Creating End-to-End Type Safety In a Modern JS Stack
Type safety is an essential aspect of software development that helps ensure a codebase’s correctness and reliability. Here are some coding tips.
4 Considerations When Integrating Systems Using APIs
Integration of data between systems when using APIs is one of the most important components of any cohesive stack of applications. Let’s take a look.
A Guide to APIs: REST, SOAP, GraphQL, and gRPC
APIs, or application programming interfaces, are crucial to modern software development. Know the ins and outs.
How to Achieve True Continuous Delivery
Chances are you’ve been told to “work smarter, not harder.” But how about faster? Continuous delivery (CD) allows for just that. Let’s dive in.