Software Enginner from Bharati Vidyapeeth College Of Engineering
Software Engineer at Tata Consultancy Services
#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Divyansh Agarwal"
self.role = "Software Engineer"
self.company= "Tata Consultancy Services"
def skills:
self.code=[GO, SQL, Python, Java, Javascript, Typescript, HTML, CSS]
self.tools=[React, Redux, Node, Django, GraphQL, Matillion, Snowflake, AWS, Redshift, Styled-Components, Docker]
self.architechture=["microservices", "event-driven"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()
I love connecting with different people so if you want to say hi, I'll be happy to meet you more! :)
