Skip to content
View ayanrasulova's full-sized avatar

Block or report ayanrasulova

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

hi, i'm ayan

class Ayan:
    def __init__(self):
        self.education = {"University of Virginia" : "Third Year" }
        self.major = "Computer Science"
        self.minors = ["Data Science", "English"]

        self.tech_stack = ["Python", "Java", "HTML", "CSS", "OCaml", "C", "Assembly", "JavaScript", "Typescript", "SQL",
                            "LaTeX", "FXML", "React", "Vite", "Framer","Tailwind", "NumPy", "Pandas", "Django", "jQuery",
                            "Bootstrap", "Flask", "Figma", "Adobe Creative Suite", "Microsoft Office", "Bash", "Unix",
                            "OpenCV", "MediaPipe"]
        
    def about_me(self):
        print("My interests involve full-stack software development, visual design, and all things English!")
        print("I'm extremely passionate about centering accessibility within my work, including non profit internships,
              accessbility focused hackathons, and volunteer experience.")
        print("I strive to center my technical experience to create tools and solutions that lower barriers to technology
              use and empower all, regardless of background or circumstance!")

ion = Ayan()
ion.about_me()

reach out to me on linkedin right here, and check out my devpost right here. you can also shoot me an email at ayanfairfax@gmail.com

Pinned Loading

  1. Thistle Thistle Public

    [Girls Who Hack 2025 Winner] Re-imagining digital art accessibility by turning your hand movements into brushstrokes with computer vision — no tablet, mouse, or stylus needed.

    JavaScript 7

  2. portfolio portfolio Public

    Work in progress portfolio website for my technical and creative projects. Developed using React.

    TypeScript

  3. PosturePal PosturePal Public

    The smart, wearable posture assistant that uses IMU technology to track and correct posture in real-time.

    CSS

  4. thecourseforum/theCourseForum2 thecourseforum/theCourseForum2 Public

    2020 Django rewrite of theCourseForum website

    Python 49 11

  5. Manual-RSA-Encryption-Algorithm Manual-RSA-Encryption-Algorithm Public

    Implementing RSA (Rivest-Shamir-Adleman) encryption algorithm manually in Python

    Python