#!/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()
π°
Learning Awesome Stuff
ex-founder @local-eyes
Coding my way through adulthood
GenAI | Angular | Python | Fullstack WebDev | Entreprenuership
- Jaipur, Rajasthan, India
- @yuvrajdagur12
Highlights
- Pro
Pinned Loading
-
IPL-Score-Prediction-with-Machine-Learning
IPL-Score-Prediction-with-Machine-Learning PublicA 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.
-
-
collabomate
collabomate PublicA 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.
-
Covid-Resource-Portal
Covid-Resource-Portal PublicAn open source, crowdsourced Resource Portal for sharing Leads and Information for COVID Resources from everywhere.
-
DreamScrape
DreamScrape PublicForked from mattbierner/DreamScrape
Json data set of dream reports, scraped from DreamBank
Python
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.