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
Hand-drawn mandalas, dotwork and ink sketches. A living archive of creativity, growth, and meditative process.

Layered petal mandala, fineliner on paper. One of my print-test pieces.
Mandala

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