life is too short for a diary

Most popular



Upvote next


How to Make(Or Lose) Money in Stocks Part1

Recently I finished watching web-series Scam 1992. It's based on story of Harshad Mehta, a famous Indian stockbrocker who made fortunes in stocks. Despite his iconic success & failure, the series rekindled my interest in world of "stocks". I guess the famous dialogue "Risk Hai Toh Ishq Hai" has stuck with me...

Continue reading → Tags : stocks python finance money google selenium






Famous breach of Trust in Cancer

I am currently reading The Emperor of Maladies. This is a fascination book where Siddhartha Mukherjee not only educate its readers about cancer disease but also shares interesting tidbits. Werner Bezwoda was an infamous oncologist who fudged data about bone marrow transplant in women with metastatic breast cancer...

Continue reading → Tags : pseudoscience cancer breast cancer bone marrow






EnvCommandError in Windows using Poetry

Poetry is a great dependency management tool in python. It's better than managing a flat file like requirements.txt. There are also other great tools like pipenv. However I found poetry much simpler in resolving dependencies...

Continue reading → Tags : windows python poetry bug






Export DynamoDB Table to S3 Bucket Using Lambda Function

Dynamodb is a great NoSQL service by AWS. One of the most common use case is to export data to s3. There are multiple ways to export data to s3. For this tutorial we will leverage lambda function to achieve our goal...

Continue reading → Tags : aws lambda function dynamodb s3