Making GOV.UK style plots with Python and R
Take inspiration in your own analysis from the clean and simple style of GOV.UK plots.
Exploratory data analysis with Danfo.js and JavaScript
Learn how I built a lightweight web-based EDA tool using Danfo.js - a powerful JavaScript library for data manipulation and analysis. We will explore the key Danfo.js functions I used to achieve this.
How to sort your eBay sold items by price with DevTools
Learn how to quickly sort your sold items on eBay to find your top selling items over the past year or last 200 items. This has been a super useful hack to hone in on the most profitable or highest revenue products.
How to keep track of the games you actually want to play
Use these steps to keep track of the games you are playing. Spend more time playing games you enjoy and less time worrying about tracking and missing out on others.
Azure Function to vectorise PDFs and store in Qdrant container app with OpenAI and Python
Learn how to code an Azure function app which is automatically triggered when a new PDF is dropped into Azure blob storage, vectorises the PDF contents and stores the vectors in an Azure Qdrant container app. Lot's of moving parts and lots to learn from it, this was a tough one!