Systems | Development | Analytics | API | Testing

Latest Videos

Episode 2: Building a foundation for customer 360 | BODi

In this episode of Data Drip, Aarthi Sridharan, VP of Data Insights and Analytics at BODi, examines her experience leading a complex data migration project to achieve customer 360 in a rapidly evolving fitness industry. She reflects on the challenges of migrating from multiple on-premises data warehouses to a unified cloud-based system and highlights the most important lessons she learned about planning, adapting, and managing a major multi-year project.

What is the Event Sourcing Pattern? | Designing Event-Driven Microservices

Event Sourcing is a pattern of storing an object's state as a series of events. Each time the object is updated a new event is written to an append-only log. When the object is loaded from the database, the events are replayed in order, reapplying the necessary changes. The benefit of this approach is that it stores a full history of the object. This can be valuable for debugging, auditing, building new models, and a variety of other situations. It is also a technique that can be used to solve the dual-write problem when working with event-driven architectures.

Prediction on the Future of #SoftwareTesting | Rahul Verma | #automationtesting #aiintesting #shorts

Join us for an eye-opening discussion on the evolving landscape of testing roles. Rahul Verma unveils insightful predictions about the future of testing, highlighting the trend where significant testing responsibilities are shifting away from traditional testers. 🔍 Key Insights Covered: Stay ahead of the curve and gain foresight into the future of testing careers. Tune in to gain valuable perspectives that will empower you to thrive in the ever-changing testing industry.

How to Run Test in Headless Mode?

Welcome to our comprehensive guide on How to Run Tests in Headless Mode! In this video, we delve deep into the intricacies of headless mode testing, offering expert tips, step-by-step instructions, and insider secrets to help you master this essential technique. Whether you're a beginner or seasoned pro, this tutorial will equip you with the knowledge and skills needed to elevate your testing game. Watch now and revolutionize your testing strategy!

Will Automation Take Away Manual Tester's Job? | Vikas Mittal | #softwaretesting #shorts

In this enlightening discussion, we debunk the long-standing myth surrounding automation and tester jobs. Vikas Mittal delves into the reality of automation's impact on the testing landscape over the past two decades, revealing surprising insights and challenging conventional wisdom. 🔑 Key Points Covered: Stay informed and prepared for the evolving landscape of testing careers. Tune in to gain valuable perspectives and insights that will shape the future of your role in testing.

Nuclio Demo

Nuclio is a high-performance serverless framework focused on data, I/O, and compute intensive workloads. It is well integrated with popular data science tools, such as Jupyter and Kubeflow; supports a variety of data and streaming sources; and supports execution over CPUs and GPUs. The Nuclio project began in 2017 and is constantly and rapidly evolving; many start-ups and enterprises are now using Nuclio in production. In this video, Tomer takes you through a quick demo of Nuclio, triggering functions both from the UI and the CLI.