This is my tech workbook. Please visit https://ojitha.blogspot.com.au for my official Tech blog.
Scala - S3 bucket operations
December 3, 2022
How to list and upload S3 bucket contents using Scala.
Scala - AWS EMR Serverless
December 3, 2022
AWS EMR Serverless is a cost effective AWS Service to which you can submit Spark Scala jobs.
AWS CI/CD pipeline to Copy files to S3 bucket
November 19, 2022
Sometime it is necessary to copy files to AWS S3 via CI/CD build pipelines.
Notes on Introduction to Advanced Bash Usage
November 19, 2022
While I am going through the following, the youtube talk and it’s associated presentation, my hand-ons were recorded here. It is recommended to go through the basics first. You can also refer to the Bash Ref Manual for more information.
Pandas type conversion
August 13, 2022
Sometimes we need to remove unnecessary data and save the column in the right format in the Pandas data frames.