Skip to content
View hemanialaparthi's full-sized avatar

Highlights

  • Pro

Block or report hemanialaparthi

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

Hello! I'm Hemani! 👋

Linkedin Badge Portfolio Badge Gmail Badge

Welcome to my profile! I'm a Junior at Allegheny College double majoring in Computer Science & Economics. Thanks for visiting and I'd love to connect!

A Little More About ME..

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

class ME:

    def __init__(self):
        self.name = "Hemani Alaparthi"
        self.role = "Aspiring Software Engineer"
        self.majors = ["Computer Science", "Economics"]
        self.languages = ["Python", "Java", "C", "JavaScript"]
        self.hobbies = ["reading", "coding", "napping"]

    def say_hi(self):
        print("Thanks for dropping by! Let's connect :)")

me = ME()
me.say_hi()

🛠️ Languages and Tools:

Python  Java        React  Material UI  CSS  HTML  Firebase  MySQL  NodeJS 

📊 My GitHub Data

Hemani's GitHub stats

🔥 My Streak!

GitHub Streak

Pinned Loading

  1. personal-portfolio personal-portfolio Public

    check out my latest personal website!

    JavaScript

  2. ActsAga/piece_of_sober ActsAga/piece_of_sober Public

    culinary acts against drunk texting

    Swift 3

  3. wapbac-sorting wapbac-sorting Public template

    Forked from Algorithmology/file-sorting-starter

    benchmark analysis of sorting algorithms with multi-level attribute comparisons for resolving duplicate entries in real-world datasets, including cross-platform performance metrics

    Python

  4. lvb lvb Public

    a comparitive tool that measures and compares the speed of linear search, binary search, and binary tree search.

    Python

  5. personalwork personalwork Public

    a collection of my earliest python projects—simple terminal based programs i built while learning to code.

    Python

  6. hemani-portfolio-website hemani-portfolio-website Public

    this was my first ever personal portfolio so it holds a special place in my heart.

    CSS