📝 Research :https://ojitha.blogspot.com.au
for my lengthy articles.
Python Parameter passing
February 26, 2023
Discuss the most possible ways of passing parameters in the python functions.
Python Data Classes
February 25, 2023
Python Data classes using collections.namedtuple
, typing.NamedTuple
and latest @dataclass
decorator.
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.