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://podcastplayer.com/legal.
Player FM - Podcast App Go offline with the Player FM app!
America’s Sweethearts: Dallas Cowboys Cheerleaders is back for its second season! Kay Adams welcomes the women who assemble the squad, Kelli Finglass and Judy Trammell, to the Netflix Sports Club Podcast. They discuss the emotional rollercoaster of putting together the Dallas Cowboys Cheerleaders. Judy and Kelli open up about what it means to embrace flaws in the pursuit of perfection, how they identify that winning combo of stamina and wow factor, and what it’s like to see Thunderstruck go viral. Plus, the duo shares their hopes for the future of DCC beyond the field. Netflix Sports Club Podcast Correspondent Dani Klupenger also stops by to discuss the NBA Finals, basketball’s biggest moments with Michael Jordan and LeBron, and Kevin Durant’s international dominance. Dani and Kay detail the rise of Coco Gauff’s greatness and the most exciting storylines heading into Wimbledon. We want to hear from you! Leave us a voice message at www.speakpipe.com/NetflixSportsClub Find more from the Netflix Sports Club Podcast @NetflixSports on YouTube, TikTok, Instagram, Facebook, and X. You can catch Kay Adams @heykayadams and Dani Klupenger @daniklup on IG and X. Be sure to follow Kelli Finglass and Judy Trammel @kellifinglass and @dcc_judy on IG. Hosted by Kay Adams, the Netflix Sports Club Podcast is an all-access deep dive into the Netflix Sports universe! Each episode, Adams will speak with athletes, coaches, and a rotating cycle of familiar sports correspondents to talk about a recently released Netflix Sports series. The podcast will feature hot takes, deep analysis, games, and intimate conversations. Be sure to watch, listen, and subscribe to the Netflix Sports Club Podcast on YouTube, Spotify, Tudum, or wherever you get your podcasts. New episodes on Fridays every other week.…
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.
Reliable AWS Testing Without the Cloud: Using Moto to Mock AWS Services https://schedule.businesscompassllc.com/ Testing cloud applications that depend on AWS services can be costly and complex. You need credentials to access live services and account for potential charges and failures. Moto is a powerful Python library that mocks out AWS services for unit testing and local development without actually calling the real AWS infrastructure.…
Host Header Injection Uncovered: Real-World Examples and Mitigation Tactics https://schedule.businesscompassllc.com/ Host Header Injection (HHI) is a lesser-known but dangerous web vulnerability that occurs when a web application improperly uses the value of the Host HTTP header to generate dynamic content, perform redirects, or make security decisions. This opens doors for phishing, cache poisoning, password reset hijacking, and more.…
Rust in the Cloud: Building Lightning-Fast, Cloud-Native Apps on AWS https://schedule.businesscompassllc.com/ Rust has rapidly gained traction as a systems programming language that blends performance, reliability, and safety. With its memory safety guarantees, zero-cost abstractions, and fearlessness in concurrency, Rust is uniquely positioned to drive high-performance workloads in cloud-native environments. When paired with the flexibility and scalability of Amazon Web Services (AWS), Rust becomes a potent tool for developers building modern, cloud-first applications.…
Revolutionizing Industrial IoT with Amazon Bedrock Agents: Natural Language Interfaces for Machine Data https://schedule.businesscompassllc.com/ The Industrial Internet of Things (IIoT) transforms how factories, energy plants, and transportation systems operate. With thousands of sensors generating complex machine data, operators and analysts are often overwhelmed by dashboards, SQL queries, and manual inspections. But a new era is dawning — natural language interfaces powered by generative AI.…
Building a Resilient Data Backbone: Mastering Data Modeling Techniques https://schedule.businesscompassllc.com/ Mastering data modeling techniques is fundamental in today's data-driven world, where agility and scalability determine business success. A resilient data backbone is not just about storing data—it’s about designing a flexible, scalable system that maintains high integrity while supporting a wide range of business requirements.…
Machine Learning Productionization: Challenges, Solutions, and Tools You Need https://schedule.businesscompassllc.com/ Taking machine learning (ML) models from the lab to production is one of the most critical and challenging steps in the ML lifecycle. While developing an ML model might seem hard, productionizing it brings a whole new set of complexities around deployment, monitoring, scalability, and lifecycle management.…
Choosing the Right AWS Load Balancer: ALB, NLB, or GLB? https://schedule.businesscompassllc.com/ In the AWS ecosystem, load balancers ensure your applications' scalability, reliability, and high availability. Amazon offers three main types of load balancers via Elastic Load Balancing (ELB)
Exploring AWS Graph Ecosystem Innovations: Meet GraphRAG https://schedule.businesscompassllc.com/ As enterprises increasingly turn to advanced data analytics and generative AI, the need for context-aware and semantically connected data ecosystems has never been more critical. Recognizing this, AWS has introduced GraphRAG, a groundbreaking innovation that blends graph databases with Retrieval-Augmented Generation (RAG) techniques to deliver more intelligent, accurate, and explainable AI outputs.…
How to Implement Effective Tagging in Terraform for Better AWS/GCP/Azure Management https://schedule.businesscompassllc.com/ Resource tagging is no longer optional in today’s complex cloud environments—it’s essential. Whether you're managing infrastructure on AWS, Google Cloud Platform (GCP), or Azure, effective tagging can significantly enhance visibility, cost allocation, security, and automation. Terraform, the popular Infrastructure as Code (IaC) tool, provides a robust framework for implementing consistent and scalable tagging strategies.…
From Code to Cloud: Deploying Python Serverless Apps on AWS with Terraform https://schedule.businesscompassllc.com/ Serverless computing is revolutionizing how developers build and scale applications. By abstracting away the server management layer, you can focus on code and business logic while letting cloud providers like AWS handle infrastructure. This podcast walks you through deploying a Python serverless application using AWS Lambda, API Gateway, and Terraform—a powerful Infrastructure as Code (IaC) tool for automating cloud resource provisioning.…
Build and Deploy Laravel Apps Like a Pro: CI/CD with Docker, Nginx & GitHub Actions https://schedule.businesscompassllc.com/ Deploying Laravel applications efficiently is critical to ensuring performance, scalability, and maintainability. In this podcast, you’ll learn how to build a complete CI/CD pipeline using Docker, Nginx, and GitHub Actions to automate deployment and streamline your Laravel development lifecycle.…
Optimizing Web Traffic with Path-Based Routing on Load Balancers https://schedule.businesscompassllc.com/ In today’s fast-paced digital landscape, delivering seamless web experiences is crucial to keeping users engaged. One way to optimize web traffic and boost performance is through path-based routing with application load balancers. This strategy enhances performance and reliability and provides flexibility in how traffic is managed and scaled.…
Mastering IAM with Terraform: Comparing Heredoc, jsonencode(), and aws_iam_policy_document https://schedule.businesscompassllc.com/ When managing AWS Identity and Access Management (IAM) policies with Terraform, choosing the proper method to define and render policy documents can significantly affect readability, maintainability, and validation.…
Streamlining Infrastructure: Sharing Security Groups in a Multi-Account AWS Environment https://schedule.businesscompassllc.com/ In modern AWS cloud environments, organizations often adopt multi-account strategies to improve security, manage billing, and streamline development workflows. One common challenge in such setups is efficiently sharing security groups across accounts, especially when dealing with centralized networking patterns like the hub-and-spoke model.…
Automate EC2 Shutdown with Lambda: A Cost-Saving Solution for Development Environments https://schedule.businesscompassllc.com/ In cloud environments, one of the most overlooked opportunities for cost optimization is the idle infrastructure—especially Amazon EC2 instances used for development and testing. Developers often spin up instances during working hours and forget to shut them down, leading to unnecessary expenses. In this podcast, we’ll walk through how to automate EC2 shutdowns using AWS Lambda—a smart, serverless approach to saving money.…
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.