Aderemi Daredareaderemi.hashnode.dev·Oct 24, 2024Agenda 101: Improving communication between microservicesSide Talk There has been so much debate on the best way to send data within microservice applications. Perhaps, you've also had long discussion within your team on this problem. Various methods and technique are available ranging from the old http re...Discussagenda
Arun K Rcollate.wiki·Jul 19, 2024Video & Audio Transcoding Using AWS Elemental MediaConvert + Lambda - Node.js + S3 Part 1In this article, we are going to setup a video transcoder (change the configuration for the audio transcoder) with the AWS Elemental MediaConvert service. We are converting mp4 video into HLS format (which allows quality adaptation based on end-user ...DiscussTranscoder
kaustubha vkaustubha.hashnode.dev·Jul 3, 2023Harnessing the Power of AWS S3 Event Triggering: A Live Project ExampleIntroduction: Amazon Simple Storage Service (S3) is a highly scalable and cost-effective object storage solution offered by Amazon Web Services (AWS). One of the most powerful features of S3 is its ability to trigger events based on changes to the st...DiscussAWS
SalesforceSherpasalesforcesherpa.hashnode.dev·Jun 13, 2023Get Started with Apex Triggers 🎉✨Crafting Apex Triggers Apex triggers in Salesforce empower you to execute custom actions before or after events like record insertions, updates, or deletions. Similar to triggers in database systems, Apex triggers offer robust support for record mana...Discussapex trigger