Skip to content
View dhananjaypai08's full-sized avatar
Block or Report

Block or report dhananjaypai08

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

Hi 👋 I'm Dhananjay Pai!

Pursuing Bachelor of Engineering(BE) in CSE at Vivekanand Education Society's Institute Of Technology

A little more about me...
#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
    def __init__(self):
        self.name = "Dhananjay Pai"
        self.role = "Software Engineer"
        self.language_spoken = ["en","hi"]
 
    def ask_me_about(self):
        self.answer = ["Blockchain", "API's", "Software", "Containers"]
    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()

🔧 Technologies & Tools


Github Stats

I love interacting with different people so if you want to say hi!, I'll be happy to connect! :) 😊

Pinned Loading

  1. Burp Burp Public

    An in-memory database implemented in python which can save snapshots of data as and when needed

    Python

  2. DeCATv DeCATv Public

    A 5192 compatible Decentralized Certification Authority and Reputation system for Identity verification in the job market

    JavaScript

  3. VerifAI VerifAI Public

    TypeScript

  4. Dogs-activity Dogs-activity Public

    1.) Helps people connect with stray/street dogs. 2.) Built rest API which has CRUD operations servicing different HTTP requests to perform operations on the data. Used Django and DRF. 3.) Using thi…

    HTML