Published onApril 22, 2024Async - Millions of API extract using Python - ETL (Local to Bigquery) #python#async#api#scrappingAsync - Millions of API extract using Python - ETL (Local to Bigquery)
Published onMarch 28, 2024Which is Best Programming Language? Java vs Scala vs Python#data-engineering#languages#python#scala#javaScala, Python, and Java are all popular programming languages, each with its own strengths and weaknesses. The choice between them depends on factors such as project requirements, ecosystem, performance needs, and personal preference.
Published onDecember 23, 2022Mkdocs for quick static website generator#mkdocs#python#template#toolsMkdocs for quick static website generator
Published onDecember 19, 2022Send alerts and messages to Slack channel using Python Code#slack#pythonPoC for sending alerts and notifications to slack channel using python
Published onJuly 21, 2022AWS - S3 files - Encryption - Decryption using AWS KMS#python#poc#aws#s3#kmsProof of Concept to demo the encryption and decryption of AWS S3 files using AWS KMS
Published onJuly 14, 2022AWS - Error Alert Notifications using SNS, Lambda, SES#python#poc#aws#alertThe email template gives us an idea about the error before moving to the cloud watch logs and reduces our time in searching error log stream.
Published onFebruary 20, 2022Concepts - Context Manager in Python#python#notesLearning Context Manager in python
Published onFebruary 20, 2022Concepts - Decorators in Python#python#notesLearning Decorators in python
Published onFebruary 20, 2022Concepts - Descriptor in Python#python#notesLearning Descriptor in python
Published onFebruary 19, 2022Concepts - Abstract Class and methods in Python#python#notesLearning Abstract Base Class (ABC) in python