-
2023-01-02 - Building an intereactive coffee map with AWS Lambda and DynamoDBAs a coffee enthusiast I’d like to keep track of countries I’ve tried coffee beans from, so I’ve decided to build an application that helps keep track of those and show an interactive map on my website. Having been curious about AWS Lambda functions for a while, this project was a good excuse to play around with those.
-
2021-01-28 - Trading journal to keep track of investments with click cli toolIn need for a custom tool to keep track of my investments I’ve decided to build a small trading cli tool to make monitoring easier. Usage of different brokers, tax exemption calculation and risk management are essential for my portfolio and I haven’t found any ready solutions taking those aspects into account. I choose click to build a simple command line interface and SQLite DB for storage since I didn’t want this data to be public anyway and SQLite is easy to handle.