Output vs OutcomeIn “Outcomes Over Output,” Joshua Seiden introduces a paradigm shift for businesses focused on generating value. The essence of his…Mar 30Mar 30
Published inidealo Tech BlogHosting Static Website With S3 Bucket by AWS CDKIn this article, I will demonstrate how to host a to-do web application as a static web page in an S3 bucket using AWS CDK code, which is…Apr 27, 2023Apr 27, 2023
Python Code Pills — Compare Two CSV Files with PandasThanks to the Pandas library in Python, data manipulation and comparison can possible with some lines of code. Today's code pill is…Nov 12, 2022Nov 12, 2022
Published inTowards AWSSetting up a REST API By Using Amazon API Gateway To Retrieve All Messages From DynamoDbIn the previous article, we learned how we can create a consumer Lambda function that consumes messages from SQS and save them to DynamoDB.Sep 10, 2021Sep 10, 2021
Published inAWS in Plain EnglishCreate A Consumer AWS Lambda Function and Store Messages in DynamoDBIn the previous article, we worked on sending data to Amazon Simple Notification Service and pass the message to Amazon Simple Queue…Sep 4, 2021Sep 4, 2021
Published inAWS in Plain EnglishSend Messages via Amazon SNS and enqueue to Amazon SQSHow to send notifications from outside to AWS via using Java SDK and Amazon Simple Notification ServiceAug 30, 20211Aug 30, 20211
Get A Dummy REST Service With json-server Npm Package, Less Than One MinuteSometimes we need to have a simple backend services just to test some solutions in our development environment or for some prototypes that…May 7, 2021May 7, 2021
Published inidealo Tech BlogHexagonal (Ports & Adapters) ArchitectureHere you will see the hexagonal architecture with some code examples with Spring boot framework in Java.Oct 12, 20204Oct 12, 20204
Kotlin Code Pills — Lazy PropertyLazy Property is a property in which values are computed only on the first success. It’s lazy in the sense that it won’t do anything…Jul 14, 2020Jul 14, 2020
Kotlin Code Pills — OOP -Extension PropertiesIn Kotlin as same as method extension, you can create some properties extensions for classes.Jul 9, 2020Jul 9, 2020