About
About

About

The purpose of this is to fall forward to 2023.
 
Toggle legacy on that notion.
class ReadMe: def __init__(self, username="israelias", year=2022): self.username = username 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=2022): 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]) 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]) elif now > today: goal = self.employment['all of the above'] return """ I am eager to collaborate with {teams} on {projects} {everwhere}. """.format(teams=goal[0], projects=goal[1][0], everwhere=goal[1][1]) else: return """ ### Hi there 👋 """ def collaborate(self, role, organization, location): opportunity = self.employment opportunity[role] = [organization, location] me = ReadMe(2022)
Hey hey 👋
My name is Joem Elias Sañez .
I'm an architect, software developer, open source author, and anime fan.
I'm currently exploring the Data Storytelling and am excited about building processes that will help enable an equally humanistic and empirical data-centric developer-stakeholder narrative pipeline.
I contribute to open source regularly on GitHub and am relatively active on LinkedIn.
notion image

My Passion

I absolutely love to build.
Products, games, websites, tech demos — I love using my technical skills to build cool & interesting things.
In my spare time, I work on open source projects related to React, TypeScript, computer graphics, etc.
👉
I specialize in generalizing.
What? Isn't that a bit contradictory?
Well, this actually describes me pretty well. I love being able to contribute value across different ladders of abstraction, all the way from the highest levels of business strategy down to the lowest levels of implementation details.
My core competency is full stack product development, but my focus on generalizing makes me an ideal early stage founder. Combining this passion with the right team and problem space is where you'll find me at my absolute best.
(I used to be an Architect)
 

Bio

My name is Joem (that’s poem with a J).
I spent 7 years  in the building and construction industry in New York and the UK as a design architect and coordinator of programmable workflows for the digital fabrication, visualization output and document control of proprietary component suites. I was the pseudo backend IT guy for the design firm.
Four years ago, I pivoted into the tech industry where I found the rewards of applying principles of object orientation from design to code.  Born and bread in python for algorithmic design and expanded to all things software dev.
The last 4 years were spent moving across tech stacks as frontend engineer and ,   as a full stack developer in tech in Singapore and Manila.  Fell in love with Java and started teaching it in small group sessions and for a class of 12 students. I’m really into Data Analysis and visualization.
 
 
 
The best way to get in touch with me is to email israelias.js@gmail.com.
 
✌️ JS
 
 
 
💡
You can fork this project from this open source project.