Skip to content
View abidkhan484's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing
Block or Report

Block or report abidkhan484

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

Hi there ๐Ÿ‘‹

Linkedin: abidkhan484 Hackerrank: abidkhan484 Facebook: AbidKhan Stopstalk: abidkhan484

๐Ÿ“ Resume

class AboutMe:
    def __init__(self, name):
        self.name = "Abid Khan"
        self.company = "Ergo Ventures Ltd"
        self.position = "Software Developer"

    def getTechStacks() -> dict:
        return {
            "Languages": [PHP, Javascript, Python, (C, Dart)],
            "Frameworks": [
                Codeigniter, Slim, 
                (Django Rest Framework, Flutter, Flask, Scrapy, Laravel)
            ],
            "CMS": [Drupal, (Wordpress,)],
            "Database": [Mysql, (Postgres, SQL, Mongodb)],
            "Other_Technologies": [
                Git, HTML, CSS, 
                Ngnix, Apache, Docker, Virtualbox, Vagrant, 
                Selenium Webdriver, Sonarqube, Ngrok
            ],
            "Project_Management_Tools": [JIRA, (Trello,)]
        }

Recent Blogs

Pinned

  1. queueDrivenDataUploader queueDrivenDataUploader Public

    Python

  2. opencv-parking-lot-management opencv-parking-lot-management Public

    The web application is developed to monitor parking space using IP camera with OpenCV. Demo video: https://youtu.be/5PadKZ-oNgE

    Python 1

  3. shortenURL shortenURL Public

    # shortenURL; I've tasted it locally. and there's a demo youtube link.

    Python

  4. nginx-load-balancing-docker nginx-load-balancing-docker Public

    2

  5. design_patterns design_patterns Public

    PHP

  6. smarthome smarthome Public

    In this project, devices can operate remotely through message broker. Relevant demo: https://youtu.be/VEJ5LVK6scA

    JavaScript