-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
180 lines (137 loc) · 6.65 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
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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Development, security, hacking and automating - The Good Bits</title>
<meta name="author" content="David Sulpy">
<meta name="description" content="Software Develpoment I am a proponent of good, clean code and all the tools necessary to create it. A great craftsman is a an even better tool …">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="http://davidsulpy.github.io">
<link href="/favicon.png" rel="icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
<link href="/atom.xml" rel="alternate" title="The Good Bits" type="application/atom+xml">
</head>
<body >
<header>
<div class="grid-wrapper">
<div class="grid">
<div class="grid__item two-fifths lap-four-sixths palm-one-whole">
<a href="/" class="site-title">The Good Bits</a>
</div>
<div class="grid__item three-fifths lap-two-sixths palm-one-whole">
<nav>
<input type="checkbox" id="toggle">
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
<ul class="menu pull-right">
<li><a href="/">Home</a></li>
<li><a href="/blog/">Blog</a></li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<div class="hero" style="background-image: url('/images/skyline.jpg');">
<div class="grid-wrapper">
<div class="grid flex">
<div class="grid__item flex__item two-fifths palm-one-whole">
<img style="max-width:90%" src="/images/Headshot_casual.png" alt="David Sulpy's Picture" />
</div>
<div class="grid__item flex__item three-fifths palm-one-whole">
<h1>David Sulpy</h1>
<hr>
<p class="lead">
I am a computer scientist that loves to learn. I grew up building hardware and software for fun and I've since turned it into a lifestyle. I am passionate about evolving my understanding of security, software development, scalable architecture, automation, and how people think. I have an undergraduate degree in computer science and a graduate degree in information security.
</p>
</div>
</div>
</div>
</div>
<div class="grid-wrapper">
<div class="grid grid-center">
<div class="grid__item one-whole">
<div class="grid-wrapper">
<div class="grid">
<div class="grid__item one-third lap-one-whole palm-one-whole usp">
<div class="grid">
<div class="grid__item one-whole lap-one-third">
<span class="icon">
<i class="icon-code"></i>
</span>
</div>
<div class="grid__item one-whole lap-two-thirds">
<h2 class="title">Software Develpoment</h2>
<hr>
<p>
I am a proponent of good, clean code and all the tools necessary to create it. A great craftsman is a an even better tool master. Without good tools, it’s harder to reach great potential. I’m a test-driven development advocate and I follow <a href="//en.wikipedia.org/wiki/SOLID_(object-oriented_design)">SOLID</a> development practices for object-oriented code. I take pride in my work and feel accomplished when code can be easily maintained and extended in addition to solve tough problems.
</p>
</div>
</div>
</div>
<div class="grid__item one-third lap-one-whole palm-one-whole usp">
<div class="grid">
<div class="grid__item one-whole lap-one-third">
<span class="icon">
<i class="icon-cogs"></i>
</span>
</div>
<div class="grid__item one-whole lap-two-thirds">
<h2 class="title">DevOps Automation</h2>
<hr>
<p>
Great development goes beyond the code in an application. It should spill over into the process of building great products as well. DevOps automation increases process scalability and reliability, removes unnecessary human dependencies and descritizes tasks into repeatable units of work. In a world of continuous deployment, developers can’t afford not to build in great DevOps tools as well.
</p>
</div>
</div>
</div>
<div class="grid__item one-third lap-one-whole palm-one-whole usp">
<div class="grid">
<div class="grid__item one-whole lap-one-third">
<span class="icon">
<i class="icon-lock"></i>
</span>
</div>
<div class="grid__item one-whole lap-two-thirds">
<h2 class="title">Security</h2>
<hr>
<p>
Confidentiality, integrity and availability aren’t just information security key words; they should be fundamentals of applications. Security shouldn’t be an afterthought of software development, but a baked-in feature from the beginning. Following good, risk-based security practices ensures that an application is built to survive in the modern web ecosystem.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="grid-wrapper">
<div class="grid">
<div class="grid__item">
<p class="copyright">
All content by David Sulpy and licenced under <a href="//creativecommons.org/licenses/by-nc-sa/3.0/ie/">Creative Commons</a>.<br>
Code under <a href="//github.com/coogie/oscailte/blob/master/README.md">MIT Licence</a>.
</p>
</div>
</div>
</div>
</footer>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="//crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/md5.js"></script>
<script defer src="/javascripts/octopress.js"></script>
<script>
var _gaq=[['_setAccount','UA-42577443-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>