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

Block or report israelias

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
israelias/README.md
class ReadMe:
    def __init__(self, username="israelias", year=2022):
        self.username = username
        self.year = year
        self.name = 'Joem Elias Sanez'
        self.education = {
            'programming': ['Full Stack Software Development', 'Code Institute'],
            'architecture': ['Master of Architecture', 'Columbia University'],
            'art': ['Bachelor of Fine Arts', 'Otis College of Art and Design']
        }
        self.employment = {
            'engineer': ['ResultsCX', ['Manila', 'Fort Lauderdale']],
            'architect': ['Foster + Partners', ['Singapore', 'New York']],
            'designer': ['Herzog & de Meuron', ['New York', 'Basel']],
            'all of the above': ['you', ['projects', 'anywhere']],
        }

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

        if now < today:
            experience = self.employment['architect']
            return """
            I was a design architect with {large_firms} in {big_cities}.
            """.format(large_firms=experience[0], big_cities=experience[1][0])

        elif now == today:
            dream = self.employment['engineer']
            return """
            I am currently in Application Development for {tech_enabled_services} in {remote_settings}.
            """.format(tech_enabled_services=dream[0], remote_settings=dream[1][0])

        elif now > today:
            goal = self.employment['all of the above']
            return """
            I am eager to collaborate with {teams} on {projects} {everywhere}.
            """.format(teams=goal[0], projects=goal[1][0], everywhere=goal[1][1])
        else:
            return """
            ### Hi there 👋
            """
        
    def collaborate(self, role, organization, location):
        opportunity = self.employment
        opportunity[role] = [organization, location]

me = ReadMe(2022)

Pinned

  1. cheathub cheathub Public

    Web app for organizing code snippets, with Flask/Python backend, with React/Typescript frontend

    TypeScript 28 9

  2. synonym-search synonym-search Public

    Thesaurus app with React hooks, with Context API, with Material-UI, with Nextjs

    JavaScript 3 2

  3. thrifthub thrifthub Public

    Multi-vendor thrift-store app built with React-Natiive via Expo-CLI on a Django-DRF backend

    TypeScript 31 16

  4. wallets-java-gql wallets-java-gql Public

    Environment for storing hashed asset references in a secure Wallet API with Spring Boot, with GraphQL on Apache Maven

    Java 2

  5. orders-java-cli orders-java-cli Public

    Command-line application for managing the orders of an e-commerce store

    Java 2

  6. sbt-ide-boilerplate sbt-ide-boilerplate Public

    Environment to run Scala/Java SBT on IntelliJ

    Scala 3