Java Programming

Code Quality & Coding Standards with SonarLint

It is really important for any good software engineer to follow the coding standards and write quality code. This is

Programming Python

Assignment Expressions in Python 3.8 | The Walrus Operator

Assignment expressions are the latest addition in Python 3.8. Assignment expressions are also known as walrus operator because it resembles

aws-s3-presigned-urls
AWS Programming Python S3 Uncategorized

AWS S3 Presigned URLs

I have been working with AWS S3 from quite a while now. One of the great features provided by S3

Programming Python

The f-Strings in Python 3.6+

Python has multiple ways to format text strings. The most common being %-formatting and str.format(). These existing ways of formatting are either

AWS Lambda Function
AWS Github Programming Python

AWS Lambda Function To Launch EMR with Hadoop Map-Reduce Python

Recently, I have been working with processing of large data sets on the daily basis. I decided to use Hadoop