import json
class IanDouglas:
def __repr__(self):
return json.dumps({
'preferred_name': {'text': 'Ian', 'pronounced': 'EE-in'},
'pronouns': ['He', 'Him'],
'code': ['Python', 'Ruby', 'JavaScript', 'Go'],
'tools': ['FastAPI', 'Rails', 'Express', 'Airtable'],
'coaching': ['interview prep', 'data structures', 'system design'],
'been_at_it_since': 1996
})
me = IanDouglas()
print(me)
- want an introduction to someone on my LinkedIn network? Here's how
-
Turing School of Software & Design, Backend Curriculum; I contribute regular lesson plans, projects (each of which get their own repos) and iterative updates for learning Ruby, Rails, OOP, CS topics (data structures, algorithms, Big O Notation, etc), and more. [Ruby, Rails, HTML, CSS]
-
Turing School of Software & Design, Career Development Curriculum; I've contributed notes and ideas about technical career development to Turing since the fall of 2014, and assist with teaching topics, helping students with mock interviews, and training others to help with practical interview preparation.
-
TechInterview.Guide; While this isn't an open repo (yet), I've published a large quantity of notes and created a daily 6-week email series around technical interview preparation for newcomers to the tech industry.
-
Make4Covid PPE; I contributed some 3D printing models and created about 5,000 pieces of produced PPE for the Denver area.
(provided by anuraghazra)