Options pricing is the process of determining the value of an option contract. Options are financial derivatives that give the holder the right, but not the obligation, to buy or sell an underlying asset at a predetermined price and date.
Data visualisation with python
Data visualization is an important aspect of data analysis and understanding. It allows us to easily identify patterns, trends, and outliers in our data, which can help guide our analysis and decision-making. In this blog post, we will explore how
My 2019 reading list
My goal to read more books each year took a setback in 2018 because I spent a lot of time in the second half of the year working on our startup. We were fortunate to get accepted in YC Startup
List of ethical and or sustainable fashion brands I've discovered
There are many things to consider when you decide to purchase clothes from labels with ethical and sustainable practices. Researching and buying ethically produced and sustainably sourced clothes can be tiresome. Are you the kind of person who cares more
How to fetch JSON data in a React app with Axios
React is a popular JavaScript library for building user interfaces, and one of the most common use cases is fetching data from an API. In this blog post, we will explore how to fetch JSON data in a React app
Material Guide - Econyl
I think part of sustainable living should involve some interest in researching materials so that you can identify which materials are eco-friendly and have an ethical supply chain. So I've been researching a few materials recently and in this post,
My 2018 reading list
This year's reading list is steadily growing. As usual, I go with recommendations from family and friends as well as other sources like Business Insider. I'm lucky to follow some amazing folks on social and I've received some interesting book
Build custom template tags in Django
Django's template system is powerful out of the box, but sometimes you need functionality that goes beyond the built-in tags and filters.