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!
You have a favorite Matthew Lillard film or TV performance. It might be SLC Punk , the Scream franchise, Scooby Doo , Hackers , She's All That , Twin Peaks: The Return , or the new Stephen King and Mike Flanagan movie The Life of Chuck . He's been working in Hollywood for over 30 years, and has a reputation for being kind to fans. But connecting with people is exactly why he got into acting as a kid — the community that comes from putting on a play together and hashing it all out at the diner afterward. It's what drew him to Dungeons & Dragons, and then a spirits company celebrating fantasy and horror fandoms. Lillard joined Tinfoil Swans to talk about growing up not fitting in, the thrill of finding your people, the punk rock high school movie he directed, his wedding cheese wheel, and so much more. For more info visit: foodandwine.com/tinfoilswans Learn more about your ad choices. Visit podcastchoices.com/adchoices…
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.
Build Intelligent Apps Faster: A Guide to AWS Managed AI Services https://knowledge.businesscompassllc.com/build-intelligent-apps-faster-a-guide-to-aws-managed-ai-services/ Ever spent weeks coding a basic recommendation feature only to watch a competitor release something ten times better while you were still debugging? Yeah, that’s the AI implementation gap that keeps dev teams up at night. AWS managed AI services are changing this game completely. You can now build sophisticated AI capabilities into your apps without a team of data scientists or months of development time.…
Cloud Service Providers: Are They Really Safe and Secure? https://knowledge.businesscompassllc.com/cloud-service-providers-are-they-really-safe-and-secure/ You know that feeling when you’re on a plane and suddenly think, “Wait, who’s actually ensuring this thing stays in the air?” That’s exactly how most IT directors feel about their cloud providers right now. Your company’s most sensitive data – customer information, financial records, proprietary algorithms – all sitting on someone else’s servers. Are cloud service providers truly as secure as they claim to be?…
CRDs in Kubernetes Explained: Unlock Custom Workflows and Controllers https://knowledge.businesscompassllc.com/crds-in-kubernetes-explained-unlock-custom-workflows-and-controllers/ You’re staring at a new Kubernetes problem that doesn’t fit any standard resource type. Sound familiar? Every Kubernetes developer eventually hits that wall where the built-in resources just don’t cut it anymore. Custom Resource Definitions (CRDs) in Kubernetes were literally made for this moment – when you need to extend the platform beyond its factory settings.…
Master the Three-Tier Architecture: A Blueprint for Scalable Microservices https://knowledge.businesscompassllc.com/master-the-three-tier-architecture-a-blueprint-for-scalable-microservices/ You’ve got the app scaling like crazy, but your codebase looks like a bowl of digital spaghetti. Sound familiar? Nearly 68% of engineering teams hit this wall when their monolithic architecture crumbles under its own weight. I’ve spent 15 years building three-tier architecture systems that don’t collapse when user counts hit six figures. What used to be my expensive consulting secret is now this blueprint.…
Deploy to AWS EKS the GitOps Way: Using Terraform and GitHub Actions https://knowledge.businesscompassllc.com/deploy-to-aws-eks-the-gitops-way-using-terraform-and-github-actions/ You’ve tried to automate your Kubernetes deployments, but ended up with a tangled mess of scripts, manual steps, and Slack messages asking “Did anyone deploy the new version yet?” I get it. Kubernetes is powerful, but the deployment workflow can be a nightmare without the right approach.…
AWS Lambda Size Limits Got You Down? Here’s How to Optimize Layers https://knowledge.businesscompassllc.com/aws-lambda-size-limits-got-you-down-heres-how-to-optimize-layers/ You stare at the terminal message in disbelief: “AWS Lambda deployment failed: function code too large.” Seriously? Again? This is the third time this week you’ve hit those pesky Lambda size limits. Let’s be real – Lambda’s 250MB limit feels like trying to pack for a month-long vacation in a school backpack. Every serverless developer has been there, frantically hunting for ways to optimize AWS Lambda layers before a deadline hits.…
Mastering EKS Networking: Eliminate Hidden Costs from Cross-AZ Traffic https://knowledge.businesscompassllc.com/mastering-eks-networking-eliminate-hidden-costs-from-cross-az-traffic/ Did your latest AWS bill make you do a double-take? You’re not alone. 73% of EKS users we surveyed had no idea they were hemorrhaging money on cross-AZ traffic until their CFO came knocking. The culprit? That innocent-looking Kubernetes networking setup you haven’t thought about since deployment day.…
AWS ECS Explained: Why It's Still a Top Choice for Container Orchestration https://schedule.businesscompassllc.com/ Amazon Elastic Container Service (ECS) remains a powerful, fully managed container orchestration service trusted by startups and enterprises. Despite the growing popularity of Kubernetes (and AWS EKS), ECS continues to thrive due to its simplicity, deep AWS integration, and evolving features.…
What Is etcd in Kubernetes? A Deep Dive into the Cluster’s Key-Value Store https://schedule.businesscompassllc.com/ etcd is a distributed, consistent, and highly available key-value store that serves as the primary data store for Kubernetes. It holds all the configuration data, state information, and metadata that define a Kubernetes cluster’s current status and desired state. In essence, etcd is the source of truth for the Kubernetes control plane.…
Real-Time Weather Analytics with AWS: A Fully Serverless Data Pipeline Explained https://schedule.businesscompassllc.com/ In an increasingly climate-sensitive world, real-time weather analytics is essential for disaster response, agriculture, logistics, and renewable energy applications. With the advent of serverless computing on AWS, building a real-time, scalable data pipeline has become viable and highly efficient. This podcast explores a fully serverless architecture on AWS for processing and analyzing real-time weather data.…
DynamoDB to Redshift Zero-ETL Integration: Fast Setup with Screenshots https://knowledge.businesscompassllc.com/dynamodb-to-redshift-zero-etl-integration-fast-setup-with-screenshots/ You’ve spent days cobbling together a DynamoDB to Redshift data pipeline, haven’t you? All those Lambda functions, error handling edge cases, and mysterious data discrepancies that keep you debugging at 2 AM. What if I told you AWS just made that entire headache obsolete?…
Making AWS Concepts Click: How Animation Can Transform Cloud Education https://knowledge.businesscompassllc.com/making-aws-concepts-click-how-animation-can-transform-cloud-education/ You’ve stared at an AWS architecture diagram for 45 minutes and still can’t make sense of how the pieces fit together. Don’t worry, you’re not alone – 72% of cloud beginners report feeling overwhelmed by abstract concepts they can’t visualize. What if you could actually see a VPC building its security boundaries? Or watch data packets traveling through your infrastructure in real-time?…
Automating EC2 Security Agent Installation Using Terraform and AWS Systems Manager https://knowledge.businesscompassllc.com/automating-ec2-security-agent-installation-using-terraform-and-aws-systems-manager/ Ever spent 3 hours manually installing security agents across your EC2 fleet, only to discover you missed six instances? Yeah, I thought so. For DevOps engineers and cloud security teams, the battle between maintaining robust security and not losing your mind to repetitive tasks is real. Automating EC2 security agent installation using Terraform and AWS Systems Manager offers the perfect solution to this daily struggle.…
Real-Time Chat Architecture with AWS AppSync and Lambda: Core Infrastructure Guide https://knowledge.businesscompassllc.com/real-time-chat-architecture-with-aws-appsync-and-lambda-core-infrastructure-guide/ Ever tried explaining to your boss why your messaging app has 3-second delays? “It’s just the architecture” doesn’t cut it when competitors deliver instant responses.…
Port Knocking Explained: The Secret Handshake for Secure Server Access https://knowledge.businesscompassllc.com/port-knocking-explained-the-secret-handshake-for-secure-server-access/ Ever considered how you hide your house key? Under a rock, inside a fake sprinkler head, or using that magnetic box stuck to your car’s undercarriage? Now imagine if your server’s open ports are those house keys – except they’re visible to literally anyone walking by.…
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.