Systems | Development | Analytics | API | Testing

Open Source

Your Guide to Flink SQL: An In-Depth Exploration

In the first two parts of our Inside Flink blog series, we explored the benefits of stream processing with Flink and common Flink use cases for which teams are choosing to leverage the popular framework to unlock the full potential of streaming. Specifically, we broke down the key reasons why developers are choosing Apache Flink® as their stream processing framework, as well as the ways in which they are putting it into practice.

Want to Get Into Open Source? Look for Ways to Contribute! #podcast #opensource

Welcome to Test Case Scenario! In this episode hosted by Jason Baum, our expert guests Evelyn Coleman and Marcus Merrell, as well as special guest BekahHW, creator of the Virtual Coffee community, delve into the exciting world of open source. Join them as they discuss the ins and outs of getting involved in and contributing to open-source projects, fostering a sense of community and inclusivity, and even embarking on the challenge of 100 Days of OSS (Open Source Software).

Contributing to Open-Source In Different Ways #podcast #opensource

Welcome to Test Case Scenario! In this episode hosted by Jason Baum, our expert guests Evelyn Coleman and Marcus Merrell, as well as special guest BekahHW, creator of the Virtual Coffee community, delve into the exciting world of open source. Join them as they discuss the ins and outs of getting involved in and contributing to open-source projects, fostering a sense of community and inclusivity, and even embarking on the challenge of 100 Days of OSS (Open Source Software).

#OpenSource: Does It Help with Career Progression?

Welcome to Test Case Scenario! In this episode, join our host Jason Baum and panelists from Sauce Labs as they dive deep into the thrilling world of open source. Nikolay Advolodkin, Principal Developer Advocate, Marcus Merrell, VP Technology Strategy, and Diego Molina, Open Source Program Lead, share insights on the future of open source, discuss exciting projects, and offer valuable lessons for those venturing into the realm of open source. Get ready for an engaging conversation on the latest open-source trends, developments, and expert advice.

Don't Know Code? Role-Based Contribution in Open Source

Welcome to Test Case Scenario! In this episode, join our host Jason Baum and panelists from Sauce Labs as they dive deep into the thrilling world of open source. Nikolay Advolodkin, Principal Developer Advocate, Marcus Merrell, VP Technology Strategy, and Diego Molina, Open Source Program Lead, share insights on the future of open source, discuss exciting projects, and offer valuable lessons for those venturing into the realm of open source. Get ready for an engaging conversation on the latest open-source trends, developments, and expert advice.

Beyond Coding - Bekah HW's Deep Dive into OSS, Community, Inclusivity, and 100 Day Challenges

Welcome to Test Case Scenario! In this episode hosted by Jason Baum, our expert guests Evelyn Coleman and Marcus Merrell, as well as special guest BekahHW, creator of the Virtual Coffee community, delve into the exciting world of open source. Join them as they discuss the ins and outs of getting involved in and contributing to open source projects, fostering a sense of community and inclusivity, and even embarking on the challenge of 100 Days of OSS (Open Source Software).

The Future of Open Source - A Conversation with Diego Molina

Welcome to Test Case Scenario! In this episode, join our host Jason Baum and panelists from Sauce Labs as they dive deep into the thrilling world of open source. Nikolay Advolodkin, Principal Developer Advocate, Marcus Merrell, VP Technology Strategy, and Diego Molina, Open Source Program Lead, share insights on the future of open source, discuss exciting projects, and offer valuable lessons for those venturing into the realm of open source. Get ready for an engaging conversation on the latest open-source trends, developments, and expert advice.

Why Reinvent the Wheel? The Challenges of DIY Open Source Analytics Platforms

In their effort to reduce their technology spend, some organizations that leverage open source projects for advanced analytics often consider either building and maintaining their own runtime with the required data processing engines or retaining older, now obsolete, versions of legacy Cloudera runtimes (CDH or HDP).

What is gRPC?

gRPC is an open source remote procedure call (RPC) framework that enables client and server applications to communicate with each other remotely and transparently. In this blog post, we are going to discuss gRPC. First, we’ll talk about RPCs and why they are important. Then we’ll explain how gRPC works, taking a closer look at protocol buffers and the architecture of gRPC.