Search a title or topic

Over 20 million podcasts, powered by 

Player FM logo
show episodes
 
Artwork

1
Streaming Audio: Apache Kafka® & Real-Time Data

Confluent, founded by the original creators of Apache Kafka®

icon
Unsubscribe
icon
Unsubscribe
Monthly
 
Streaming Audio features all things Apache Kafka®, Confluent, real-time data, and the cloud. We cover frequently asked questions, best practices, and use cases from the Kafka community—from Kafka connectors and distributed systems, to data mesh, data integration, modern data architectures, and data mesh built with Confluent and cloud Kafka as a service. Join our hosts as they stream through a series of interviews, stories, and use cases with guests from the data streaming industry. Apache®️, ...
  continue reading
 
Artwork

1
Developer Voices

Kris Jenkins

icon
Unsubscribe
icon
Unsubscribe
Monthly+
 
Deep-dive discussions with the smartest developers we know, explaining what they're working on, how they're trying to move the industry forward, and what we can learn from them. You might find the solution to your next architectural headache, pick up a new programming language, or just hear some good war stories from the frontline of technology. Join your host Kris Jenkins as we try to figure out what tomorrow's computing will look like the best way we know how - by listening directly to the ...
  continue reading
 
Artwork

1
The Craft Of Open Source

Ben Rometsch, CEO, Flagsmith

icon
Unsubscribe
icon
Unsubscribe
Monthly
 
Welcome to The Craft of Open Source, hosted by Ben Rometsch, Co-Founder and CEO of Flagsmith. This bi-weekly show is focused on the ins and outs of the Open Source Software Community. Join Ben as he speaks with the brightest minds that have brought us some of the most adopted technologies on earth. Each episode is an interview with creators, maintainers, entrepreneurs, and key contributors to the open source community. We will cover critical topics for open source developers, contributors an ...
  continue reading
 
Business Compass LLC is an AWS Advanced Consulting Partner and Well-Architected Partner. We have been recognized as APN Certification Distinction. We specialize in cloud migration, serverless solutions, AI/ML, IoT, DevOps, data and analytics, web development, media services, and Well-Architected Framework Reviews. We provide high-performance applications, scalable infrastructure, and cost-optimized deployments with expertise in Generative AI, Data Analytics, Live Streaming, Pay-Per-View, Vid ...
  continue reading
 
Welcome to the Preset Podcast, the home of "Analytics Everywhere" and "Designated Driver". Analytics Everywhere discusses wide-ranging topics in business intelligence and data engineering, and Designated Driver is a great way to get to know the database platforms of the world over a beer. These podcasts are dedicated to explore next-generation data tools and the impact they have on data teams.
  continue reading
 
Artwork

1
The Computing Podcast

Alex Feinberg & Vikram Rangnekar

icon
Unsubscribe
icon
Unsubscribe
Monthly
 
The Computing Podcast where we talk about all things computer science, direct from Silicon Valley. Into databases distributed system and building large scale software products? Then this is the Podcast for you. Hosted by Alex Feinberg and Vikram Rangnekar. Between the two of us we have worked for companies like Linkedin, Amazon, Microsoft, Cloudera building stateful distributed systems and ad serving engines.
  continue reading
 
Artwork

1
Java Pub House

Freddy Guime & Bob Paulin

icon
Unsubscribe
icon
Unsubscribe
Monthly
 
This podcast talks about how to program in Java; not your tipical system.out.println("Hello world"), but more like real issues, such as O/R setups, threading, getting certain components on the screen or troubleshooting tips and tricks in general. The format is as a podcast so that you can subscribe to it, and then take it with you and listen to it on your way to work (or on your way home), and learn a little bit more (or reinforce what you knew) from it.
  continue reading
 
Data is the fuel that ignites innovation and revolutionizes our world. It’s potent, undeniable, and the driving force for our future. Data (R)evolution, powered by Aiven, explores the intersections of data, innovation, and economics through the ever-evolving landscape of cloud technology. Led by hosts Janki Patel Westenberg and Francesco Tisiot, they navigate the currents of this digital revolution in conversation with experts at the forefront of change.
  continue reading
 
Loading …
show series
 
Apache Kafka Basics Explained – Topics, Brokers, and Event Streams https://knowledge.businesscompassllc.com/apache-kafka-basics-explained-topics-brokers-and-event-streams/ Ever stared at a massive firehose of data wondering how on earth companies like Netflix handle millions of streaming events per second without imploding? That’s where Apache Kafk…
  continue reading
 
How do you retrofit a clustered data-processing system to use cheap commodity storage? That’s the big question in this episode as we look at one of the many attempts to build a version of Kafka that uses object storage services like S3 as its main disk, sacrificing a little latency for cheap, infinitely-scalable disks. There are several companies t…
  continue reading
 
SSH Explained: How Secure Shell Works Behind the Scenes https://knowledge.businesscompassllc.com/ssh-explained-how-secure-shell-works-behind-the-scenes/ Ever clicked “connect” to a remote server and wondered what magic happens next? While you’re sipping coffee, SSH is frantically encrypting your data, swapping cryptographic keys, and building secur…
  continue reading
 
How API Pagination Makes Scrolling Through Billions of Products Seamless https://knowledge.businesscompassllc.com/how-api-pagination-makes-scrolling-through-billions-of-products-seamless/ Ever tried loading a page with a billion results? Your browser would literally catch fire, your RAM would scream for mercy, and you’d be staring at a spinning whe…
  continue reading
 
SDK vs API: What They Are and How They Work Together https://knowledge.businesscompassllc.com/sdk-vs-api-what-they-are-and-how-they-work-together/ You’re staring at a chunk of code, pulling your hair out, wondering why your app integration keeps failing. The culprit? Confusion between SDKs and APIs that’s costing you precious development time.…
  continue reading
 
Load Balancers Explained – What They Are and Why They Matter in System Design https://knowledge.businesscompassllc.com/load-balancers-explained-what-they-are-and-why-they-matter-in-system-design/ Ever tried to push through those stadium turnstiles when 60,000 fans are rushing in for kickoff? That’s your server without load balancing – overwhelmed, …
  continue reading
 
The Role of Docker in System Design – Scalability, Portability & Speed https://knowledge.businesscompassllc.com/the-role-of-docker-in-system-design-scalability-portability-speed/ Ever found yourself wrestling with the same code that runs perfectly on your machine but crashes spectacularly in production? You’re not alone. That frustrating “but it wo…
  continue reading
 
Understanding Garbage Collectors in Java, Python & Go – Key Differences & Mechanisms https://knowledge.businesscompassllc.com/understanding-garbage-collectors-in-java-python-go-key-differences-mechanisms/ Ever spent three hours debugging an app that kept crashing, only to realize it was running out of memory because your garbage collector couldn’t …
  continue reading
 
What Are AI Agents? A Deep Dive into the Brains Behind Autonomous Systems https://knowledge.businesscompassllc.com/what-are-ai-agents-a-deep-dive-into-the-brains-behind-autonomous-systems/ Ever had your phone recommend the perfect song, or watched a self-driving car smoothly navigate traffic? Behind those magical moments are AI agents – and they’re…
  continue reading
 
Most Popular API Architecture Styles Compared: REST, GraphQL, gRPC & More https://knowledge.businesscompassllc.com/most-popular-api-architecture-styles-compared-rest-graphql-grpc-more/ Ever stared at your screen, wondering why your API choice is making your developers want to quit? You’re not alone. A recent survey showed 68% of tech leads regret t…
  continue reading
 
GraphQL Demystified – Single Endpoint, Efficient Payloads, and Frontend Freedom https://knowledge.businesscompassllc.com/graphql-demystified-single-endpoint-efficient-payloads-and-frontend-freedom/ Ever been stuck waiting for multiple endpoints to load while your UI looks like a half-finished puzzle? You’re not alone. 75% of frontend developers rep…
  continue reading
 
CAP Theorem Explained: Choosing the Right Database for Distributed Systems https://knowledge.businesscompassllc.com/cap-theorem-explained-choosing-the-right-database-for-distributed-systems/ Ever spent an entire weekend debugging a distributed database issue only to discover it’s not a bug but a fundamental trade-off you never considered? You’re no…
  continue reading
 
Centralized vs Distributed Systems: Key Concepts Explained with Java Example https://knowledge.businesscompassllc.com/centralized-vs-distributed-systems-key-concepts-explained-with-java-example/ Ever spent hours debugging a distributed system only to wish you’d gone with a simpler centralized approach? Or maybe you built a monolith that’s now buckl…
  continue reading
 
Elastic Scaling with Consistent Hashing: How to Manage Dynamic Database Sharding https://knowledge.businesscompassllc.com/elastic-scaling-with-consistent-hashing-how-to-manage-dynamic-database-sharding/ Remember that time your database buckled under sudden traffic and your engineering team spent the weekend fighting fires? Yeah, database scalabilit…
  continue reading
 
Hashing Explained: From Message Digests to Load Balancing https://knowledge.businesscompassllc.com/hashing-explained-from-message-digests-to-load-balancing/ Ever sat staring at your screen, wondering how your bank’s website instantly recognizes your password without actually storing it anywhere? Or how Spotify somehow knows which server should hand…
  continue reading
 
Network Protocols Demystified: How They Enable Communication Across Devices https://knowledge.businesscompassllc.com/network-protocols-demystified-how-they-enable-communication-across-devices/ Ever tried explaining to your mom why Netflix buffers but YouTube doesn’t? Welcome to the invisible world of network protocols – the digital traffic cops det…
  continue reading
 
Mastering Load Balancing: Key Concepts for High-Traffic Websites https://knowledge.businesscompassllc.com/mastering-load-balancing-key-concepts-for-high-traffic-websites/ Ever had your website crumble under a traffic spike that should’ve been your biggest win? You’re not alone. A stunning 68% of development teams have watched their systems collapse…
  continue reading
 
Latency vs Throughput: Key Differences Explained for System Design https://knowledge.businesscompassllc.com/latency-vs-throughput-key-differences-explained-for-system-design/ Ever spent hours optimizing your system only to realize you’ve been chasing the wrong metric? That was me last month, knee-deep in server logs, optimizing for throughput when …
  continue reading
 
Understanding Client-Server Architecture: A Foundation for Web Applications https://knowledge.businesscompassllc.com/understanding-client-server-architecture-a-foundation-for-web-applications/ Ever sat there staring at a browser, wondering what invisible magic happens when you click a link? You’re not alone. Behind every web application is a dance …
  continue reading
 
Write-Thru vs. Write-Back Caching: Understanding Key Caching Techniques https://knowledge.businesscompassllc.com/write-thru-vs-write-back-caching-understanding-key-caching-techniques/ Ever find yourself standing in the grocery store staring at two seemingly identical products, completely frozen by indecision? That’s exactly how many developers feel…
  continue reading
 
Unlocking the Secrets of Polling vs. Streaming for System Design Success https://knowledge.businesscompassllc.com/unlocking-the-secrets-of-polling-vs-streaming-for-system-design-success/ Ever sat in a design review where someone casually drops “we should use polling here” and everyone nods knowingly while you’re thinking, “wait, what’s wrong with s…
  continue reading
 
What Is Pub/Sub? Publish-Subscribe Architecture for Scalable Systems https://knowledge.businesscompassllc.com/what-is-pub-sub-publish-subscribe-architecture-for-scalable-systems/ Remember the last time your app crashed because too many users showed up at once? Yeah, that kind of pain stays with you. Pub/Sub architecture might be the relief you need…
  continue reading
 
Master Sharding: A Key Strategy for Scalable System Design https://knowledge.businesscompassllc.com/master-sharding-a-key-strategy-for-scalable-system-design/ Your database crashed at 3 AM and you’re frantically Googling solutions while your boss texts, “Any updates?” Sound familiar? When systems buckle under growing data loads, smart engineers don…
  continue reading
 
System Design Prep: Understanding Relational Databases in Minutes https://knowledge.businesscompassllc.com/system-design-prep-understanding-relational-databases-in-minutes/ Ever stared at a system design question about databases and felt your stomach drop? You’re not alone. Thousands of developers freeze when interviewers casually ask, “So how woul…
  continue reading
 
System Design Basics: ACID Transactions & Indexes Demystified https://knowledge.businesscompassllc.com/system-design-basics-acid-transactions-indexes-demystified/ Ever sat in a technical interview where they asked about ACID transactions, and your mind went completely blank? You’re not alone. For countless software engineers and developers, databas…
  continue reading
 
Key-Value Databases Explained: Faster, Simpler Alternatives to RDBMS in System Design https://knowledge.businesscompassllc.com/key-value-databases-explained-faster-simpler-alternatives-to-rdbms-in-system-design/ Ever spent three days debugging a relational database query that should’ve taken seconds? You’re not alone. While SQL databases have power…
  continue reading
 
Understanding BLOB, Time Series & Graph Databases – System Design Basics https://knowledge.businesscompassllc.com/understanding-blob-time-series-graph-databases-system-design-basics/ Ever sat through a database architecture meeting where everyone’s nodding along, but you’re secretly Googling “BLOB vs. Graph database” under the table? Don’t worry—78…
  continue reading
 
CI/CD Pipeline System Design Walkthrough https://knowledge.businesscompassllc.com/ci-cd-pipeline-system-design-walkthrough/ Ever stared at your terminal watching a deployment fail for the 47th time while your deadline creeps closer? Yeah, I thought so. We’ve all been there. The reality is that most engineering teams are still cobbling together depl…
  continue reading
 
Peer-to-Peer Network Architecture Explained with Kraken (System Design Prep) https://knowledge.businesscompassllc.com/peer-to-peer-network-architecture-explained-with-kraken-system-design-prep/ Ever caught yourself wondering how Bitcoin actually works under the hood? Not the price speculation stuff, but the actual tech plumbing that keeps it runnin…
  continue reading
 
System Design Deep Dive: Leader Election Algorithms You Should Know https://knowledge.businesscompassllc.com/system-design-deep-dive-leader-election-algorithms-you-should-know/ Ever had your entire system crash because nobody could figure out who’s in charge? Distributed systems engineers know this particular flavor of pain all too well — one minut…
  continue reading
 
Mastering WebSockets: How It Compares to Polling for Scalable System Design https://knowledge.businesscompassllc.com/mastering-websockets-how-it-compares-to-polling-for-scalable-system-design/ Ever sat watching that spinning wheel as your app tries to update, wondering if your server fell asleep? You’re not alone. Developers everywhere are caught i…
  continue reading
 
How to Design a Chat Application: Step-by-Step System Design Guide https://knowledge.businesscompassllc.com/how-to-design-a-chat-application-step-by-step-system-design-guide/ Ever sat in a technical interview where they asked you to design a chat app, and your mind went completely blank? Yeah, that’s the moment when all those hours of coding someho…
  continue reading
 
System Design Deep Dive: The Architecture Behind Twitter's Scale https://knowledge.businesscompassllc.com/system-design-deep-dive-the-architecture-behind-twitters-scale/ Ever wondered how Twitter processes 500 million tweets every day without crumbling? That’s roughly 5,800 tweets per second, and somehow your feed still loads in milliseconds. Behin…
  continue reading
 
Master HTTPS and Security Principles for Scalable System Design https://knowledge.businesscompassllc.com/master-https-and-security-principles-for-scalable-system-design/ Ever tapped “submit” on a payment form and then wondered if hackers were watching? You’re not alone. Software engineers everywhere face the same gut-punch anxiety about protecting …
  continue reading
 
Mastering MapReduce: The Key to Cracking System Design Questions https://knowledge.businesscompassllc.com/mastering-mapreduce-the-key-to-cracking-system-design-questions/ Ever bombed a system design interview because you couldn’t explain how to process 10TB of data? You’re not alone. I’ve watched brilliant engineers crumble when asked to scale beyo…
  continue reading
 
What Powers ChatGPT? A Peek into OpenAI’s Language Model Magic https://knowledge.businesscompassllc.com/what-powers-chatgpt-a-peek-into-openais-language-model-magic/ Remember that time you asked ChatGPT a question and it responded like it was reading your mind? Or maybe it left you scratching your head instead. Either way, you’ve probably wondered:…
  continue reading
 
Designing for Scale: Understanding the Scale Cube in Microservices Architecture https://knowledge.businesscompassllc.com/designing-for-scale-understanding-the-scale-cube-in-microservices-architecture/ Remember when you were debugging that 2 AM production issue, and your microservices architecture that seemed so elegant in the whiteboard session was…
  continue reading
 
Understanding Video Streaming: The Tech Behind Netflix and YouTube https://knowledge.businesscompassllc.com/understanding-video-streaming-the-tech-behind-netflix-and-youtube/ Ever paused your Netflix stream to grab a snack, only to return and see it magically buffered ahead? Behind that seamless experience is a wild maze of data centers, compressio…
  continue reading
 
Fix Your Webhooks: The Correct Way to Implement Real-Time Updates https://knowledge.businesscompassllc.com/fix-your-webhooks-the-correct-way-to-implement-real-time-updates/ You just launched a feature and everything’s perfect—until your Slack channel erupts with missed webhook notifications. Sound familiar? Engineers and product teams everywhere sc…
  continue reading
 
Why API Gateway Is a Must-Have for Modern System Architecture https://knowledge.businesscompassllc.com/why-api-gateway-is-a-must-have-for-modern-system-architecture/ Remember when your team could handle 100 API requests just fine, but then cried uncle at 1,000? It wasn’t pretty. Your developers were up at 2 AM, coffee-stained and bleary-eyed, frant…
  continue reading
 
AI-Powered Development: Supercharge Your Workflow with Copilot X and ChatGPT-4 https://knowledge.businesscompassllc.com/ai-powered-development-supercharge-your-workflow-with-copilot-x-and-chatgpt-4/ Ever sat staring at your screen, knowing what you want to build but dreading the hours of coding ahead? Yeah, 72% of developers report spending over ha…
  continue reading
 
Boost Your AI Projects with Amazon Bedrock, Titan & CodeWhisperer https://knowledge.businesscompassllc.com/boost-your-ai-projects-with-amazon-bedrock-titan-codewhisperer/ Ever spent weeks building an AI feature only to discover it’s still nowhere near what ChatGPT can do out of the box? You’re not alone. According to our recent survey, 78% of devel…
  continue reading
 
Master Distributed Tracing with OpenTelemetry, New Relic & Splunk https://knowledge.businesscompassllc.com/master-distributed-tracing-with-opentelemetry-new-relic-splunk/ Ever been caught in that late-night debugging nightmare where your distributed system is failing but you have no idea where? Yeah, that sinking feeling where you’re drowning in lo…
  continue reading
 
Data Platforms Explained: Ingestion, Transformation & Insight in Minutes https://knowledge.businesscompassllc.com/data-platforms-explained-ingestion-transformation-insight-in-minutes/ You spent 7 hours manually moving data between systems yesterday. Your boss wants the insights “ASAP,” but your data engineer is swamped until next month. Sound famil…
  continue reading
 
Master Latency Metrics: P90, P95, P99 Explained for System Design Interviews https://knowledge.businesscompassllc.com/master-latency-metrics-p90-p95-p99-explained-for-system-design-interviews/ Ever bombed a system design interview because you couldn’t explain the difference between P95 and P99 latency? You’re not alone. I’ve watched brilliant engin…
  continue reading
 
Boost System Design Performance with Distributed Caching (Redis, Memcached & More) https://knowledge.businesscompassllc.com/boost-system-design-performance-with-distributed-caching-redis-memcached-more/ Ever wonder why Reddit can handle 52 billion monthly page views without crashing while your application chokes after a few hundred concurrent users…
  continue reading
 
Master JWT Authentication: The Ultimate Guide for Developers https://knowledge.businesscompassllc.com/master-jwt-authentication-the-ultimate-guide-for-developers/ Ever spent hours debugging authentication only to find it was a single expired JWT causing the chaos? If you’re nodding, you’re not alone. Authentication failures account for 29% of all A…
  continue reading
 
OAuth 2.0 for Developers: Secure Authorization & Identity Demystified https://knowledge.businesscompassllc.com/oauth-2-0-for-developers-secure-authorization-identity-demystified/ Ever stared at OAuth documentation feeling like you’re trying to decode hieroglyphics? You’re not alone. A shocking 76% of security breaches happen because developers misu…
  continue reading
 
Mastering SAML: The Foundation of Secure SSO in System Design https://knowledge.businesscompassllc.com/mastering-saml-the-foundation-of-secure-sso-in-system-design/ Ever wondered why IT admins look like they’ve seen a ghost when someone mentions “broken SAML configurations”? Because last year alone, 73% of enterprise security breaches started with …
  continue reading
 
Master Rate Limiting in System Design: Leaky Bucket Made Simple! https://knowledge.businesscompassllc.com/master-rate-limiting-in-system-design-leaky-bucket-made-simple/ Ever been caught in digital rush hour? You know, that moment when your API crumbles under traffic and users are rage-tweeting about your service being down. Brutal, right? Rate lim…
  continue reading
 
Loading …
Copyright 2025 | Privacy Policy | Terms of Service | | Copyright
Listen to this show while you explore
Play