Skip to content
View thatfreakcoder's full-sized avatar
πŸ”°
Learning Awesome Stuff
πŸ”°
Learning Awesome Stuff

Highlights

  • Pro

Organizations

@EddieHubCommunity @local-eyes @Google-Developer-Student-Club-Poornima
Block or Report

Block or report thatfreakcoder

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
thatfreakcoder/README.md

Hey there

visitors Open Source Love

#!/usr/bin/python
# @author: Yuvraj Dagur | @thatfreakcoder

class AboutMe:
    def __init__(self):
        self.name = "Yuvraj Dagur"
        self.role = "Fullstack Developer | Generative AI Wizard"
        self.location = "Jaipur, Rajasthan (India)"
        self.linkedin = "https://linkedin.com/in/yuvraj-dagur/"
        self.knowledge_base = [
            "Fullstack Stack Web Development",
            "Angular, React, Firebase, Node, Express, Flask, GCP"
            "Machine Learning",
            "Server Side Rendering",
            "SEO and Page Speed Analytics"
        ]
        self.focus = "building SaaS products"

    def about_me(self):
        print(
            """Hello there, thanks for dropping by!

This is {name}, I live in {location}. I am a {role} and recently I am focusing on {focus} for my personal and professional growth.

I have wide interests, but most of them are {knowledge_base}.

Let's connect to explore more synergies. I am available on linkedin at: {linkedin}""".format(
                name=self.name,
                location=self.location,
                role=self.role,
                focus=self.focus,
                knowledge_base=", ".join(self.knowledge_base[1:]),
                linkedin=self.linkedin,
            )
        )

know_more = AboutMe()
know_more.about_me()

πŸ”§ Skills

Angular Node Firebase Firebase Python Flask MySQL

πŸ“ˆ GitHub Stats

Zhenye's GitHub Stats Zhenye's GitHub Stats

πŸ˜‹ Let's Connect

Pinned Loading

  1. IPL-Score-Prediction-with-Machine-Learning IPL-Score-Prediction-with-Machine-Learning Public

    A Jupyter Notebook / Google Colab based Machine Learning Notebook for training a model to predict the first inning score of an IPL match using data from matches played between 2008 to 2017.

    Jupyter Notebook 4 5

  2. FlappyBird-NEAT-AI FlappyBird-NEAT-AI Public

    Python 1

  3. collabomate collabomate Public

    A collaborative platform where anyone can come in and post their ideas regarding a project or a startup. Others can see their ideas and can help in collaborating with that idea and make it a reality.

    HTML 2 1

  4. Covid-Resource-Portal Covid-Resource-Portal Public

    An open source, crowdsourced Resource Portal for sharing Leads and Information for COVID Resources from everywhere.

    HTML 2 1

  5. DreamScrape DreamScrape Public

    Forked from mattbierner/DreamScrape

    Json data set of dream reports, scraped from DreamBank

    Python

  6. handoff handoff Public

    JavaScript