Loading page
I'm a data engineer, former researcher, and creative soul. Here, I share my work, my writing, and my art - thoughtfully brought together in one place.
1from pyspark.sql import SparkSession2from pyspark.sql.functions import *3
4spark = SparkSession.builder \5.appName("IoT-Stream").getOrCreate()6
7df = spark.readStream \8.format("kafka") \9.option("subscribe", "sensors").load()10
11query = df.groupBy("sensor_id") \12.agg(avg("temp").alias("avg_t")) \13.writeStream.start()Passionately invested in leveraging data to solve complex problems while building beautiful, functional digital experiences.
Working as a Data Engineer
Creating thoughtful digital products
Exploring the intersection of creativity and visual storytelling through digital art.

Digital art representing the flow of data through pipelines
Digital Art

In-depth guides, technical insights, and reflections on data engineering, product development, and technology.