Skip to content
View Jsarde's full-sized avatar
💭
thinking...
💭
thinking...
  • Huware
  • Milano
  • 15:02 (UTC -12:00)

Block or report Jsarde

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Jsarde/README.md

👋 Hi, human.

$ whoami
> Jacopo Sardellini — Data Engineer & Python developer

$ uptime
> been running since 19xx
> load average: coffee dependent

$ cat /etc/motto
> "It Ain’t What You Don’t Know That Gets You Into Trouble. It’s What You Know for Sure That Just Ain’t So."

LinkedIn Email


$ cat stack.json

{
  "data_engineering": {
    "orchestration":  ["Apache Airflow"],
    "transformation": ["Dataform", "dbt"],
    "processing":     ["PySpark", "Pandas", "Polars"],
    "messaging":      ["Apache Kafka", "Pub/Sub"],
    "data_quality":   ["Soda", "ODCS"],
    "cloud":          ["GCP", "AWS"]
  },
  "software_engineering": {
    "languages":      ["Python", "C", "SQL"],
    "databases":      ["PostgreSQL", "SQLite", "MongoDB", "Firestore"],
    "infra":          ["Docker", "Terraform"],
    "devops":         ["Git", "Github Actions", "Linux"]

  },
  "currently_learning": ["Apache Iceberg", "Flink"]
}

$ ls -la projects/

Progetto Stack Descrizione
🔧 iceberg-lakehouse Apache Iceberg · Trino · Nessie · Docker · MinIO Apache Iceberg Lakehouse using MinIO, Trino and Nessie.
📊 zillow-pipeline Python · Apache Airflow · AWS End-to-end ETL pipeline to interact with Zillow Real Estate data.
🤖 design-patterns Python A curated collection of design patterns in Python with clear examples and explanations.

$ python3 -c "import this"

PRINCIPLES TOWARD ZEN
inspired by The Zen of Python, but slightly more caffeinated.
 
[1] The best code is the one you didn't write yourself.
[2] Every pipeline has an owner. If you don't know who, it's you. 
[3] Pipelines need to be tested as well.
[4] The best backfill is the one you never have to run.
[5] If it isn't monitored, it isn't running — it's just hoping.
[6] Production is not the place to discover your assumptions.

🫡 Thanks for stopping by.

$ shutdown -h now
> status: still debugging life
> warnings: ignored
> Connection closed by remote host.

Popular repositories Loading

  1. iceberg-lakehouse iceberg-lakehouse Public

    Apache Iceberg Lakehouse using MinIO, Trino and Nessie.

    1 1

  2. Kmeans-Image Kmeans-Image Public

    Applicazione e visualizzazione dell'algoritmo di Clustering K-means su due immagini

    Python

  3. Password-MD5 Password-MD5 Public

    Programma per controllare la sicurezza di una Password

    Python

  4. Py-Redis Py-Redis Public

    Gestione delle votazioni degli studenti, usando Redis e Python

    Python

  5. Py-MongoDB Py-MongoDB Public

    Programma per gestire i biglietti dei concerti, con MongoDB e Python

    Python

  6. Travel-Insurance-Predictions Travel-Insurance-Predictions Public

    Progetto di Machine Learning per prevedere l'acquisto dell'assicurazione viaggio

    Python