Skip to content
View saccini's full-sized avatar
  • Göteborg
  • Joined Jun 6, 2025

Block or report saccini

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
saccini/README.md
# 👋 Hej Hej, welcome to my GitHub!

class DataEngineer:
    def __init__(self):
        self.name = "Sachini Nissanka"
        self.role = "Data Engineer"
        self.learning = ["SQL Optimization", "Data Modeling", "Cloud Data Engineering"]
        self.tech_stack = {
            "Languages": ["Python", "SQL", "Bash"],
            "Data Tools": ["Airflow", "dbt", "Apache Spark", "Pandas"],
            "Databases": ["PostgreSQL", "BigQuery", "Snowflake"],
            "Cloud": ["AZURE", "AWS"]
        }
        self.socials = {
            "LinkedIn. Instagram": "link below 👇",
        }

    def __str__(self):
        return f"Hi, I'm {self.name} 👩‍💻\n"
               f"I'm learning all things data 💾\n"
               f"Let’s connect!"

me = DataEngineer()
print(me)

Pinned Loading

  1. nasa-astro-image nasa-astro-image Public

    Download NASA's Astronomy Picture of the Day with image and metadata.

    Python

  2. data-downloader data-downloader Public

    Downloads and extracts CSV files data from URLs.

    Python