Published onAugust 31, 2023Spring Boot EventBridgeAWS-LambdaEventbridgeSpringboot-3AWSApi-GatewayThis article demonstrates a flow that triggers an event to AWS EventBridge when an object is created or deleted on S3.
Published onAugust 30, 2023Dynamic Audio Waveform Visualizer in Swiftaudiowaveformiosswiftprogrammingapp-developmentA comprehensive guide to creating a dynamic audio waveform visualizer in Swift using UIKit and AVFoundation.
Published onAugust 29, 2023JavaScript: How to Remove a Character From a Stringjavascriptprogrammingweb-developmentIn JavaScript, strings are immutable. This means that once a string is created, it cannot be changed. However, there are numerous methods that you can use to create a new string with the desired characters removed.
Published onAugust 29, 2023Top 5 Free Video Calling APIsVideo-CallAPISdkApi-DevelopmentZoomStreamline your options by considering the top five free video calling APIs that provide reliable and cost-effective communication solutions.
Published onAugust 27, 2023Vue 3: Accessing Child Components Data From Parent Components?vuevuejsprogrammingcodingweb-developmentfront-end-developmentjavascriptvue-componentHow to use the composition API to share data from a child component to parent component.