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 Sanez israelias
🧬
git clone @israelias
❯ Architect, Senior Software Engineer -D
❯
[bio] Kite flies fullest stack --ent @devicebits^@2.0:@results-cx --prev
❯
-
ResultsCX
- Valencia
-
13:19
(UTC +01:00) - israelias.vercel.app
- @israelias
- israelias
- in/israelias
- https://src-fwd.vercel.app/bookmark-club
Pinned Loading
-
synonym-search
synonym-search PublicThesaurus app with React hooks, with Context API, with Material-UI, with Nextjs
-
wallets-java-gql
wallets-java-gql PublicEnvironment for storing hashed asset references in a secure Wallet API with Spring Boot, with GraphQL on Apache Maven
Java 2
-
orders-java-cli
orders-java-cli PublicCommand-line application for managing the orders of an e-commerce store
Java 2
-
sbt-ide-boilerplate
sbt-ide-boilerplate PublicEnvironment to run Scala/Java SBT on IntelliJ
Scala 3
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.