Content provided by Business Compass LLC. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Business Compass LLC or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.
Player FM - Podcast App Go offline with the Player FM app!
It’s the very first episode of The Big Pitch with Jimmy Carr and our first guest is Phil Wang! And Phil’s subgenre is…This Place is Evil. We’re talking psychological torture, we’re talking gory death scenes, we’re talking Lorraine Kelly?! The Big Pitch with Jimmy Carr is a brand new comedy podcast where each week a different celebrity guest pitches an idea for a film based on one of the SUPER niche sub-genres on Netflix. From ‘Steamy Crime Movies from the 1970s’ to ‘Australian Dysfunctional Family Comedies Starring A Strong Female Lead’, our celebrity guests will pitch their wacky plot, their dream cast, the marketing stunts, and everything in between. By the end of every episode, Jimmy Carr, Comedian by night / “Netflix Executive” by day, will decide whether the pitch is greenlit or condemned to development hell! Listen on all podcast platforms and watch on the Netflix Is A Joke YouTube Channel . The Big Pitch is a co-production by Netflix and BBC Studios Audio. Jimmy Carr is an award-winning stand-up comedian and writer, touring his brand-new show JIMMY CARR: LAUGHS FUNNY throughout the USA from May to November this year, as well as across the UK and Europe, before hitting Australia and New Zealand in early 2026. All info and tickets for the tour are available at JIMMYCARR.COM Production Coordinator: Becky Carewe-Jeffries Production Manager: Mabel Finnegan-Wright Editor: Stuart Reid Producer: Pete Strauss Executive Producer: Richard Morris Executive Producers for Netflix: Kathryn Huyghue, Erica Brady, and David Markowitz Set Design: Helen Coyston Studios: Tower Bridge Studios Make Up: Samantha Coughlan Cameras: Daniel Spencer Sound: Charlie Emery Branding: Tim Lane Photography: James Hole…
Content provided by Business Compass LLC. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Business Compass LLC or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.
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, Video on Demand, AI-driven automation, and security solutions, helping businesses innovate, optimize, and grow efficiently.
Content provided by Business Compass LLC. All podcast content including episodes, graphics, and podcast descriptions are uploaded and provided directly by Business Compass LLC or their podcast platform partner. If you believe someone is using your copyrighted work without your permission, you can follow the process outlined here https://player.fm/legal.
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, Video on Demand, AI-driven automation, and security solutions, helping businesses innovate, optimize, and grow efficiently.
Managing AWS S3 Buckets and IAM Users with Python: A Practical Guide https://schedule.businesscompassllc.com/ Amazon Web Services (AWS) offers a robust suite of cloud tools, with S3 (Simple Storage Service) and IAM (Identity and Access Management) standing out as critical components. S3 allows businesses to easily store and retrieve unlimited amounts of data, while IAM enables secure management of user access and permissions. Leveraging Python's Boto3 SDK makes managing these resources efficient, repeatable, and automated.…
Real-Time Chat Data Processing with DynamoDB Change Events and Kinesis https://schedule.businesscompassllc.com/ In the modern era of real-time applications, live stream chats have become a cornerstone for interactive platforms. Efficiently capturing, processing, and storing this data is crucial for applications like gaming, live commerce, and streaming platforms. An automated, scalable chat data pipeline ensures seamless data flow, enabling analytics, monitoring, and backup without manual intervention.…
Streamlining Segment Log Exports to AWS S3 with AWS CDK: A Step-by-Step Guide https://schedule.businesscompassllc.com/ Managing application logs effectively is crucial for monitoring performance, diagnosing issues, and ensuring compliance. However, exporting logs manually from platforms like Segment to Amazon S3 can be time-consuming, error-prone, and unsustainable as data volumes grow. Automating this process simplifies log management and enables businesses to focus on analytics and decision-making.…
Optimizing AWS Session Caching in Spring Boot with Google Guava https://schedule.businesscompassllc.com/ Leveraging AWS services efficiently is critical for achieving optimal performance and scalability in modern cloud applications. However, creating and managing AWS sessions, such as IAM clients or S3 clients, can introduce latency and overhead. By caching AWS sessions, we can significantly reduce the time spent on client initialisation, especially for applications with high-frequency AWS API interactions. This podcast will explore how to cache AWS sessions in a Spring Boot application using Google Guava. Additionally, we’ll touch on how Business Compass LLC, an Advanced Consulting Partner and Well-Architected Partner, can assist in architecting scalable and efficient AWS-based solutions.…
Addressing AWS Service Access Problems in Docker Containers with EC2 Role-Based Certificates https://schedule.businesscompassllc.com/ When running Docker containers on AWS EC2 instances, you might encounter issues accessing AWS services due to X509 certificate errors. These errors occur when the containerised application cannot securely verify the SSL/TLS certificates required to communicate with AWS services. This can happen because the necessary CA certificates are missing inside the container’s runtime environment.…
Unlocking Kafka's Potential: Best Practices and Lessons Learned https://schedule.businesscompassllc.com/ Apache Kafka has become the backbone of modern distributed systems, enabling seamless real-time data processing. A thoughtful approach to deployment and maintenance is crucial to leverage Kafka effectively. This podcast will explore best practices and lessons learned to help you optimise your Kafka deployment. Additionally, we’ll discuss how AWS services and Business Compass LLC’s expertise as an Advanced Consulting Partner and Well-Architected Partner can drive your Kafka success.…
Mastering Container Deployment on AWS: A Step-by-Step Guide to Amazon ECS https://schedule.businesscompassllc.com/ Containerization is a lightweight method for virtualizing and packaging applications with their dependencies, ensuring they run consistently across different environments. By bundling the application code, libraries, and runtime, containers eliminate compatibility issues and enable faster development cycles.…
Building a Resilient Prometheus Monitoring Stack: High Availability and Fault Tolerance Best Practices https://schedule.businesscompassllc.com/ Modern organizations rely on robust monitoring stacks to maintain service uptime and ensure system health. Prometheus, Grafana, Alertmanager, and Pushgateway form a popular open-source stack for monitoring and alerting, but achieving high availability (HA) and fault tolerance is critical to their reliability. This podcast explores the challenges of maintaining HA and fault tolerance in Prometheus monitoring stacks, strategies to mitigate risks, and how AWS services and Business Compass LLC play a role in delivering resilient architectures.…
Building an Nginx Web Server on AWS: A Terraform Guide https://schedule.businesscompassllc.com/ In today's rapidly evolving cloud landscape, managing infrastructure efficiently has become critical for businesses of all sizes. Infrastructure as Code (IaC) revolutionizes how organizations provision and manage cloud resources. By treating infrastructure as software, IaC allows for automation, consistency, and repeatability, reducing the likelihood of human error.…
Mastering GitOps with Kubernetes: Deploying Helm Charts Using GitHub Actions and ArgoCD on AWS EKS https://schedule.businesscompassllc.com/ In today’s fast-paced DevOps landscape, GitOps has emerged as a transformative approach, revolutionizing how we manage Kubernetes deployments. This podcast walks you through implementing GitOps on Kubernetes using GitHub Actions and ArgoCD for Helm Chart deployments on AWS EKS.…
Optimizing Dynamic Routing in Amazon CloudFront Using Lambda@Edge for Next.js Applications https://schedule.businesscompassllc.com/ Deploying a Next.js application on AWS often requires handling dynamic routes that don’t exist as static assets in an S3 bucket. Amazon CloudFront, by default, serves static content but doesn't support dynamic route resolution out-of-the-box. This is where Lambda@Edge becomes crucial for enabling SEO-friendly and performant dynamic routing.…
A Beginner’s Guide to Amazon CloudWatch: Essential Monitoring for AWS Resources https://schedule.businesscompassllc.com/ Amazon CloudWatch is a powerful monitoring and observability service designed for DevOps engineers, developers, system administrators, and IT managers using AWS cloud infrastructure. This podcast explains how to get started with Amazon CloudWatch, enabling teams to collect and track metrics, monitor log files, and set alarms to respond quickly to system changes or failures.…
Automated Deployment of a Static Website from GitHub Using Jenkins and NGINX https://schedule.businesscompassllc.com/ This podcast outlines the process of deploying a static website hosted on GitHub using Jenkins for continuous integration and NGINX as the web server. By automating this workflow, developers can ensure seamless updates to their website every time changes are pushed to the repository.…
Mastering AWS Security: A Comprehensive Guide to NACLs, AWS Shield, and WAF https://schedule.businesscompassllc.com/ Securing cloud environments is critical in today's digital landscape. Amazon Web Services (AWS) offers a robust suite of security tools that help businesses protect their infrastructure and applications. Among the most important are Network Access Control Lists (NACLs), AWS Shield, and the AWS Web Application Firewall (WAF). Each plays a distinct role in safeguarding cloud resources from unauthorized access and cyber threats.…
How to Route Traffic from One Domain to Another Using AWS API Gateway https://schedule.businesscompassllc.com/ Routing traffic between domains is a common requirement when managing multiple web services, consolidating resources, or transitioning to new infrastructure. Amazon Web Services (AWS) offers a powerful solution through API Gateway, enabling seamless redirection or proxying of traffic from one domain to another.…
Welcome to Player FM!
Player FM is scanning the web for high-quality podcasts for you to enjoy right now. It's the best podcast app and works on Android, iPhone, and the web. Signup to sync subscriptions across devices.