-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
33 lines (30 loc) · 1019 Bytes
/
about.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
---
layout: single
title: About
author_profile: true
permalink: /about
---
<div class="blurb">
<h2>
About me: Eoin Bailey
</h2>
<p>I'm a software engineer at Microsoft, working mostly with the cloud. I've been working
on and with internet and cloud technologies for a over a decade, it's been fun! Generally
on this page stuff I've worked on will be in reverse chronological order, but I
guarantee nothing.
</p>
<p>
Learn all about me <a href="http://twitter.com/eoinbailey">@eoinbailey</a>
or <a href="https://www.linkedin.com/in/eoinbailey">LinkedIn</a>
</p>
<hr>
<h3>
Microsoft
</h3>
<p>
Right now I'm working at Microsoft on Azure. I work with Independent Software Vendors (ISV)
so that they can run natively on the cloud, sometimes that means Virtual Machines so it
looks similar to how they run on-premises right now, and sometimes it means rewriting
code to integrate with Platform services (PaaS) on Azure.
</p>
</div><!-- /.blurb -->