Skip to content
View aditya-Kumar421's full-sized avatar

Block or report aditya-Kumar421

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

Hello πŸ‘‹, folks! I'm


Headline
Twitter Gmail

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

class Developer:

    def __init__(self):
        self.name = "Aditya Kumar 😊"
        self.role = "Backend Developer πŸ’»"
        self.love = "Python 🐍"
        self.location = "India"

    def say_hi(self):
        print("Thank you for visiting, I hope you find some of my work intriguing.")

me = Developer()
me.say_hi()

image image image

image image image image

image image image

image image image

GIF

Pinned Loading

  1. LMS-Backend LMS-Backend Public

    Learning management system backend using django rest framework

    JavaScript

  2. notice_app notice_app Public

    Forked from akhand2210093/project-notice

    Notice app backend using django rest framework

    JavaScript

  3. FastConnect FastConnect Public

    Chat app using fast API and web socket

    Python

  4. eCommerce eCommerce Public

    This is a robust and scalable eCommerce backend built using Django Rest Framework (DRF) and MongoDB. It provides a full-featured API for managing products, carts, orders, and user authentication.

    Python

  5. GenieSite GenieSite Public

    An intelligent backend engine built using Python (Django) and MongoDB, designed to power an AI-driven website generator.

    Python

  6. Quiz_app Quiz_app Public

    Implementation of Quiz app backend using Django and RESTful API.

    Python