Welcome
Hey there, fellow tech enthusiasts and data nerds! Welcome to my blog, where I attempt to make sense of the wonderfully chaotic concoction that is technology, data, and the rollercoaster called life.
Learn more about me on my portfolio website .
Featured
Building a Cryptocurrency Data ETL Pipeline with Python and Bonobo
Posted on:August 5, 2023 at 04:57 PMReading time:14 minutesTutorial on how to create a small scale Extraction Transformation Loading (ETL) data pipeline that extracts cryptocurrency data using a web crawler and saves it to an SQLite database.
Analyzing Stock Market Indices with a Correlation Matrix Heatmap using Python in JupyterLab
Posted on:July 30, 2023 at 09:57 AMReading time:7 minutesTutorial on how to generate a correlation matrix heatmap using Python in JupyterLab for random stock market indices.
How to generate a secret key for asymmetric cryptography over an unsecure network using ECDH in client side JavaScript
Posted on:July 15, 2023 at 03:57 PMReading time:12 minutesTutorial on how to generate a secret key for asymmetric encryption / decryption using ECDH in client side Javascript.
Learning with Syrian Refugee students in Lebanon - Teaching with real-life examples
Posted on:June 1, 2023 at 08:57 PMReading time:6 minutesA small story on what I learned about education on the borders of Syria and Lebanon.
Recent Posts
Building a Cryptocurrency Data ETL Pipeline with Python and Bonobo
Posted on:August 5, 2023 at 04:57 PMReading time:14 minutesTutorial on how to create a small scale Extraction Transformation Loading (ETL) data pipeline that extracts cryptocurrency data using a web crawler and saves it to an SQLite database.
Analyzing Stock Market Indices with a Correlation Matrix Heatmap using Python in JupyterLab
Posted on:July 30, 2023 at 09:57 AMReading time:7 minutesTutorial on how to generate a correlation matrix heatmap using Python in JupyterLab for random stock market indices.
Sharing Python applications as executables - A how-to guide
Posted on:July 29, 2023 at 11:57 AMReading time:5 minutesTutorial on how to quickly share your Python applications with others using pyinstaller.
Building a real-time PC stats visualizer command line tool with Python
Posted on:July 29, 2023 at 09:57 AMReading time:12 minutesTutorial on how to quickly build a command line tool to help you visualize important PC stats from the terminal using Python.