Having an environmentally-conscious mindset can make life interesting. In addition to finding new ways to reduce my carbon footprint, I often thoroughly research every products that I need and verify its carbon footprint before buying. Over the years I've become
Oli Guei
A collection of 44 posts
My 2020 reading list
My goal this year is to read 20 or more books. Simply because I didn't get to do a lot of reading in the previous year. Here's the list so far: * The Fifth Risk: Undoing Democracy * Normal People * Super Pumped:
Convolutional Neural Networks
Convolutional Neural Networks (CNNs) are a type of deep learning algorithm that is specifically designed to work with image data. They are based on the idea of a convolution, which is a mathematical operation that is used to extract features
Options pricing with Python
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