static/cv/index.html (view raw)
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 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 | <!doctype html> <html> <head> <title>Alan Pearce's Curriculum Vitae</title> <style> body { font-family: Verdana, sans-serif; font-size: small; margin: auto; padding: 1em; max-width: 50rem; text-align: left; background-color: #fff; word-wrap: break-word; overflow-wrap: break-word; line-height: 1.5; color: #444; height: 210mm; width: 297mm; } @page { size: A4 portrait; } h1, h2, h3, h4, h5, h6, strong, b { color: #222; margin: unset; } a { color: #3273dc; } .title { color: #222; text-decoration: none; border: 0; } time { font-style: italic; } nav a { margin-right: 1ex; } .tags { padding: unset; font-size: smaller; } .tags > li { list-style: none; display: inline-block; padding-right: 1ex; } textarea { width: 100%; font-size: 1rem; } input { font-size: 1rem; } main, article { line-height: 1.6; } blockquote { border-left: 1px solid #999; color: #222; padding-left: 20px; font-style: italic; } footer { padding: 25px; text-align: center; } main { column-count: 2; } main > section { padding-right: 1rem; padding: 1rem 0; border-bottom: 2px solid #999; break-inside: avoid; } section > header { display: flex; justify-content: space-between; align-items: center; } .timeperiod { font-style: italic; font-size: small; } ul { padding-left: 0; margin: unset; } ul > li { display: inline-block; font-size: smaller; } .links > li { display: block; } @media (prefers-color-scheme: dark) { body { background-color: #333; color: #ddd; } h1, h2, h3, h4, h5, h6, strong, b, .title { color: #eee; } a { color: #8cc2dd; } blockquote { color: #ccc; } section { border-bottom-color: #ccc; } } </style> </head> <body> <header> <h1>Alan Pearce</h1> <h2>Backend & Infrastructure Developer</h2> <h3>Berlin, Germany</h3> </header> <hr /> <main> <section> <ul class="links"> <li> Email: <a href="mailto:alan@alanpearce.eu">alan@alanpearce.eu</a> </li> <li>Website: <a href="https://alanpearce.eu">alanpearce.eu</a></li> <li> GitHub: <a href="https://github.com/alanpearce">@alanpearce</a> </li> <li> Personal Projects: <a href="https://git.alanpearce.eu">git.alanpearce.eu</a> </li> </ul> </section> <section> <h4>Summary</h4> <p> I care about keeping code and UIs consistent and simple. I also have a strong drive to learn and really enjoy being able to explore new methodologies and languages. </p> </section> <section> <h4>Experience</h4> <header> <h5>Senior Fullstack Developer at SatoshiPay</h5> <span class="timeperiod">2017—2023</span> </header> <ul> <li>Helm</li> <li>Kubernetes</li> <li>GitLab</li> <li>TypeScript</li> <li>PostgreSQL</li> </ul> <p> Principal worker for migration from Docker Cloud to Kubernetes, alongside work on microservices interfacing with distributed ledger APIs. Implemented and maintained GitLab CI/CD pipelines including merge request previews and end-to-end testing. Migrated projects to product-based monorepos. </p> </section> <section> <header> <h5>Senior Fullstack Developer at SpotCap</h5> <span class="timeperiod">2015–2017</span> </header> <ul> <li>NodeJS</li> <li>MySQL</li> <li>Webpack</li> <li>Sails.js</li> <li>Mithril.js</li> </ul> <p> Responsible for banking integration service, implemented parsers and generators for custom text formats (MT940, MT942) using unit tests to verify. <br /> Worked on backend credit scoring admin panel, began migration from Sails to SPA using Mithril </p> </section> <section> <header> <h5>Senior Web Developer at StudentCrowd (Studio-40 spin-off)</h5> <span class="timeperiod">2014–2015</span> </header> <ul> <li>PHP</li> <li>MySQL</li> <li>ElasticSearch</li> <li>Vagrant</li> <li>Saltstack</li> </ul> <p> Optimised database access and ORM usage. Simplified dev environment setup using Vagrant and Salt. Attended ElasticSearch, LogStash & Kibana training. Worked remotely (60% -> 100%) </p> </section> <section> <header> <h5>Senior Developer at Studio-40</h5> <span class="timeperiod">2014</span> </header> <ul> <li>Symfony</li> <li>Sylius</li> <li>PHP</li> <li>MySQL</li> <li>Capistrano</li> </ul> <p> Wrote product CSV importer for Sylius with streaming preview diff feature. Fixed issues with integration of payment provider API including false payment failures. Assisted front-end developers with JavaScript. </p> </section> <section> <header> <h5>Backend Web Developer at Bulb Studios</h5> <span class="timeperiod">2013–2014</span> </header> <ul> <li>Laravel</li> <li>ExpressionEngine</li> <li>Ansible</li> <li>PHP</li> <li>Capistrano</li> </ul> <p> Suggested and implemented switch from Apache to Nginx, enabling a 1000x speedup in page loads. Suggested and implemented use of configuration management for server provisioning. Introduced Vagrant to reduce development environment variance and Capistrano for deployment. Created time-basic competition entry API designed for 50k RPM. </p> </section> <section> <header> <h5>PHP Web Developer at Supplyant</h5> <span class="timeperiod">2012-2013</span> </header> <ul> <li>PHP</li> <li>MySQL</li> <li>Subversion</li> <li>jQuery</li> <li>HTML</li> <li>CSS</li> </ul> <p> Maintained e-commerce platform and worked on new product management system. Made Entity-Attribute-Value system usable for other database consumers using an SQL view. Recommended use of Mustache templates, which the design team loved </p> </section> <section> <header> <h5>Web Applications Programmer at ASL Holdings</h5> <span class="timeperiod">2010-2011</span> </header> <ul> <li>PHP</li> <li>MySQL</li> <p>Continued rewrite of SIM management web application</p> </ul> </section> <section> <h4>Relevant Education</h4> <div> <header> <h5>CodeSchool</h5> <span class="timeperiod">2014</span> </header> <ul> <li>Ruby</li> <li>JavaScript</li> <li>CoffeeScript</li> <li>EmberJS</li> <li>BackboneJS</li> </ul> </div> <div> <header> <h5>Computing A Level at Northampton College</h5> <span class="timeperiod">2008-2010</span> </header> </div> <ul> <li>Pascal</li> <li>PHP</li> <li>SQL</li> <li>HTML</li> <li>CSS</li> </ul> </section> </main> </body> </html> |