-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
196 lines (196 loc) · 9.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/personal.css">
<script src="js/vendor/modernizr.js"></script>
<title>Pablo Albornoz [FixMyCode]</title>
</head>
<body>
<section id="photo">
<img src="img/profile.jpg" alt="My face">
</section>
<section id="personal">
<div class="data">
<h1>Pablo Albornoz Navarro</h1>
<div class="inline-dt"><strong>Born:</strong> Feb 17, 1989.</div>
<div class="inline-dt"><strong>Current Location:</strong> Santiago, Chile</div>
</div>
<ul>
<li>
<h2>Social networks</h2>
<ul>
<li><a href="http://plus.google.com/+PabloAlbornoz">+PabloAlbornoz</a></li>
<li><a href="http://www.twitter.com/oni">@ONi</a></li>
</ul>
</li>
<li>
<h2>Other places</h2>
<ul>
<li><a href="http://cl.linkedin.com/pub/pablo-albornoz/70/350/53b/">LinkedIn</a></li>
<li><a href="http://www.github.com/fixmycode/">Github</a></li>
</ul>
</li>
</ul>
</section>
<section id="work">
<h1>work experience</h1>
<ul>
<li>
<h2><a href="http://mammut.github.io/blackbird/">Blackbird Software</a></h2>
<span>Project Manager. March 2014, ongoing</span>
<p>My colleagues and I formed this team to participate in the <a href="http://www.feriadesoftware.cl">XXII Software Faire</a>, an event our university holds every year to encourage students to challenge themselves in IT.</p><p>The product we're presenting on the faire is an educational tool disguised as a mobile math game for elementary school students. Some of the cool things that this project has is real time wireless interaction between mobile devices and desktop computers, sensor data tracking and analytics.</p>
<ul class="tags">
<li>Mobile</li>
<li>Edugaming</li>
<li>Management</li>
</ul>
</li>
<li>
<h2><a href="http://www.handband.cl/">HandBand Chile</a></h2>
<span>Software Developer. March 2014, ongoing</span>
<p>I started working at HandBand as part of a team of two, designing and implementing the back-end platform for a new product the company is developing. Some of the challenges are working with multiple devices in an offline environment and creating a bridge that is compatible with the company's old system.</p>
<ul class="tags">
<li>Django</li>
<li>AngularJS</li>
<li>REST</li>
</ul>
</li>
<li>
<h2><a href="http://www.poc.cl/">SPF / POC</a></h2>
<span>Software Developer. June 2012 to December 2013</span>
<p>This was my first attempt as a student to get a job in my field, and it was a great learning experience. I was able to test my knowledge of open-source software solving some of the development team's annoyances and to try new technologies to work out data synchronization problems. I worked in the front-end and the back-end platforms, configured the software stack for the server and virtual machines and revamped the version control system (I hope they still keep it neat).</p>
<ul class="tags">
<li>Django</li>
<li>AdobeFlex</li>
<li>GIT</li>
<li>VirtualMachines</li>
</ul>
</li>
<li>
<h2>GTD Manquehue</h2>
<span>Tech Support. June 2008 to June 2012</span>
<p>My first job had a punch card and I had to wear a tie. No sneakers on week days. GTD is a service provider, not as big as other in my region but big enough that I was tied to my seat my entire shift answering the Internet support line for the first couple of months, then rules changed and all the support teams were merged, so I learned a lot about how TV and telephone services worked on a technical level and how they were deployed. I also learned how to deal with very stressful situations for a service provider, like an earthquake.</p>
<ul class="tags">
<li>HaveYouTriedTurningItOffAndOnAgain?</li>
<li>Hate</li>
<li>4years</li>
</ul>
</li>
</ul>
</section>
<section id="know">
<h1>my toolbox</h1>
<p>My technical knowledge varies a lot, but I've compelled a list of the things I love using for my personal, academic and professional projects. <span class="mobile-invisible">Roll over each one for a description or a silly comment</span></p>
<ul>
<li>
<h2>programming</h2>
<ul>
<li title="Learned the way of the snake">Python</li>
<li title="I like it because everyone hates it">Java</li>
<li title="Wrongfully called JQuery nowadays...">JavaScript</li>
<li title="It's the Perl of my generation">PHP</li>
<li title="A lost art">ActionScript</li>
<li title="I'm not sure it's a proper programming language...">Bash</li>
<li title="Mostly because of assignments over personal preference">C and others</li>
</ul>
</li>
<li >
<h2>frameworks</h2>
<ul>
<li title="My Django-fu is very strong">Django</li>
<li title="If HTML5 and Javascript had a son">AngularJS</li>
<li title="Did I mention I love mobile development?">Android</li>
<li title="The way of the future">Node.js</li>
<li title="For academic reasons">MVC, MVVM in general</li>
</ul>
</li>
<li>
<h2>arquitecture</h2>
<ul>
<li>Google App Engine</li>
<li title="LAMP, LNPP">Linux-based stacks</li>
<li title="Git and Mercurial">Version control systems</li>
</ul>
</li>
<li>
<h2>development</h2>
<ul>
<li title="Incremental and Iterative Development">IID methods</li>
<li title="I love using story cards">Agile methods</li>
<li title="The Post-its glue was discovered trying to develop a new super-strong glue!">Kanban</li>
<li>UML, BPM</li>
</ul>
</li>
<li>
<h2>other things</h2>
<ul>
<li title="I make my own stunts">HTML, CSS</li>
<li>Responsive Design</li>
<li>Adobe Photoshop</li>
<li title="regex, b.*tch">Regular Expressions</li>
<li>SQL and NoSQL databases</li>
</ul>
</li>
</ul>
</section>
<section id="love">
<h1>things I love</h1>
<ul>
<li>
<h3><a href="http://www.strava.com/athletes/fixmycode">Road Cycling</a></h3>
<p>I've loved bikes all my life, but I started to take cycling seriously for the past two years and I've recently taken part in some bike-advocacy groups.</p>
</li>
<li>
<h3><a href="http://onikun.deviantart.com/">Drawing and 3D modeling</a></h3>
<p>As a kid I used to draw a lot, and as an adult I bought a Wacom board and kept drawing. I also love to use <a href="http://www.blender.org/">Blender</a> for modeling, sculpting and playing with the physics engine.</p>
</li>
<li>
<h3><a href="http://www.steamcommunity.com/id/fixmycode">Indie Games</a></h3>
<p>I don't spend too much of my time playing games, but I like games made out of love for the craft and not for the money.</p>
</li>
<li>
<h3>Open-Source Software</h3>
<p>I love the movement. I've taken part in a <a href="http://misago-project.org/">couple</a> of <a href="http://ajenti.org/">projects</a> and I volunteered for <a href="http://www.flisol.info/">FLISoL</a> a couple of times.</p>
</li>
<li>
<h3>GNU/Linux</h3>
<p>Although I'm a Mac user, all my servers run Linux, because is the right tool for the job. I also made my parents use Ubuntu on their laptops to improve their lifes (and save me from tech support time).</p>
</li>
<li>
<h3>Bitcoin</h3>
<p>I'm more of a late adopter, but I fell in love with the magical Internet money. I like trying to make people sell me stuff for some mXBT as an educational process.</p>
</li>
<li>
<h3>Great Web Design</h3>
<p>I just love a good markup and creatively usage of scripting and other web technologies.</p>
</li>
<li>
<h3>Artwork, Comicbooks and Movies</h3>
<p>I love how artists are using the Internet to create a new creative ecosystem, my <a href="http://fixmycode.tumblr.com">Tumblr</a> is a collection of things I have scavenged through the tubes as I try to capture that feeling.</p>
</li>
</ul>
</section>
<section id="hate">
<h1>things I hate</h1>
<ul>
<li>messy code</li>
<li>bad management</li>
<li>slow Internet</li>
<li>SPAM, physical, digital and edible kind</li>
<li>asparagus</li>
</ul>
</section>
<section id="why">
<h1>why "fixmycode"?</h1>
<p>I bought the domain because I wanted to start a blog about best programming practices, but I was too busy at the time to do it so I redirected it to my Tumblr, then I started using it as username for a lot of services. Since it was an .me domain, I thought posting my resume here was only logical.</p>
</section>
<section id="reach">
<h1>how to reach me</h1>
<p>I'm not the kind of person that publishes his contact information in a public website, so you may want to reach me through one of the many personal <a href="#personal">links</a> I provided above. If you still can't get in touch with me, we weren't ment to be... </3 I'm sorry</p>
</section>
<footer><p><strong><a href="#personal">FIXMYCODE.ME</a></strong> | <strong>version:</strong> 0.1 | <strong>last updated:</strong> 2014-04-15</p></footer>
</body>
</html>