A 26 year old Software Engineer from 🇮🇳 Mumbai, India:
- Expertise in designing and implementing scalable backend architectures to accommodate growing user bases and evolving business requirements.
- Proficient in optimizing database performance and enhancing system reliability through effective utilization of caching mechanisms and load balancing techniques.
- Skilled in developing efficient APIs and microservices to facilitate seamless communication between frontend and backend systems, ensuring optimal user experiences across various platforms.
class SourabhAdap:
def __init__(self):
self.pronouns = "he" | "him"
self.role = "Software Engineer"
self.code = [Python, Java, Javascript ]
self.frameworks = [gRPC, Django, Flask, Spring, ReactJS]
self.cloud = [AWS, GCP, Azure, S3, SQS]
self.big_data = [Spark ,Databricks, BigQuery, Snowflake, EMR]
self.other_tech = [Elasticsearch, Kafka, Redis,
Docker, Kubernetes, Jenkins]
self.languageSpoken = [en_US, hi_IN]
self.askMeAbout = [Tech, Gaming, Soccer, Anything!]
def say_hi(self):
print("Thanks for dropping by :D")
me = SourabhAdap()
me.say_hi()