Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View prince-terabits's full-sized avatar
πŸ—Ώ
I rarely test my code, but when I do, it’s directly in production.
πŸ—Ώ
I rarely test my code, but when I do, it’s directly in production.

Block or report prince-terabits

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
prince-terabits/README.md

Hey! Nice to see you.

#!/usr/bin/python
# -*- coding: utf-8 -*-

class Developer:
    def __init__(self):
        self.name = "Prince Prajapati"
        self.title = "Full-Stack Developer"
        self.location = "Gujarat, India"
        self.education = "Bachelor's Degree in Automobile Engineering"
        self.language_programming = ["Python", "JavaScript"]
        self.skills = ["React.js", "React Native", "Node.js", "Tailwind CSS", , "GitHub Actions"]
        self.language_framework = ["Django", "FastAPI", "Flask","Next.js", "Expo"]
        self.database = ["MongoDB", "Firebase", "PostgreSQL"]
        self.projects = {
            "KellyAI": "AI tools for image generation, image editing, and chat.",
            "Picsynth": "Advanced AI-driven image synthesis platform.",
            "Audire": "A free website where you can listen to your favorite music anytime, anywhere",
            "Dogetune": "A music bot where you can listen to your favorite music anytime, anywhere"
        }
        self.interests = ["Web Development", "API Development", "AI Tools", "Open Source"]
        
    def say_hi(self):
        print(f"Hi! πŸ‘‹ I'm {self.name}, a {self.title} from {self.location}.")
        print("I love building interactive apps and exploring new tech!")

prince = Developer()
prince.say_hi()

Instagram LinkedIn Telegram

Things I code with

HTML5 Python JavaScript TypeScript Firebase GitHub Pages Vercel NodeJS Next JS FastAPI Flask Tailwind CSS Docker

🎢 Currently listening:

Now Playing

πŸ“ˆ GitHub Stats:

GitHub Stats GitHub Streak Top Languages

πŸ† GitHub Achievements:

GitHub Trophies

Profile Views

Popular repositories Loading

  1. prince-terabits prince-terabits Public

  2. Odoo-Installation Odoo-Installation Public

    Shell

  3. docs docs Public

    MDX

  4. postiz-app postiz-app Public

    Forked from gitroomhq/postiz-app

    πŸ“¨ The ultimate social media scheduling tool, with a bunch of AI πŸ€–

    TypeScript