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

Highlights

  • Pro

Block or report gd03champ

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

Hi there πŸ‘‹

visitors

class GD:

    def __init__(self):
        self.username = 'gd03champ'
        self.name = 'GD'
        self.position = 'Developer'
        self.web = 'https://gd03champ.web.app'
        self.blog = 'https://gd03champ.web.app/articles'
        self.cv = 'https://gd03champ.web.app/resume'
        self.twitter = '@GD17964768'
        self.code = {
            'backend': ['Python', 'Flask', 'Django', 'FastAPI', 'NodeJS', 'ExpressJS', 'PHP'],
            'database': ['MySQL', 'SQLite3', 'Mongo DB'],
            'devops': ['Docker', 'Linux', 'GitHub Actions', 'AWS' ],
            'frontend': ['HTML', 'CSS', 'JavaScript', 'ReactJS', 'Boostrap'],
            'corss-palform': ['React Native','Flutter']
            'tools': ['GIT', 'GitHub', 'GitLab', 'Pandas', 'Jupyter notebook', 'SQLAlchemy', 'Nginx'],
            'misc': ['Firebase', 'TDD', 'SCRUM', 'SOLID', 'gRPC', 'ML', 'Tech Writer']
        }
        self.architecture = ['SPA', 'MVC', 'Serverless', 'microservices']

    def __str__(self):
        return f'{self.name} | {self.position}'


if __name__ == '__main__':
    me = GD()
    print(me)

Pinned Loading

  1. YouTube-Automation YouTube-Automation Public

    This project is an attemt to make videos from instagram clips and upload to youtube all automatically! (Mid night ideaπŸ˜‚) And suprisingly I made it work!

    Python 29 11

  2. llm4sql llm4sql Public

    Bridging the Gap Between AI and SQL Databases

    JavaScript 27 5

  3. smart-whitecane-proj-public smart-whitecane-proj-public Public

    We've created a smart whitecane project with working prototype that enable blind people to do extraordinary tasks with ease making their life lot more easier and happier πŸ™‚ (Smart India Hackathon Wi…

    Python

  4. tacportal tacportal Public

    TacPortal is a 3-tier MERN (MongoDB, Express.js, React.js, Node.js) stack application. It is organized into three main components: the client, the server, and the database. Each component runs in i…

    JavaScript 2

  5. policypal-extention policypal-extention Public

    PolicyPal: Your Smart Companion for Terms & Privacy Analysis πŸ•΅οΈβ€β™€οΈπŸ”

    HTML 6

  6. Questionnaire-Bot Questionnaire-Bot Public

    AI Chatbot that has Question Generation that support students, educators to prepare for school, college and competitive exams and entrances by generating Mock tests and preparing question sets and …

    Python 2