-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
524 lines (311 loc) · 18.2 KB
/
index.html
File metadata and controls
524 lines (311 loc) · 18.2 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
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
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="DevBoosts">
<title>DevBoosts</title>
<meta name="author" content="Chaz Gatian">
<meta name="keywords" content="Angular,javascript,">
<link rel="icon" href="http://devboosts.com/assets/images/favicon.ico">
<link rel="alternate" type="application/atom+xml" title="RSS" href="/atom.xml">
<meta name="description" content="A blog about Web Development and Angular">
<meta property="og:type" content="blog">
<meta property="og:title" content="DevBoosts">
<meta property="og:url" content="http://devboosts.com/index.html">
<meta property="og:site_name" content="DevBoosts">
<meta property="og:description" content="A blog about Web Development and Angular">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="DevBoosts">
<meta name="twitter:description" content="A blog about Web Development and Angular">
<meta name="twitter:creator" content="@cgatian">
<meta property="og:image" content="http://devboosts.com/assets/images/cgatian.png"/>
<!--STYLES-->
<link rel="stylesheet" href="/assets/css/style-nuvue6sithwirecbhvw3dkaobiojqvtadsnhguwi7k04xklybw5djl1smadp.min.css">
<!--STYLES END-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-84550389-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="blog">
<!-- Define author's picture -->
<header id="header" data-behavior="1">
<i id="btn-open-sidebar" class="fa fa-lg fa-bars"></i>
<h1 class="header-title">
<a class="header-title-link" href="/ ">DevBoosts</a>
</h1>
<a class="header-right-picture "
href="#about">
<img class="header-picture" src="/assets/images/cgatian.png"/>
</a>
</header>
<!-- Define author's picture -->
<nav id="sidebar" data-behavior="1">
<div class="sidebar-profile">
<a href="/#about">
<img class="sidebar-profile-picture" src="/assets/images/cgatian.png"/>
</a>
<span class="sidebar-profile-name">Chaz Gatian</span>
</div>
<ul class="sidebar-buttons">
<li class="sidebar-button">
<a class="sidebar-button-link "
href="/ "
>
<i class="sidebar-button-icon fa fa-lg fa-home"></i>
<span class="sidebar-button-desc">Home</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link "
href="#about"
>
<i class="sidebar-button-icon fa fa-lg fa-question"></i>
<span class="sidebar-button-desc">About</span>
</a>
</li>
</ul>
<ul class="sidebar-buttons">
<li class="sidebar-button">
<a class="sidebar-button-link " href="http://stackoverflow.com/users/684869/cgatian?tab=profile" target="_blank">
<i class="sidebar-button-icon fa fa-lg fa-stack-overflow"></i>
<span class="sidebar-button-desc">Stack Overflow</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="https://twitter.com/Cgatian" target="_blank">
<i class="sidebar-button-icon fa fa-lg fa-twitter"></i>
<span class="sidebar-button-desc">Twitter</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="https://www.linkedin.com/in/ideafactory" target="_blank">
<i class="sidebar-button-icon fa fa-lg fa-linkedin"></i>
<span class="sidebar-button-desc">LinkedIn</span>
</a>
</li>
<li class="sidebar-button">
<a class="sidebar-button-link " href="mailto:chaz.m.gatian@gmail.com" target="_blank">
<i class="sidebar-button-icon fa fa-lg fa-envelope-o"></i>
<span class="sidebar-button-desc">Mail</span>
</a>
</li>
</ul>
<ul class="sidebar-buttons">
<li class="sidebar-button">
<a class="sidebar-button-link "
href="/atom.xml"
>
<i class="sidebar-button-icon fa fa-lg fa-rss"></i>
<span class="sidebar-button-desc">RSS</span>
</a>
</li>
</ul>
</nav>
<div id="main" data-behavior="1"
class="
hasCoverMetaIn
">
<section class="postShorten-group main-content-wrap">
<article class="postShorten postShorten--thumbnailimg-right" itemscope itemType="http://schema.org/BlogPosting">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title" itemprop="headline">
<a class="link-unstyled" href="/2017/05/15/building-material-themed-components/">
Building Material Themed Components
</a>
</h1>
<div class="postShorten-meta">
<time itemprop="datePublished" datetime="2017-05-15T10:39:49-04:00">
May 15, 2017
</time>
</div>
</div>
<div class="postShorten-excerpt" itemprop="articleBody">
<p>If you’ve pulled in <a href="https://material.angular.io">Material Design Components</a> into your Angular application,<br>you inevitability will find youself wanting to keep your component’s colors consistant with the theme of the rest of you application. In this post I will show you how to create themed components using the existing theme mixins provided by Material. This will not work if you’re using one of the built-in themes.<br>
<a href="/2017/05/15/building-material-themed-components/" class="postShorten-excerpt_link link">
Continue reading
</a>
</div>
</div>
</article>
<article class="postShorten postShorten--thumbnailimg-right" itemscope itemType="http://schema.org/BlogPosting">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title" itemprop="headline">
<a class="link-unstyled" href="/2017/03/28/conventional-commits/">
Conventional Commits
</a>
</h1>
<div class="postShorten-meta">
<time itemprop="datePublished" datetime="2017-03-28T20:07:57-04:00">
Mar 28, 2017
</time>
</div>
</div>
<div class="postShorten-excerpt" itemprop="articleBody">
<p>If you’ve been following the recent Angular release canidates you can’t help but admire the changelog they are able to produce. Each version published has a nicely formated list of bugs, features, and breaking changes. How they were able to generate this type of changelog really interested me into digging deeper into their process and conventions. It turns out, implementing something like this into your workflow is actually quite simple.<br>
<a href="/2017/03/28/conventional-commits/" class="postShorten-excerpt_link link">
Continue reading
</a>
</div>
</div>
</article>
<article class="postShorten postShorten--thumbnailimg-right" itemscope itemType="http://schema.org/BlogPosting">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title" itemprop="headline">
<a class="link-unstyled" href="/2017/02/08/top-10-vs-code-extensions/">
Top 10 Angular VS Code Extensions
</a>
</h1>
<div class="postShorten-meta">
<time itemprop="datePublished" datetime="2017-02-08T01:00:00-05:00">
Feb 08, 2017
</time>
</div>
</div>
<div class="postShorten-excerpt" itemprop="articleBody">
<p>I’ve been using Visual Studio Code now for over a year and absolutely love the productivity it’s given me. Previously, my go to editor was Visual Studio 2015, mostly due to working with ASP.NET Web Forms. Now that I’m focusing more on front end development and Angular, I don’t think I’d start a new project without VS Code by my side.</p>
<a href="/2017/02/08/top-10-vs-code-extensions/" class="postShorten-excerpt_link link">
Continue reading
</a>
</div>
</div>
</article>
<article class="postShorten postShorten--thumbnailimg-right" itemscope itemType="http://schema.org/BlogPosting">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title" itemprop="headline">
<a class="link-unstyled" href="/2017/02/04/Recommend-VS-Code-Extensions-For-Your-Repository/">
Project Recommended VS Code Extensions
</a>
</h1>
<div class="postShorten-meta">
<time itemprop="datePublished" datetime="2017-02-04T14:53:00-05:00">
Feb 04, 2017
</time>
</div>
</div>
<div class="postShorten-excerpt" itemprop="articleBody">
<p>One of my favorite aspects of <a href="https://code.visualstudio.com/">Visual Studio Code</a> is the vibrant library of commumnity created extensions. While the IDE is great out of the box, these extensions give an added boost you just can’t live without.<br>
<a href="/2017/02/04/Recommend-VS-Code-Extensions-For-Your-Repository/" class="postShorten-excerpt_link link">
Continue reading
</a>
</div>
</div>
</article>
<article class="postShorten postShorten--thumbnailimg-right" itemscope itemType="http://schema.org/BlogPosting">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title" itemprop="headline">
<a class="link-unstyled" href="/2016/09/28/Angular-vs-AngularJS-i18n/">
Angular vs AngularJS i18n
</a>
</h1>
<div class="postShorten-meta">
<time itemprop="datePublished" datetime="2016-09-28T20:54:17-04:00">
Sep 28, 2016
</time>
</div>
</div>
<div class="postShorten-excerpt" itemprop="articleBody">
<p>I was recently looking into how Angular differs from AngularJS in regards to internationalization (also known as i18n). I was delighted to see Angular makes use of the Internationalization API to perform date and currency conversions. This allows language specific formatting to be preformed directly by the browser.<br>
<a href="/2016/09/28/Angular-vs-AngularJS-i18n/" class="postShorten-excerpt_link link">
Continue reading
</a>
</div>
</div>
</article>
<article class="postShorten postShorten--thumbnailimg-right" itemscope itemType="http://schema.org/BlogPosting">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title" itemprop="headline">
<a class="link-unstyled" href="/2016/09/21/core-js-Merged-into-Angular/">
core-js Merged into Angular
</a>
</h1>
<div class="postShorten-meta">
<time itemprop="datePublished" datetime="2016-09-21T20:50:29-04:00">
Sep 21, 2016
</time>
</div>
</div>
<div class="postShorten-excerpt" itemprop="articleBody">
<p><a href="https://github.com/zloirock/core-js">core-js</a> is a modular library created by Denis Pushkarev that’s recently been opening some eyes in the web comm<br>Previously, it has gained serious reputation by use of Babel, which utilizes it for many of its polyfills.<br><a href="https://github.com/angular/angular/commit/66df335998d097fa8fe46dec41f1183737332021">Most recently</a>, it was pulled into Angular as the de facto standard for shimming older IE 9-10 with ES2015 features.<br>
<a href="/2016/09/21/core-js-Merged-into-Angular/" class="postShorten-excerpt_link link">
Continue reading
</a>
</div>
</div>
</article>
<article class="postShorten postShorten--thumbnailimg-right" itemscope itemType="http://schema.org/BlogPosting">
<div class="postShorten-wrap">
<div class="postShorten-header">
<h1 class="postShorten-title" itemprop="headline">
<a class="link-unstyled" href="/2016/09/19/BroadcastChannel-API/">
BroadcastChannel API
</a>
</h1>
<div class="postShorten-meta">
<time itemprop="datePublished" datetime="2016-09-19T20:28:50-04:00">
Sep 19, 2016
</time>
</div>
</div>
<div class="postShorten-excerpt" itemprop="articleBody">
<p>Earlier last week, Chrome posted the new features coming in Chrome 54. One of the features that stood out was Broadcast channel. This API facilitates communicate with other windows, tabs, and service workers running within the same origin. It sounds oddly familiar to window.postMessage API, which allows you to do the same window to window communication. The big difference here is, window.postMessage requires you to maintain a reference to the window you want to communicate with.<br>
<a href="/2016/09/19/BroadcastChannel-API/" class="postShorten-excerpt_link link">
Continue reading
</a>
</div>
</div>
</article>
<div class="pagination-bar">
<ul class="pagination">
<li class="pagination-number">page 1 of 1</li>
</ul>
</div>
</section>
<footer id="footer" class="main-content-wrap">
<span class="copyrights">
Copyrights © 2017 Chaz Gatian. All Rights Reserved.
</span>
</footer>
</div>
</div>
<div id="about">
<div id="about-card">
<div id="about-btn-close">
<i class="fa fa-remove"></i>
</div>
<img id="about-card-picture" src="/assets/images/cgatian.png"/>
<h4 id="about-card-name">Chaz Gatian</h4>
<h5 id="about-card-bio"><p>I’m a skilled Web Developer that pursues the latest technology to deliver new and exciting experiences across multiple devices.</p>
</h5>
<h5 id="about-card-job">
<i class="fa fa-briefcase"></i>
<br/>
<p>Web Developer at Hyland Software</p>
</h5>
<h5 id="about-card-location">
<i class="fa fa-map-marker"></i>
<br/>
Cleveland, Ohio
</h5>
</div>
</div>
<div id="cover" style="background-image:url('/assets/images/cgatian.png');"></div>
</body>
<!--SCRIPTS-->
<script src="/assets/js/script-i4qo6jx6jji9fg0dftpya6ivemizsbow4fhow76d8dwpm7m1wbvi378ssumx.min.js"></script>
<!--SCRIPTS END-->
</html>