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)
🧬
    git clone @israelias
    J. Elias Sañez israelias
🧬
    git clone @israelias
    ❯ Architect, Senior Software Engineer  -D
❯
[bio] Kite flies fullest stack --ent @devicebits^@2.0:@results-cx --prev
❯
- 
                  ResultsCX
- Valencia
- 
        
  14:48
  (UTC +01:00) 
- israelias.vercel.app
- @israelias
- israelias
- in/israelias
- https://src-fwd.vercel.app/bookmark-club
Pinned Loading
- 
  synonym-searchsynonym-search PublicThesaurus app with React hooks, with Context API, with Material-UI, with Nextjs 
- 
  wallets-java-gqlwallets-java-gql PublicEnvironment for storing hashed asset references in a secure Wallet API with Spring Boot, with GraphQL on Apache Maven Java 2 
- 
  sbt-ide-boilerplatesbt-ide-boilerplate PublicEnvironment to run Scala/Java SBT on IntelliJ Scala 3 
- 
  Sync Fork Diff Clone Pipeline | A On...Sync Fork Diff Clone Pipeline | A One-Person Job 1# Sync Fork Diff Clone Pipeline23`the-lex-web-ui` ∞ `a-lex-web-ui` ∞ `our-lex-web-ui` 45[@aws-samples/aws-lex-web-ui](https://github.com/aws-samples/aws-lex-web-ui) ∞ [@results-cx/aws-lex-web-ui](https://github.com/results-cx/aws-lex-web-ui) ∞ [@devicebits/qnabot-web-widget](https://github.com/devicebits/qnabot-web-widget) 
          Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
  If the problem persists, check the GitHub status page or contact support.




