Systems | Development | Analytics | API | Testing

DevOps

Unlocking Quality Assurance in the DevOps era: the power of continuous testing

Delivering high-quality software solutions quickly and effectively is crucial for competitiveness in today's fast-paced digital environment. By removing barriers between the development and operations teams, DevOps has changed the software development process and allowed businesses to deploy products more quickly and collaborate more effectively. However, this speed increase may also provide new difficulties in preserving software quality.

App White Labeling Made Easy with Codemagic | Step-by-Step Guide and Demo

Welcome to our tech series! In this episode, Kevin Suhajda introduces Mohammed Babelly, who dives into the world of app white labeling and demonstrates how Codemagic simplifies the process. App white labeling is crucial for businesses looking to customize their mobile applications and align them with their brand identity. Mohammed walks us through the concept of white labeling and its importance in today's market.

Multi-branch Pipeline with Argo Workflows and CI/CD Debugging - Gosha Dozoretz (CNCF Israel)

Abstract: Coming to the office has become deprecated, hasn’t it? A hallway conversion with developer colleagues about migration to kubernetes native CI/CD, led to a feature request they are already using - multi-branch pipeline. Argo Workflow does not support it natively.

The Roadmap to Accelerated Delivery: Harnessing DevOps and Continuous Delivery for Digital Projects

Enterprises constantly strive to deliver projects swiftly and efficiently in the fast-paced digital landscape. Many have turned to DevOps and Continuous Delivery as a powerful combination to meet these demands. This article explores the roadmap to accelerated delivery, showcasing how enterprises can leverage DevOps principles and Continuous Delivery practices to achieve rapid project delivery.

Quickly create performance and regression tests from a Postman collection

Speedscale is a Y-Combinator backed startup that helps Kubernetes engineering teams build more resilient and performant containerized apps. Unlike other tools, we use agents/sidecars to record and playback sanitized traffic that you see in prod. With Speedscale, engineers can simulate production conditions, generate load, and mock third party backends modeled after real traffic patterns.

Working with native elements in Flutter: Platform Channel vs Pigeon vs Foreign Function Interface (FFI)

Dart and Flutter are a powerful duo when building software applications, ranging from mobile apps - Android and iOS; to desktop apps - Linux, Windows, and macOS. Flutter is sufficient to handle most application features. However, some apps involve deeper integration with their platform components. Flutter boasts of smooth and easy-to-setup mechanisms for communication between Flutter and platform hosts.