Sat 10 Nov 2018
I was at PyCon Ireland 2018 this year and lucky to have my talk on Observability accepted.
The title of the talk was “Adding the three pillars of Observability to your Python app” and was aimed at an intermediate Python audience defining observability, monitoring as well as highlighting various tools …
Sat 31 Mar 2018
tags: python queues celery bottlenecks
I recently had to refactor some code which uses MongoDB and Celery to store results from a scraping process to a MongoDB collection. It involved a number of whack a mole type performance problems due to the distributed nature of the system, and indeed was leading to the Linux out …
Thu 14 Sep 2017
tags: python presentations data science queues celery airflow rabbitmq
I was very fortunate to present to the main track at PyCon Ireland 2017 on the topic of scaling your processing.
The talk was entitled “Two approaches to scale your processing: Task Queues and Workflows” and was aimed at an intermediate Python audience to introduce them to the Celery and …
Fri 07 Oct 2016
tags: python presentations data science gradient boosting scikit-learn xgboost
In 2016, I again had the pleasure of presenting to the annual Python Ireland Conference or PyCon. I gave a talk on “Gradient Boosting” which was aimed at introducing this technique in terms of general data science aspects but also the Python libraries that one can ues for it.
The …
Thu 08 Oct 2015
tags: python presentations data pipeline mongodb data science machine learning scikit-learn
I had the pleasure of presenting at PyCon 2015 and also at MongoDB Days UK 2015 on building data pipelines with Python and MongoDB.
Both of my talks source’s and examples are in Github repos, PyCon 2015 and MongoDB Days UK 2015. The PyCon talk was aimed at introducing …