Skip to content
View shubham-bhatnagar-78's full-sized avatar
🎌
🎌
Block or Report

Block or report shubham-bhatnagar-78

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

πŸ‘‹ Hi, I’m Shubham!

πŸ“Š Head of Data with demonstrated leadership prowess and a strong track record in building end-to-end data platforms for startups and corporations. Proficient in building petabyte-scale data solutions enabling enterprises to streamline data lifecycle and turn data into actionable insights.

class ShubhamSkills():

    def __init__(self):
        self.info = "Shubham Bhatnagar Skills";

        self.tech_skills = {
            "Cloud": ["AWS", "Azure", "GCP"],
            "AWS": ["Glue", "EMR", "Athena", "Redshift", "Lambda", "Batch", "DynamoDB", "Quicksight", "RDS", "SCT", "Aurora"],
            "Azure": ["Blob", "Azure Data Factory", "Databricks", "DMA", "Azure Migrate", "DMS", "CosmosDB", "Azure SQL DB"],
            "GCP": ["Cloud Storage", "DataFlow", "BigQuery", "Google Analytics"],
            "Data Engineering": [
                                "AirFlow", 
                                "FastAPI",
                                "Data Migration", 
                                "Data Architecture", 
                                "Data Modernisation", 
                                "Data Warehousing", 
                                "Elasticsearch", 
                                "Data Modelling",
                                "Exploratory Data Analysis",
                                "Data Governance",
                                "Data Security",
                                "Data Compliance",
                                "Kibana"
                            ],
            "Languages": ["Python", "PySpark", "PowerShell", "Bash", "SQL", "Scala"],
            "DevOps": ["Jenkins", "Docker", "Git", "Kubernetes", "Azure Devops", "Pipelines", "CI/CD", "Elasticsearch", "Kibana"],
            "Data Science": ["Recommender Systems", "Machine Learning", "Statistics", "NLP", "AI"],
            "Data Stores": ["MSSQL", "PostgreSQL", "MongoDB", "Redis", "HDFS", "Cassandra", "ArangoDB"]
        },
        self.soft_skills = ["Leadership", "Interpersonal Skills", "Work Ethic", "Creativity"],
        self.industries = ['Healthcare', 'Media', 'Research', 'Finance', 'FinTech', 'Payroll']

    def __str__(self):
        return self.info


if __name__ == '__main__':
    shubham_skills = ShubhamSkills()

Β 

πŸ” Areas of Interest

🧬 Bioinformatics
πŸ“ˆ Statistics
∯ Mathematics
πŸ€– Machine Learning
🧠 Artificial Intelligence
πŸ”¬ Research
🩻 BioHacking
πŸ₯ Healthcare and Nutrition

Β 

🌱 I’m currently learning

πŸ€– Application of Python and ML in Bioinformatics
πŸ”§ Advanced Data Architecture Design

Β 

πŸ‘€ Outside of work I enjoy

πŸ–ŠοΈ Sketching
πŸ₯Ό Research
🧠 Self learning
🧘 Mindfulness
πŸ“š Reading

Β 

πŸ“« Contact

https://www.linkedin.com/in/bhatnagarshubham/

Popular repositories Loading

  1. asymmetry-check asymmetry-check Public

  2. shubham-bhatnagar-78 shubham-bhatnagar-78 Public

    Config files for my GitHub profile.

  3. sample-apps-imports sample-apps-imports Public

    Forked from HubSpot/sample-apps-imports

    Sample App demonstrating HubSpot imports API

    PHP