Skip to content

uannabi/uannabi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

👋 Hey there,

With a strong foundation in Statistics and Computer Science, I excel in applying advanced analytical techniques using SQL, Python, and R to enhance product strategies and user engagement. My diverse experience across digital applications and technology sectors underscores my ability to effectively collaborate with Product, Business, Engineering, and Design teams. I am skilled in developing comprehensive analytics frameworks and dynamic visual dashboards using tools like Tableau and Looker Studio. These capabilities allow me to derive actionable insights from complex datasets, influencing product development and optimizing user experiences. My adeptness at communicating intricate data insights ensures that strategic decisions are data-driven and aligned with organizational goals.

LinkedIn Medium Kaggle LeetCode

Snake animation

📞 Let's Connect!

Connect on LinkedIn.

🧰 Tools I've experienced with

Python Badge R Badge Django Badge Scala Badge Pandas Badge Plotly Badge Anaconda Badge Jupyter Badge NumPy Badge Databricks Badge Metabase Badge Docker Badge Kubernetes Badge Git Badge Linux Badge Apache Spark Badge Elastic Search Badge Amazon AWS Badge Google Cloud Badge Google Colab Badge Kaggle Badge Tableau Badge


class DataAnalyticsEngineer:
    def __init__(self, name, degree, languages, tools):
        self.name = name
        self.degree = degree
        self.languages = languages
        self.tools = tools
        self.stakeholders = []

    def introduction(self):
        return f"Here I am, {self. name}, fortified by a robust passion for converting complex data into groundbreaking solutions, all backed by the collaborative and versioning strengths of GitHub."

    def educational_background(self):
        return f"I hold a {self. degree} in Computer Science and Engineering."

    def technical_skills(self):
        languages = ', '.join(self.languages)
        tools = ', '.join(self.tools)
        return f"Further enhanced by a mastery of programming languages like {languages}, and proficient use of cutting-edge analytics tools like {tools}."

    def data_capabilities(self):
        return "My background spans data engineering, predictive analytics, data visualization, and machine learning, proving my ability to turn multifaceted data into compelling narratives and actionable insights."

    def unique_selling_points(self):
        return "What sets me apart is my technical acumen and my deep-rooted understanding of leveraging data as a strategic asset for solving complex business issues and driving informed decisions."

    def collaboration(self):
        stakeholders = ', '.join(self.stakeholders)
        return f"Thriving in collaborative settings, I effortlessly engage with stakeholders at every organizational level: {stakeholders}."

    def ambition(self, organization):
        return f" As a proactive self-starter and an invaluable team player, I am eager to deploy my broad data engineering and analytics skills to elevate {organization} to new heights of excellence."

    def add_stakeholder(self, stakeholder):
        self. stakeholders.append(stakeholder)

    def full_profile(self):
        return f"{self.introduction()}\n{self.educational_background()}\n{self.technical_skills()}\n{self.data_capabilities()}\n{self.unique_selling_points()} \n {self.collaboration()}\n{self.ambition('LSEG')}"

if __name__ == "__main__":
    engineer = DataAnalyticsEngineer(name="Zahid Un Nabi", 
                                     degree="Bachelor's Degree", 
                                     languages=['Python', 'SQL'], 
                                     tools=['Tableau'])

    engineer.add_stakeholder('Business Analysts')
    engineer.add_stakeholder('Data Scientists')
    engineer.add_stakeholder('Product Managers')

    print(engineer.full_profile())

  • 🔭 Currently working at Post Trade London Clearing House LSEG
  • 🌱 I’m currently working with a large number of financial data.
  • 👯 No collaboration !=01000101 01001111 01000100
  • 🤔 I’m looking for 01011111 01011111 01101001 01101110 01101001 01110100 01011111 01011111
  • 💬 Ask me about 01100100 01100001 01110100 01100001 00100000

Articles on Medium

The first one ABC about Big Data Analysis 5 V for Big Data Analysis

Build your own data lake Data Lake on AWS

ETL explained using aws! ETL Techniques

First Missing Positive Problem-solving

Train your personal AI Model AI Model


About

Please Don't just Fork, give a star ..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published