-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.html
More file actions
107 lines (104 loc) · 4.55 KB
/
work.html
File metadata and controls
107 lines (104 loc) · 4.55 KB
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
<!DOCTYPE html>
<html lang="en-au" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8">
<meta name="description" content="A brief description of recent work history">
<meta name="robots" content="noindex, nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1">
<base target="_blank">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JH7LB6NNCL">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-JH7LB6NNCL');
</script>
<link rel="shortcut icon" href="https://ssl.gstatic.com/docs/documents/images/kix-favicon-2023q4.ico">
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Cabin'>
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto'>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="css/site_wide.css">
<link rel="stylesheet" href="css/landscape.css">
<link rel="stylesheet" href="css/work.css">
<link rel="stylesheet" href="css/carousel.css">
<link rel="stylesheet" href="css/select_theme.css">
<script src="javascript/select_theme.js"></script>
<script src="javascript/carousel.js"></script>
<title>Work History</title>
</head>
<body style="visibility:hidden;">
<h1>
<a href="harro_cv.html" target="_self" class="localdoc">
<span class="material-icons">reply</span>
</a>
Work: History & Highlights
<theme-menu></theme-menu>
</h1>
<div id="carousel">
<section class="carousel-slides carousel-fade">
<h2>Google: Senior Technical Project manager</h2>
<ul>
<li>Support software teams in launching apps and app features for
<a href="https://chromeos.google/">ChromeOS</a>
<ul>
<li>
<a href="https://blog.google/products/chromebooks/cursive-app-and-magnification/">Cursive</a>,
<a href="https://blog.google/products/chromebooks/whats-new-chrome-os/july2020/">Explorer</a>,
<a href="https://support.google.com/chromeos-beta/thread/271098162/rolling-out-a-new-way-to-open-and-edit-office-files">Files</a>,
<a href="https://blog.google/products/chromebooks/video-editing-and-other-new-features/">Gallery</a>,
<a href="https://9to5google.com/2023/09/27/chromeos-117-material-you/">MaterialYou</a></li>
</ul>
</li>
<li>
Work with engineering teams to develop global capacity plans.<br>
Forecasting and planning over time horizons from 3 months to 5 years</li>
<li>
Help software teams design and deliver multi‑level, and multi‑dimensional
<a href="https://www.usenix.org/conference/nsdi20/presentation/mogul">network models</a>
to plan and build networks
</li>
<li>
Analyse work change processes and delivered software solutions to
automate, accelerate and secure the production network change processes
</li>
</ul>
</section>
<section class="carousel-slides carousel-fade" style="display:none">
<h2>Google: Senior Network Engineer</h2>
<ul>
<li>
Team lead for the NetOps Cluster Engineering team</li>
<li>Designed software and processes to accelerate large network deployments</li>
<li>Public speaking at industry events: APRICOT and AusNOG
<ul><li>Guest lectures at the University of UNSW and Tasmania</li></ul>
</li>
<li>Deployed cutting edge backbone <a href="https://dl.acm.org/doi/10.1145/3230543.3230545">network SDN</a></li>
<li>Deployed cutting edge <a href="https://dl.acm.org/doi/10.1145/3544216.3544265">cluster fabrics</a></li>
<li>Grew the production network capacity by some two orders of magnitude</li>
</ul>
</section>
<section class="carousel-slides carousel-fade" style="display:none">
<h2>Cisco Systems: Consulting Engineer</h2>
<ul>
<li>
Consulted for some of the largest financial, internet and industrial
customers across asia and globally
</li>
<li>Delivered onsite consulting services in:
<ul><li>Bangkok, Kawasaki, Hong Kong, New York, Seoul, Singapore, Sydney, Tokyo</li></ul>
</li>
<li>Public speaking at industry event: Cisco Networkers
<ul>
<li>Deploying IP Multicast</li>
<li>BGP New Developments</li>
<li>Deploying EIGRP and OSPF</li>
</ul>
</li>
</ul>
</section>
</div>
<carousel-controls></carousel-controls>
</body>
</html>