Arete Project: A Deep Springs College for Women
newyorker.com2 pointsby girzel2 comments
Location: Seattle, USA
Willing to relocate: No
Main Technologies: Python, PostgreSQL, more than I ever wanted to know about AWS
Resume: https://ericabrahamsen.net/EricAbrahamsen_0505b.pdf
Email: [email protected]
I'm a 0-1 backend engineer, most recently owning the full AWS-based stack for a small startup. I thrive best in slightly volatile situations, reacting quickly to changing requirements, staying in communication to make sure everyone knows what's happening. Balancing new features against maintainability against stability. Low ego, and approaching unflappable. >>> from types import SimpleNamespace
>>> d = {"one":1, "two":2}
>>> ns = SimpleNamespace(**d)
>>> ns.two
2
I consider it a bonus that the dict keys are grouped as attributes on an object :)