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!
Why do so many of us get nervous when public speaking? Communication expert Lawrence Bernstein says the key to dealing with the pressure is as simple as having a casual chat. He introduces the "coffee shop test" as a way to help you overcome nerves, connect with your audience and deliver a message that truly resonates. After the talk, Modupe explains a similar approach in academia called the "Grandma test," and how public speaking can be as simple as a conversation with grandma. Want to help shape TED’s shows going forward? Fill out our survey ! Become a TED Member today at https://ted.com/join Hosted on Acast. See acast.com/privacy for more information.…
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.
Customizing AWS Images with HashiCorp Packer: Your Comprehensive Guide https://schedule.businesscompassllc.com/ HashiCorp Packer is an open-source tool designed to automate the creation of custom machine images for multiple platforms, including AWS. It simplifies building pre-configured Amazon Machine Images (AMIs), ensuring consistency and reproducibility across your AWS environment. This podcast provides a detailed walkthrough to help you create a custom AMI using Packer.…
From Traditional Servers to Serverless: Achieving Cost-Efficiency and Scalability with AWS https://schedule.businesscompassllc.com/ Traditional server infrastructure often becomes a bottleneck as businesses strive to stay competitive in a rapidly evolving digital landscape. At Business Compass LLC, we recognised the need to modernise our training platform to meet growing user demands while maintaining cost-efficiency. This realisation led us to embrace serverless architecture with AWS, a transformative decision that has redefined how we deliver value to our customers.…
Streamlining Cloud Access Management: A Practical Guide to Role-Based Access Control (RBAC) https://schedule.businesscompassllc.com/ In today’s rapidly evolving cloud landscape, efficient and secure access management is critical. Role-Based Access Control (RBAC) has become a cornerstone of modern cloud security, providing a fine-grained mechanism to control who has access to what resources. This podcast explores RBAC, its integration with AWS services, in delivering robust access solutions.…
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.…
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.