Skip to content
View achenalia's full-sized avatar

Highlights

  • Pro

Block or report achenalia

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

Hi, I'm Esmé Taylor R. Esmé's Github Esmé's Email

I'm an EMT turned Full-Stack Developer focused on building innovative healthcare solutions to make both patients' and providers' lives easier.

Coder-GIF

I'm always open to opportunities to collaborate, answer questions, or learn more!

class ReadMe:
    def __init__(self, username, year):
        self.username = username
        self.pronouns = ["She", "Her"]
        self.ask_me_about = ["software dev", "web dev", "tech"]
        self.technologies = {
            "back_end": ["nodejs", "express", "django", "python", "go"],
            "front_end": ["react"],
            "database": ["postgresql"],
            "dev_ops": ["AWS", "Docker", "Git"],
            "misc": ["Socket.IO", "keras", "tensorflow", "scikit-learn"]
        }
        self.year = year
        self.employment = {
            'EMT': ['Emergency Medical Technician', 'Atlanta, Ga'],
            'Developer' : ['Developer', 'Online']            
        }
        self.education = {
            'college': ['Bachelor of Arts in Computer Science (B.A.)', 'University'],
            'programming': ['Self-Taught', 'Projects']
        }

    def doing(self, now):
        today = self.year

        if now < today:
            job = self.employment['EMT']
            school = self.education['college']
            return f"""
            I was working as an {job[0]} in {job[1]} while pursuing a {school[0]} at {school[1]}.
            """
        elif now == today:
            current = self.education['programming']
            return f"""
            I am mostly {current[0]}, learning from my many {current[1]}!
            """
        elif now > today:
            goal = self.employment['developer']
            return f"""
            I am eager to collaborate with other {goal[0]}s, feel free to contact me {goal[1]}.
            """
        else:
            return "To be continued..."

    def collaborate(self, role, organization, location):
        opportunity = self.employment
        opportunity[role] = [organization, location]
        
me = ReadMe('achenalia', 2024)

Pinned Loading

  1. achenalia achenalia Public

  2. ytThumbnailExtensionBuilder ytThumbnailExtensionBuilder Public

    Rust-based CLI tool designed to create browser extensions that inject a random image from a predefined set into each thumbnail on a webpage.

    JavaScript 1

  3. saiga saiga Public

    Saiga replaces your new-tab page with a learning-first search engine selector, allowing you to focus on studying what you care about.

    TypeScript 1

  4. EmoryConnect EmoryConnect Public archive

    Emory Connect is a collaborative platform designed to facilitate interaction and cooperation among users by allowing them to store, display, and share their projects. It incorporates a unique match…

    Python 1