-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
285 lines (234 loc) · 8.28 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
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>Darren Coxall · Darren Coxall</title>
<base href="http://www.darrencoxall.com/">
<link href="http://www.darrencoxall.com/index.xml" rel="alternate" type="application/rss+xml" title="Darren Coxall">
<link href="/css/coxall.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/tomorrow-night-eighties.min.css">
</head>
<body lang="en">
<main class="container">
<ul class="list-unstyled">
<li class="row recent">
<article class="col-md-8 col-md-offset-2">
<h2>
<a rel="permalink" href="http://www.darrencoxall.com/java/understanding-maven/">
Understanding Maven
</a>
</h2>
<p>With a recent change of jobs I am finding myself re-learning java. The last time I used the language was in University and much of that was far from professional quality with regards to unit testing and software architecture. So with that in mind I am spending some time brushing up on the necessities one of which is dependency management. It’s easy enough to open up one of the high quality IDEs that are well known in the community such as Eclipse or IntelliJ, and get a dependency managed project running in no time.</p>
<ul class="meta small list-unstyled text-muted">
<li class="category">
<a href="/java" title="Posts labeled as 'java'">
java
</a>
</li>
<li class="date">
<time datetime="2015-10-05T09:00:00Z">
<span class="day hidden-xs">Mon,</span>
Oct 5, 2015
</time>
</li>
<li class="length">
<span class="value">5</span> minute read
</li>
</ul>
</article>
</li>
<li class="row archive">
<article class="col-md-8 col-md-offset-2">
<h3><a rel="permalink" href="http://www.darrencoxall.com/ruby/refactoring-walkthrough/">Refactoring Walkthrough</a></h3>
<ul class="meta small list-unstyled text-muted">
<li class="category">
<a href="/ruby" title="Posts labeled as 'ruby'">
ruby
</a>
</li>
<li class="date">
<time datetime="2015-01-01T10:00:00Z">
<span class="day hidden-xs">Thu,</span>
Jan 1, 2015
</time>
</li>
<li class="length">
<span class="value">7</span> minute read
</li>
</ul>
</article>
</li>
<li class="row archive">
<article class="col-md-8 col-md-offset-2">
<h3><a rel="permalink" href="http://www.darrencoxall.com/golang/executing-commands-in-go/">Executing Commands In Go</a></h3>
<ul class="meta small list-unstyled text-muted">
<li class="category">
<a href="/golang" title="Posts labeled as 'golang'">
golang
</a>
</li>
<li class="date">
<time datetime="2014-08-18T09:00:00Z">
<span class="day hidden-xs">Mon,</span>
Aug 18, 2014
</time>
</li>
<li class="length">
<span class="value">5</span> minute read
</li>
</ul>
</article>
</li>
<li class="row archive">
<article class="col-md-8 col-md-offset-2">
<h3><a rel="permalink" href="http://www.darrencoxall.com/clojure/continuing-clojure/">Continuing Clojure</a></h3>
<ul class="meta small list-unstyled text-muted">
<li class="category">
<a href="/clojure" title="Posts labeled as 'clojure'">
clojure
</a>
</li>
<li class="date">
<time datetime="2014-07-24T21:59:27+01:00">
<span class="day hidden-xs">Thu,</span>
Jul 24, 2014
</time>
</li>
<li class="length">
<span class="value">4</span> minute read
</li>
</ul>
</article>
</li>
<li class="row archive">
<article class="col-md-8 col-md-offset-2">
<h3><a rel="permalink" href="http://www.darrencoxall.com/clojure/starting-clojure/">Starting Clojure</a></h3>
<ul class="meta small list-unstyled text-muted">
<li class="category">
<a href="/clojure" title="Posts labeled as 'clojure'">
clojure
</a>
</li>
<li class="date">
<time datetime="2014-07-02T20:44:08+01:00">
<span class="day hidden-xs">Wed,</span>
Jul 2, 2014
</time>
</li>
<li class="length">
<span class="value">4</span> minute read
</li>
</ul>
</article>
</li>
<li class="row archive">
<article class="col-md-8 col-md-offset-2">
<h3><a rel="permalink" href="http://www.darrencoxall.com/golang/cross-compiling-go-is-easy/">Cross Compiling Go Is Easy</a></h3>
<ul class="meta small list-unstyled text-muted">
<li class="category">
<a href="/golang" title="Posts labeled as 'golang'">
golang
</a>
</li>
<li class="date">
<time datetime="2013-10-22T19:17:00Z">
<span class="day hidden-xs">Tue,</span>
Oct 22, 2013
</time>
</li>
<li class="length">
<span class="value">2</span> minute read
</li>
</ul>
</article>
</li>
<li class="row archive">
<article class="col-md-8 col-md-offset-2">
<h3><a rel="permalink" href="http://www.darrencoxall.com/ruby/everything-is-an-object/">Learning Ruby: Everything Is An Object</a></h3>
<ul class="meta small list-unstyled text-muted">
<li class="category">
<a href="/ruby" title="Posts labeled as 'ruby'">
ruby
</a>
</li>
<li class="date">
<time datetime="2013-07-24T20:17:00Z">
<span class="day hidden-xs">Wed,</span>
Jul 24, 2013
</time>
</li>
<li class="length">
<span class="value">3</span> minute read
</li>
</ul>
</article>
</li>
<li class="row archive">
<article class="col-md-8 col-md-offset-2">
<h3><a rel="permalink" href="http://www.darrencoxall.com/golang/getting-to-know-go/">Getting To Know Go (Golang)</a></h3>
<ul class="meta small list-unstyled text-muted">
<li class="category">
<a href="/golang" title="Posts labeled as 'golang'">
golang
</a>
</li>
<li class="date">
<time datetime="2013-04-02T08:00:00Z">
<span class="day hidden-xs">Tue,</span>
Apr 2, 2013
</time>
</li>
<li class="length">
<span class="value">4</span> minute read
</li>
</ul>
</article>
</li>
<li class="row archive">
<article class="col-md-8 col-md-offset-2">
<h3><a rel="permalink" href="http://www.darrencoxall.com/tools/boxen-and-my-experience/">Boxen And My Experience</a></h3>
<ul class="meta small list-unstyled text-muted">
<li class="category">
<a href="/tools" title="Posts labeled as 'tools'">
tools
</a>
</li>
<li class="date">
<time datetime="2013-03-03T15:00:00Z">
<span class="day hidden-xs">Sun,</span>
Mar 3, 2013
</time>
</li>
<li class="length">
<span class="value">4</span> minute read
</li>
</ul>
</article>
</li>
<li class="row archive">
<article class="col-md-8 col-md-offset-2">
<h3><a rel="permalink" href="http://www.darrencoxall.com/php/laravel-the-good-and-the-awesome/">Laravel, The Good And The Awesome</a></h3>
<ul class="meta small list-unstyled text-muted">
<li class="category">
<a href="/php" title="Posts labeled as 'php'">
php
</a>
</li>
<li class="date">
<time datetime="2013-01-17T11:47:00Z">
<span class="day hidden-xs">Thu,</span>
Jan 17, 2013
</time>
</li>
<li class="length">
<span class="value">4</span> minute read
</li>
</ul>
</article>
</li>
</ul>
</main>
<script src="/js/highlight.pack.js"></script>
<script src="/js/coxall.js"></script>
</body>
</html>