Trigger Multiple Lambda Functions from the same S3 Bucket with Object KeyAmazon EventBridge serves as a versatile event bus service that facilitates seamless integration between AWS services, custom applications…Sep 27, 2023Sep 27, 2023
Published inOneByteBuilding Backend OAuth 2.0 App for JWT AssertionsIn OAuth 2.0 there is a way for backend services to authenticate with servers known as JWT assertions. In this protocol, we need to send a…Sep 12, 2022Sep 12, 2022
Published inOneByteExecuting Long-Running Jobs with AWS Lambda FunctionsAWS Lambda is an event-driven, serverless computing platform that executes your code in response to events. Serverless support more or less…May 20, 2022May 20, 2022
Sleep function in JavaScriptSometimes during debugging of a loading spinner on the frontend or to test the app behavior by adding delay in a certain function of the…Jan 2, 2022Jan 2, 2022
Published inLevel Up CodingFinding an Unknown value at a certain point in a 2D plane using Lagrange Interpolation.TheoryOct 20, 2021Oct 20, 2021
Published inOneByteAuthentication and authorization using Cognito in asp.NETBackgroundOct 4, 2021Oct 4, 2021
Published inOneByteGuide to become a full-stack engineerHere is the complete guide for you to become a full-stack engineer. In the industry, there is been a huge demand for full-stack engineers…Apr 10, 2021Apr 10, 2021
Implementing wildcard string search in LINQ C#.Currently, we don't have any implementation of wildcard searching in LINQ C#. But we can do this through a little trick, where you convert…Mar 17, 2021Mar 17, 2021
Published inLevel Up CodingExecuting long-running tasks in AWS LambdaAWS Lambda is an event-driven, serverless computing platform that executes your code in response to events. Serverless support more or…Jan 29, 2021Jan 29, 2021