|
1 | 1 | --- |
2 | | -title: π hi, i'm michael |
| 2 | +title: π |
3 | 3 | hide: |
4 | 4 | - toc |
5 | | ---- |
6 | | - |
7 | | -{ align=left height=200px width=200p } |
| 5 | + - navigation |
| 6 | +--- |
| 7 | +<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script> |
| 8 | +<script> |
| 9 | + var typed = new Typed('h1', { |
| 10 | + startDelay: 000, |
| 11 | + showCursor: false, |
| 12 | + typeSpeed: 50, |
| 13 | + strings: {{ salutation_permutations() }}, |
| 14 | + }); |
| 15 | + // todo: cycle avatar |
| 16 | +</script> |
8 | 17 |
|
9 | 18 | ## Michael Joseph |
10 | 19 |
|
| 20 | +{ align=left height=200px width=200px } |
| 21 | + |
| 22 | +I've [worked](/resume) in the computer / internet industry for the last {{ now().year - 1999}} years, primarily as a backend software engineer for web applications. |
| 23 | + |
| 24 | +For most of that time, I've either been the lead of a small developer team or provided technical leadership and engineering management roles. |
| 25 | + |
11 | 26 | *[Michael Joseph]: yes, two first names, I know. MJ works as an internet handle, for people into the whole brevity thing as well as for disambiguation purpose |
12 | 27 |
|
13 | | -I've worked in the computer / internet industry for the last {{ now().year - 1999}} years, |
14 | | -primarily as a backend software engineer for web applications. |
| 28 | +{{ skills_badge_urls() }} |
15 | 29 |
|
16 | | -I have seen enough technology pass through the mill to be fairly agnostic |
17 | | -across all the usual religious divides (programming language, editor, |
18 | | -tabs vs spaces (ok, wait, scratch the last one, I _am_ zealous about |
19 | | -whitespace)). I play extremely well with others, but I also _need_ to have |
20 | | -*some* solo time. |
21 | 30 |
|
22 | | ----- |
23 | 31 |
|
24 | | -I can write, read and review (in order of preference and experience): |
25 | 32 |
|
26 | | -- English |
27 | | -- Python |
28 | | -- Bash + GNU |
29 | | -- Ruby |
30 | | -- Java |
31 | | -- PHP |
32 | | -- Javascript |
33 | 33 |
|
34 | | -I've been the technology lead of small developer teams (< 5), providing |
35 | | -technical leadership and engineering management roles. |
36 | 34 |
|
37 | | -I spoke at [PyconZA 2013] about the work we did at [Yola] during my time there, and at [PyconZA 2014] about becoming a contributor to an Open Source project. |
38 | 35 |
|
39 | | -* [π₯πΌ PyconZA 2013] - [Application to Platform: How we used Python to scale Yola] |
40 | | -* [π₯πΌ PyconZA 2014] - [How I Became A Cookie Monster] |
41 | 36 |
|
42 | | -[π₯πΌ PyconZA 2013]: https://archive.org/details/pyconza2013-app-to-platform |
43 | | -[Application to Platform: How we used Python to scale Yola]: http://michaeljoseph.github.io/application-to-platform |
44 | | -[π₯πΌ PyconZA 2014]: https://archive.org/details/pyconza2014-cookie-monster |
45 | | -[How I Became A Cookie Monster]: http://michaeljoseph.github.io/cookiemonster |
46 | | -[Yola]: resume/#systems-engineer-services-team-lead-yolacom-2010-2014 |
0 commit comments