-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
182 lines (157 loc) · 8.82 KB
/
index.html
File metadata and controls
182 lines (157 loc) · 8.82 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
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
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Nicholas Mackey</title>
<meta name="description" content="Web development and other stuff...">
<meta name="HandheldFriendly" content="True">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="assets/css/screen.css?v=f6326b981e">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic%7COpen+Sans:700,400">
<link rel="canonical" href="https://nmackey.com/">
<meta property="og:site_name" content="Nicholas Mackey">
<meta property="og:type" content="website">
<meta property="og:title" content="Nicholas Mackey">
<meta property="og:description" content="Web development and other stuff...">
<meta property="og:url" content="https://nmackey.com/">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Nicholas Mackey">
<meta name="twitter:description" content="Web development and other stuff...">
<meta name="twitter:url" content="https://nmackey.com/">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Website",
"publisher": "Nicholas Mackey",
"url": "https://nmackey.com/",
"description": "Web development and other stuff..."
}
</script>
<meta name="generator" content="Ghost 0.6">
</head>
<body class="home-template">
<header class="main-header no-cover">
<nav class="main-nav overlay clearfix">
<a class="social-button linkedin-button icon-linkedin" href="https://www.linkedin.com/in/nicholas-mackey-5460342a/"></a>
<a class="social-button github-button icon-github" href="https://github.com/nmackey/"></a>
<a class="social-button twitter-button icon-twitter" href="https://twitter.com/nicholas_mackey"></a>
</nav>
<div class="vertical">
<div class="main-header-content inner">
<h1 class="page-title">Nicholas Mackey</h1>
<h2 class="page-description">Web development and other stuff...</h2>
</div>
</div>
<a class="scroll-down icon-arrow-left" href="index.html#content" data-offset="-45"><span class="hidden">Scroll Down</span></a>
</header>
<main id="content" class="content" role="main">
<div class="extra-pagination inner">
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 1</span>
</nav>
</div>
<article class="post tag-webpack tag-babel">
<header class="post-header">
<h2 class="post-title"><a href="library-webpack-babel/">Building a libary with Webpack & Babel</a></h2>
</header>
<section class="post-excerpt">
<p>I just got done building my first open source library, and to my surprise it took me awhile to figure out all the ins and outs of building it with webpack and babel. <a class="read-more" href="/library-webpack-babel/">»</a></p>
</section>
<footer class="post-meta">
<img class="author-thumb" src="https://www.gravatar.com/avatar/2a237b12443e3a532471a0d4dfc4aeb1?d=404&s=250" alt="Author image" nopin="nopin">
<a href="author/nicholas/">Nicholas Mackey</a>
on <a href="tag/webpack/">Webpack</a>, <a href="tag/babel/">Babel</a>
<time class="post-date" datetime="2018-04-07">7 April 2018</time>
<a href="library-webpack-babel/index.html#disqus_thread" class="post-date">Comments</a>
</footer>
</article>
<article class="post">
<header class="post-header">
<h2 class="post-title"><a href="decorate-the-world/">Decorate the World</a></h2>
</header>
<section class="post-excerpt">
<p>Recently I had the opportunity to speak at NEJS CONF about javascript decorators. It was an awesome experience. JavaScript decorators give you an easy way to <a class="read-more" href="/decorate-the-world/">»</a></p>
</section>
<footer class="post-meta">
<img class="author-thumb" src="https://www.gravatar.com/avatar/2a237b12443e3a532471a0d4dfc4aeb1?d=404&s=250" alt="Author image" nopin="nopin">
<a href="author/nicholas/">Nicholas Mackey</a>
<time class="post-date" datetime="2016-10-16">16 October 2016</time>
<a href="decorate-the-world/index.html#disqus_thread" class="post-date">Comments</a>
</footer>
</article>
<article class="post tag-angularjs tag-angular-material">
<header class="post-header">
<h2 class="post-title"><a href="angular-in-a-material-world/">Angular in a Material World</a></h2>
</header>
<section class="post-excerpt">
<p>Interested in AngularJS and Material Design? Then you really need to check out Angular Material. I recently gave a presentation on Angular Material at Omaha's AngularJS <a class="read-more" href="angular-in-a-material-world/">»</a></p>
</section>
<footer class="post-meta">
<img class="author-thumb" src="https://www.gravatar.com/avatar/2a237b12443e3a532471a0d4dfc4aeb1?d=404&s=250" alt="Author image" nopin="nopin">
<a href="author/nicholas/">Nicholas Mackey</a>
on <a href="tag/angularjs/">AngularJS</a>, <a href="tag/angular-material/">Angular Material</a>
<time class="post-date" datetime="2015-08-29">29 August 2015</time>
<a href="angular-in-a-material-world/index.html#disqus_thread" class="post-date">Comments</a>
</footer>
</article>
<article class="post tag-scrum tag-agile">
<header class="post-header">
<h2 class="post-title"><a href="twice-the-work-half-the-time/">Twice the work, half the time?</a></h2>
</header>
<section class="post-excerpt">
<p>I had the pleasure to pick the book: The Art of Doing Twice the Work in Half the Time by JJ Sutherland. Needless to say it <a class="read-more" href="twice-the-work-half-the-time/">»</a></p>
</section>
<footer class="post-meta">
<img class="author-thumb" src="https://www.gravatar.com/avatar/2a237b12443e3a532471a0d4dfc4aeb1?d=404&s=250" alt="Author image" nopin="nopin">
<a href="author/nicholas/">Nicholas Mackey</a>
on <a href="tag/scrum/">SCRUM</a>, <a href="tag/agile/">Agile</a>
<time class="post-date" datetime="2015-06-23">23 June 2015</time>
<a href="twice-the-work-half-the-time/index.html#disqus_thread" class="post-date">Comments</a>
</footer>
</article>
<article class="post tag-angularjs">
<header class="post-header">
<h2 class="post-title"><a href="angular-1-3/">Angular 1.3</a></h2>
</header>
<section class="post-excerpt">
<p>With the release of Angular 1.3 the angular team has added a few things that make it more performant, write less code, and help you <a class="read-more" href="angular-1-3/">»</a></p>
</section>
<footer class="post-meta">
<img class="author-thumb" src="https://www.gravatar.com/avatar/2a237b12443e3a532471a0d4dfc4aeb1?d=404&s=250" alt="Author image" nopin="nopin">
<a href="author/nicholas/">Nicholas Mackey</a>
on <a href="tag/angularjs/">AngularJS</a>
<time class="post-date" datetime="2014-11-15">15 November 2014</time>
<a href="angular-1-3/index.html#disqus_thread" class="post-date">Comments</a>
</footer>
</article>
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 1</span>
</nav>
</main>
<footer class="site-footer clearfix">
<section class="copyright"><a href="https://nmackey.com">Nicholas Mackey</a> © 2018</section>
<section class="poweredby">Proudly published with <a href="https://ghost.org">Ghost</a></section>
</footer>
<script src="public/jquery.js?v=f6326b981e"></script>
<script type="text/javascript" src="assets/js/jquery.fitvids.js?v=f6326b981e"></script>
<script type="text/javascript" src="assets/js/index.js?v=f6326b981e"></script>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'nmackey'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
<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-56772846-1', 'auto');
ga('send', 'pageview');
</script>
</body>