Currently working as a Data Engineer
I'm learning how to build data pipelines to work with huge data in the domain of financial services and wealth management
class Shreyam:
def __init__(self):
self.name = 'Shreyam Kesarwani'
self.code = {
'languages': ['Python', 'SQL', 'Bash'],
'frameworks': ['Apache Spark', 'Apache Hadoop'],
'databases': ['SQL Server', 'Oracle'],
'cloud': ['Microsoft Azure'],
'azure services': ['Azure Data Factory', 'Azure Databricks', 'ADLS'],
'tools': ['Git', 'SQL Server Management Studio'],
'agile': ['Scrum']
}
def __str__(self):
return self.name
if __name__ == '__main__':
me = Shreyam()
I love connecting with different people so if you want to say hi, I'll be happy to meet you more! :)