# 👋 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
-
nasa-astro-image
nasa-astro-image PublicDownload NASA's Astronomy Picture of the Day with image and metadata.
Python
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.