-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·90 lines (73 loc) · 4.23 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
<!doctype html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Mjm0therway.github.io : Motherway static site repo on GitHub at m0therway.github.io" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Michael Motherway</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1 style="color:white;">Michael Motherway</h1>
<p>GitHub repo at m0therway.github.io</p>
<p class="view"><a href="https://github.com/m0therway">GitHub Personal Profile</a></p>
<p class="view"><a href="https://github.com/mikemotherway">GitHub Professional Profile</a></p>
<p class="view"><a href="http://www.linkedin.com/in/michaelmotherway">LinkedIn</a></p>
<p class="view"><a href="http://twitter.com/m0therway">Twitter</a></p>
<!-- <p class="view"><a href="http://stackoverflow.com/users/1041058/m0therway">Stackoverflow</a></p> -->
</header>
<section>
<h3>/usr/bin/whoami <br>
m0therway </h3>
<p> Michael Motherway is Product Owner and Applications Manager at Cimtrix, a PDF company.
Prior to Cimetrix, Michael was Director of Software Engineering at gategroup -- a group of experienced
and dedicated industry and technology experts who use their extensive industry background to deliver
solutions that meet their customers' specific and versatile needs. Delivering a true end-to-end
solution demands a team that deeply understands the inner workings of the complex airline and rail
industries and how to employ technology to simplify day-to-day operations.</p>
<p> Prior to gategroup, Michael was a senior consultant at CITYTECH, Inc (Now ICF, Intl) -- a global consultancy specializing
in enterprise application development, web experience management, mobile applications, cloud
enablement and managed services. Prior to this Michael had a long career at Motorola in both hardware and software positions. <br>
<br>
Cimetrix is a leading provider of software products for the electronics manufacturing industry.
Michael provides expertise to Cimetrix in the following areas:
</p>
<pre><code> $ Web Experience Management
$ Public Cloud Computing
$ Managed Services (latest vblog: https://cimetrix.wistia.com/medias/my4ppfkj1e )
$ Enterprise App Development
$ Mobile Solutions </code></pre>
<p>Cimetrix is headquarted in Salt Lake City with offices in Tokyo, Taipei, Shanghai, and Chicago, IL. </p>
<h3>Contacts</h3>
<p>Feel free to contact me through GitHub. My personal profile is
<a href="https://github.com/m0therway" class="user-mention">@m0therway</a>,
and professional profile is <a href="https://github.com/mikemotherway" class="user-mention">@mikemotherway</a> .</p>
<h3>Projects</h3>
<p> Kafka running on K8S </p>
<p> Apache Camel in Industrial IoT</p>
<p> Data analytics: Simple Chi-Square test with Minitab, Excel</p>
</section>
<footer>
<p><small>Hosted on GitHub Pages </small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
<!-- GoogleAnalytics tracking ID UA-41704200-1 added 12-Jun-2013 From Fred Faulker's note: need to add internal filter and adwords -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-41704200-1', 'm0therway.github.io');
ga('send', 'pageview');
</script>
</body>
</html>