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!
Tiffany Yu is the CEO & Founder of Diversability, an award-winning social enterprise to elevate disability pride; the Founder of the Awesome Foundation Disability Chapter, a monthly micro-grant that has awarded $92.5k to 93 disability projects in 11 countries; and the author of The Anti-Ableist Manifesto: Smashing Stereotypes, Forging Change, and Building a Disability-Inclusive World. As a person with visible and invisible disabilities stemming from a car crash, Tiffany has built a career on disability solidarity. Now that she has found success, she works to expand a network of people with disabilities and their allies to decrease stigmas around disability and create opportunities for disabled people in America. Episode Chapters 0:00 Intro 1:26 When do we choose to share our disability stories? 4:12 Jay’s disability story 8:35 Visible and invisible disabilities 13:10 What does an ally to the disability community look like? 16:34 NoBodyIsDisposable and 14(c) 21:26 How does Tiffany’s investment banking background shape her advocacy? 27:47 Goodbye and outro For video episodes, watch on www.youtube.com/@therudermanfamilyfoundation Stay in touch: X: @JayRuderman | @RudermanFdn LinkedIn: Jay Ruderman | Ruderman Family Foundation Instagram: All About Change Podcast | Ruderman Family Foundation To learn more about the podcast, visit https://allaboutchangepodcast.com/…
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.
Authenticate Docker to Amazon ECR on Ubuntu with ECR Credential Helper https://knowledge.businesscompassllc.com/authenticate-docker-to-amazon-ecr-on-ubuntu-with-ecr-credential-helper/ Ever pulled your hair out trying to authenticate Docker with Amazon ECR on Ubuntu? You’re not alone. Developers everywhere are silently cursing at their terminals while copying and pasting temporary credentials that expire faster than milk left on the counter.…
Secure Your Kubernetes Cluster: External Secrets Operator on AWS EKS with Terraform https://knowledge.businesscompassllc.com/secure-your-kubernetes-cluster-external-secrets-operator-on-aws-eks-with-terraform/ You’re staring at your Kubernetes cluster, feeling that constant security anxiety. “Are my secrets really safe?” It’s the question that haunts every DevOps engineer’s sleep.…
Amazon EKS Auto Mode: Effortless Kubernetes Management in the Cloud https://knowledge.businesscompassllc.com/amazon-eks-auto-mode-effortless-kubernetes-management-in-the-cloud/ Ever spent 20 hours troubleshooting Kubernetes node configurations when you should’ve been building actual features? Yeah, you’re not alone.…
Customizing API Gateway Requests and Responses Using Velocity Template Language (VTL) https://knowledge.businesscompassllc.com/customizing-api-gateway-requests-and-responses-using-velocity-template-language-vtl/ Ever stared at API Gateway integration code wondering if there’s a better way to massage that request before it hits your backend? If you’re nodding, you’re not alone.…
Unlocking the Power of AWS CloudWatch: Real-Time Monitoring Made Simple https://knowledge.businesscompassllc.com/unlocking-the-power-of-aws-cloudwatch-real-time-monitoring-made-simple/ Ever waited on hold with IT for 40 minutes while your cloud service was down, costing your company thousands in lost productivity? Yeah, that’s the nightmare AWS CloudWatch aims to prevent.…
How to Enable FinOps During the Deploy Phase of DevOps https://schedule.businesscompassllc.com/ The deployment phase of DevOps is where applications go live, resources are provisioned, and real cloud spending begins. This stage also presents a golden opportunity to integrate FinOps (Financial Operations) principles, bridging the technical and financial accountability gap. By embedding FinOps early in the deployment lifecycle, organizations can foster a culture of cost transparency, drive cloud efficiency, and prevent budget overruns.…
Automate Release Documentation: Python Scripts and Confluence Wiki Integration https://schedule.businesscompassllc.com/ Managing release documentation can be time-consuming and error-prone, especially in fast-paced development environments. Automating this process using Python and integrating it with Confluence—a popular team collaboration tool—can drastically improve efficiency, consistency, and traceability in software delivery pipelines.…
Generative AI in the Cloud: How to Use AWS Bedrock for Real-World Applications https://schedule.businesscompassllc.com/ The landscape of artificial intelligence is rapidly evolving, with Generative AI emerging as a transformative force across industries. Whether it's generating text, code, images, or even synthetic data, businesses are finding new and creative ways to harness AI. AWS Bedrock has made this technology more accessible by providing a fully managed service that allows developers to build and scale generative AI applications securely and efficiently.…
Terraform Best Practices: Using cidrsubnet and Loops for Scalable Subnet Management https://schedule.businesscompassllc.com/ Managing scalable and maintainable subnets is a cornerstone of efficient infrastructure as code (IaC) with Terraform. Rather than hardcoding subnet CIDRs manually, using cidrsubnet in conjunction with Terraform loops (like for_each or count) enables you to create subnet blocks dynamically and programmatically. This approach reduces error, enhances clarity, and promotes reusability.…
Leveraging Open Source to Build Scalable Internal Tools: A Real-World Guide https://schedule.businesscompassllc.com/ In today’s fast-paced tech landscape, building internal tools is no longer a luxury—it's a necessity for operational efficiency. However, the costs and complexities of custom development can often be a barrier. That's where open-source software (OSS) steps in. Leveraging OSS allows organizations to build flexible, scalable, cost-effective internal solutions with minimal overhead.…
Building Fault-Tolerant Systems with DLQs: A Hands-On Example https://schedule.businesscompassllc.com/ In the world of distributed systems and microservices, failure is inevitable. Systems must be built to withstand and gracefully handle errors without losing data or crashing critical processes. The Dead Letter Queue (DLQ) is a powerful pattern that increases fault tolerance. DLQs are designed to catch and store messages that a system fails to process, allowing engineers to review, troubleshoot, and reprocess them without affecting the main data flow.…
Infrastructure as Code: Provisioning EKS Node Groups on AWS with Pulumi and Go https://schedule.businesscompassllc.com/ Provisioning Kubernetes clusters in the cloud has never been more efficient, thanks to the rise of Infrastructure as Code (IaC) tools. Pulumi stands out by enabling developers to use familiar programming languages such as Go, Python, TypeScript, and .NET. This podcast will walk you through provisioning Amazon EKS node groups using Pulumi with the Go programming language.…
The Role of DynamoDB in Zoom’s Infrastructure at Scale https://schedule.businesscompassllc.com/ As one of the world’s most widely used video conferencing platforms, Zoom handles an enormous volume of real-time data traffic. From managing user metadata to ensuring seamless meeting operations, scalability and low-latency performance are key. At the heart of this robust backend infrastructure lies Amazon DynamoDB — a fully managed NoSQL database service that plays a vital role in Zoom’s global operations.…
The AWS Optimization Stack: Tools for Performance, Cost, and Resource Management https://schedule.businesscompassllc.com/ As cloud environments scale, organizations face mounting pressure to deliver performance, manage resources efficiently, and keep costs under control. AWS offers a rich ecosystem of tools designed to address these exact challenges. Whether you're a startup monitoring cloud spend or an enterprise scaling hundreds of services, leveraging the right AWS optimization stack can significantly improve your cloud ROI.…
Deploy React in Dev, Test, and Prod Using AWS CDK: A Complete Guide https://schedule.businesscompassllc.com/ React applications power some of the most dynamic user interfaces in today’s digital world. While developing a React app is relatively straightforward, managing its deployment lifecycle across Dev, Test, and Production environments can be complex. Enter AWS CDK (Cloud Development Kit) — an infrastructure-as-code tool that lets you define cloud resources using familiar programming languages. This podcast will explore how to build, package, and deploy your React app across multiple environments using AWS CDK.…
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.