-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
153 lines (134 loc) · 7.57 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
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap core CSS -->
<link href="./bootstrap.min.css" rel="stylesheet">
<title>Todd Palmer</title>
</head>
<body>
<div class="container">
<div class="jumbotron p-3 p-md-5">
<div class="row">
<div class="col-md-6 px-0">
<h1 class="display-4 font-italic">Todd Palmer</h1>
</div>
<div class="col-md-6 px-0">
<p class="lead my-3">Computer Scientist<br>
Senior Software Engineer<br>
Passionate Mentor</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-9">
<h1>Publications</h1>
<p>I enjoy sharing what I have learned. I write for the following publications:</p>
<hr>
<div class="media">
<img class="mr-3" src="https://cdn-images-1.medium.com/fit/c/65/65/1*MotlWcSa2n6FrOx3ul89kw.png" alt="Free Code Camp">
<div class="media-body">
<a href="https://medium.freecodecamp.org/@palmer_todd">
<h5 class="mt-0">Free Code Camp</h5>
</a>
Our community publishes stories worth reading on development, design, and data science.
</div>
</div>
<hr>
<div class="media">
<img class="mr-3" src="https://cdn-images-1.medium.com/fit/c/65/65/1*76XiKOa05Yya6_CdYX8pVg.jpeg" alt="Hacker Noon">
<div class="media-body">
<a href="https://hackernoon.com/@palmer_todd">
<h5 class="mt-0">Hacker Noon</h5>
</a>
how hackers start their afternoons.
</div>
</div>
<hr>
<div class="media">
<img class="mr-3" src="https://cdn-images-1.medium.com/fit/c/65/65/1*t3JDHZ2k8OsouvWNOqco1Q.png" alt="Angular In Depth">
<div class="media-body">
<a href="https://blog.angularindepth.com/@palmer_todd">
<h5 class="mt-0">Angular In Depth</h5>
</a>
The best place to look for advanced Angular, RxJS and JavaScript topics
</div>
</div>
<hr>
<h1>Articles</h1>
<blockquote class="embedly-card" data-card-controls="0">
<h4>
<a href="https://blog.angularindepth.com/creating-a-library-in-angular-6-87799552e7e5">Creating a Library in Angular 6</a>
</h4>
<p>This article shows you how to create an Angular Library leveraging the Angular 6 integration of the Angular CLI with David Herges' excellent ng-packagr.</p>
</blockquote>
<br>
<blockquote class="embedly-card" data-card-controls="0">
<h4>
<a href="https://medium.freecodecamp.org/how-you-can-use-lite-server-for-a-simple-development-web-server-33ea527013c9">How you can use lite-server for a simple development Web Server</a>
</h4>
<p>If you need an easy and light-weight Web Server just to do some development, lite-server is an excellent choice. lite-server is a lightweight development web server with support for Single Page Apps.</p>
</blockquote>
<br>
<blockquote class="embedly-card" data-card-controls="0">
<h4>
<a href="https://medium.freecodecamp.org/getting-started-with-es6-using-a-few-of-my-favorite-things-ac89c27812e0">A Path for Learning ES6</a>
</h4>
<p>This tutorial walks you through some easy steps to get started learning the newest version of JavaScript: ES6.</p>
</blockquote>
<br>
<blockquote class="embedly-card" data-card-controls="0">
<h4><a href="https://itnext.io/es6-destructuring-b8c50a20b46c">ES6 Destructuring - ITNEXT</a></h4>
<p>Or: What are Those { } Doing Over There? An introduction to Destructuring in ES6.</p></blockquote>
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>
<br>
<blockquote class="embedly-card" data-card-controls="0">
<h4><a href="https://hackernoon.com/webpack-for-angular-developers-c8584a60e627">webpack for Angular Developers - Hacker Noon</a></h4>
<p>Understanding webpack’s affair with the Angular CLI.</p></blockquote>
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>
<br>
<blockquote class="embedly-card" data-card-controls="0">
<h4>
<a href="https://blog.angularindepth.com/angular-and-internet-explorer-5e59bb6fb4e9">Angular and Internet Explorer - Angular In Depth</a>
</h4>
<p>Angular CLI applications require a couple more steps in order to support Internet Explorer. This article shows you how.</p>
</blockquote>
<br>
<blockquote class="embedly-card" data-card-controls="0">
<h4>
<a href="https://blog.angularindepth.com/deploy-an-angular-application-to-iis-60a0897742e7">Deploy an Angular Application to IIS - Angular In Depth</a>
</h4>
<p>The Angular Router is a fantastic module for Single Page Apps. However, to deploy it in a Production scenario you will typically need to do some configuration to make it work. This article details the steps necessary to deploy an Angular Router application anywhere on Internet Information Services (IIS).</p>
</blockquote>
<br>
<blockquote class="embedly-card" data-card-controls="0"><h4><a href="https://medium.com/@palmer_todd/ngmodules-angular-modules-simplified-52d2075f8c8e">NgModules: Angular Modules Simplified</a>
</h4>
<p>Moving from AngularJS up to Angular my colleagues and I saw a lot of confusion around Angular Modules or specifically NgModules . In this article I hope to simplify how you decide what goes into your Modules and where.</p>
</blockquote>
<br>
<h1>GitHub Projects</h1>
<blockquote class="embedly-card" data-card-controls="0"><h4><a href="https://github.com/t-palmer/rest-aurant">t-palmer/rest-aurant</a></h4><p>rest-aurant implements a REST API on the MongoDB sample dataset in Node.js.</p></blockquote>
</div>
<div class="col col-sm-3">
<img src="todd.png" class="img-fluid" alt="Responsive image">
<h3>Profiles</h3>
<ul>
<li><a href="http://medium.com/@palmer_todd">Medium</a></li>
<li><a href="http://github.com/t-palmer">GitHub</a></li>
<li><a href="http://stackoverflow.com/users/4695469/toddsden">Stack Overflow</a></li>
<li><a href="http://www.linkedin.com/in/todd-palmer-46a633a0/">LinkedIn</a></li>
<li><a href="https://twitter.com/toddtpalmer">Twitter</a></li>
</ul>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="./jquery-slim.min.js"></script>
<script src="./popper.min.js"></script>
<script src="./bootstrap.min.js"></script>
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>
</body>
</html>