Skip to content
View ukantjadia's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report ukantjadia

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

Hello, I'm Ukant Jadia πŸ‘‹

class Developer:
    def __init__(self, name, role, location):
        self.name = name
        self.role = role
        self.location = location

developer = Developer(
    name="Ukant Jadia",
    role="Software Engineer",
    location="Udaipur, India",
)

print(f"πŸš€ Hi there! I'm {developer.name}, a {developer.role} based in {developer.location}.")

class Skills:
    def __init__(self, programming_languages, technologies, tools):
        self.programming_languages = programming_languages
        self.technologies = technologies
        self.tools = tools

skills = Skills(
    programming_languages=["Python", "C/C++", "SQL", "Dart", "Shell", "Java"],
    technologies=["Flask", "TensorFlow", "Flutter", "OpenCV", "PyTorch"],
    tools=["Git", "VS Code", "Docker", "Vim", "Tmux", "Linux", "Pandoc"]
)

# Display Skills
print("πŸ’» I specialize in:")
print(f"   - Programming languages: {', '.join(skills.programming_languages)}")
print(f"   - Technologies: {', '.join(skills.technologies)}")
print(f"   - Tools: {', '.join(skills.tools)}\n")

class Interests:
    def __init__(self, hobbies, interests):
        self.hobbies = hobbies
        self.interests = interests

interests = Interests(
    hobbies=["Coding", "Movies"],
    interests=["Machine Learning", "Open Source", "Scripting", "Ricing Linux Environment", ]
)

# Display Interests
print("🌟 In my free time, you'll find me:")
print(f"   - Hobbies: {', '.join(interests.hobbies)}")
print(f"   - Interests: {', '.join(interests.interests)}\n")


# Let's connect!
print("πŸ“« Let's connect and collaborate! Feel free to reach out.")
print("   - GitHub: https://github.com/ukantjadia")
print("   - LinkedIn: https://www.linkedin.com/in/ukantjadia")
print("   - Twitter: https://twitter.com/UkantJ22803")

# Happy coding! πŸš€

ukantjadia

Blog posts

Connect with me:

website website Β Β  website website Β Β  website website Β Β  website website Β Β  website website

Languages and Tools:

aws c css3 git html5 hugo java linux mssql mysql nginx pandas python scikit_learn seaborn tensorflow

github contribution grid snake animation

trophy ukantjadia's GitHub | Stats ukantjadia's GitHub | Languages Over Time

Pinned Loading

  1. πŸ“Š Weekly development breakdown πŸ“Š Weekly development breakdown
    1
    Dart       4 hrs 9 mins   β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹  98.4%
    2
    Other      3 mins         β–Žβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   1.3%
    3
    YAML       0 secs         β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   0.3%
    4
    Markdown   0 secs         β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   0.0%
  2. πŸ’» Recent coding in languages πŸ’» Recent coding in languages
    1
    Jupyter N…    +144/    -70 β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Žβ–‘β–‘β–‘β–‘β–‘β–‘ 68.1%
    2
    Markdown        +0/    -76 β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 31.9%
  3. I'm a night πŸ¦‰ I'm a night πŸ¦‰
    1
    🌞 Morning    56 commits  β–ˆβ–ˆβ–ˆβ–ˆβ–Žβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  20.4%
    2
    πŸŒ† Daytime    57 commits  β–ˆβ–ˆβ–ˆβ–ˆβ–Žβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  20.8%
    3
    πŸŒƒ Evening   111 commits  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Œβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  40.5%
    4
    πŸŒ™ Night      50 commits  β–ˆβ–ˆβ–ˆβ–Šβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  18.2%
  4. EDA-Template EDA-Template Public

    This is boilerplate code for the generalized Exploratory Analysis project !!

    Jupyter Notebook