-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
451 lines (418 loc) · 23.7 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
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
<!doctype html>
<html lang="en" class="h-100">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Dev Icons -->
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">
<link rel="stylesheet" href="dist/style.css" />
<link rel="shortcut icon" type="image/png" href="/favicon.png" />
<!-- for sharing -->
<meta property="og:title" content="Joe Hanvy - Portfolio">
<meta property="og:description" content="Software and web developer.">
<meta property="og:image" content="http://www.joe.hanvy.uk/assets/thumbnail.png">
<meta property="og:url" content="http://www.joe.hanvy.uk/">
<title>Joe Hanvy</title>
</head>
<body class="container-fluid h-100 bg-light">
<svg id="connectors" class="position-fixed row w-100 h-100"></svg>
<main class="row d-flex h-100">
<section class="d-none d-lg-block col-0 col-lg-6">
<div class="position-fixed static-col mh-vh w-50vh bg-gradient d-flex justify-content-end">
<article class="article-extension pr-5 container mr-0 text-white text-right w-100 justify-content-center align-items-end flex-column"
data-for="introduction">
<h1 class="display-1">Joseph Hanvy</h1>
<div class="d-flex mb-10">
<div class="d-inline-block role-switcher">
<div class="role"></div>
<div class="old-role"></div>
</div>
<h1 class="d-inline-block ml-3">| Developer</h1>
</div>
</article>
<article class="article-extension pr-5 container mr-0 text-white text-right w-100 justify-content-center align-items-end flex-column"
data-for="skills">
<h1 class="display-1">Skills</h1>
<section class="skill-info mw-40 text-left w-100">
<div id="dot-net-details" data-connect="dot-net" data-placement="right">
<h1>.NET</h1>
<p class="lead">
I've been using .NET for development professionally for the majority of my career. I have experience with Microsoft's desktop
technologies including WPF and Windows Forms. I've also built web API using .NET Core.
</p>
</div>
<div id="html5-details" data-connect="html5" data-placement="right">
<h1>HTML5</h1>
<p class="lead">
You can't develop with the web and not use HTML5. I've experience using modified HTML as part of templating languages as
using in Angular as well as working with plain HTML5, this site being an example.
</p>
</div>
<div id="css3-details" data-connect="css3" data-placement="right">
<h1>CSS & SCSS</h1>
<p class="lead">
Like HTML, CSS is a key part of web development, so I've used it extensively. I prefer to work with CSS pre-processors like
SCSS.
</p>
</div>
<div id="js-details" data-connect="js" data-placement="right">
<h1>JavaScript</h1>
<p class="lead">
I'm very comfortable with JavaScript, but I prefer having some type safety and default to TypeScript unless I want a light-weight
deployment. This site has been coded exclusively with JavaScript.
</p>
</div>
<div id="ts-details" data-connect="ts" data-placement="right">
<h1>TypeScript</h1>
<p class="lead">
My preferred JavaScript derivative. I love the security of typing, with the freedom of its optional nature. Our full stack
at Chiron is coded in TypeScript.
</p>
</div>
<div id="node-details" data-connect="node" data-placement="right">
<h1>Node</h1>
<p class="lead">
I picked Node for the backend for our start-up because it's easy integration with the front-end. It's also got a great and
diverse ecosystem.
</p>
</div>
<div id="angular-details" data-connect="angular" data-placement="right">
<h1>Angular</h1>
<p class="lead">
I've loved Angular since the first time I used it back when it was beta. I love the design decisions around modules, dependency
injection and templating, having implemented and used similar technologies in desktop development for years.
It forms a cornerstone of our technology stack for Chiron.
</p>
</div>
<div id="express-details" data-connect="express" data-placement="right">
<h1>Express</h1>
<p class="lead">
Express forms our backend server at Chiron and I've loved using it over the past few years. It's flexible, fast and extensible.
</p>
</div>
<div id="git-details" data-connect="git" data-placement="right">
<h1>Git</h1>
<p class="lead">
Git forms the cornerstone of modern day development, allowing for unprecedented collaboration. I've used other source control
solutions like SVG and StarTeam, but Git will always be my preference.
</p>
</div>
<div id="bootstrap-details" data-connect="bootstrap" data-placement="right">
<h1>Bootstrap</h1>
<p class="lead">
Bootstrap is my go-to CSS framework. I started Chiron without using any pre-made framework, but converted it to Bootstrap
for ease-of use and to follow a standard. Almost all web developers can work with it, and it can be easily
customised and styled.
</p>
</div>
</section>
</article>
<article class="article-extension pr-5 container mr-0 text-white w-100 align-items-center justify-content-end" data-for="get-in-touch">
<div class="botui-app-container" id="delivery-bot">
<bot-ui></bot-ui>
</div>
</article>
<article class="article-extension pr-5 container mr-0 text-white text-right w-100 justify-content-center align-items-end flex-column"
data-for="chiron">
<h1 class="display-1">Chiron </h1>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="text-primary active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1" class="text-primary"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2" class="text-primary"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100 mw-50" src="assets/chiron1.png" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-100 mw-50" src="assets/chiron2.png" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-100 mw-50" src="assets/chiron3.png" alt="Third slide">
</div>
<!-- <div class="carousel-item">
<img class="d-block w-100" src="assets/Profile.gif" alt="Third slide">
</div> -->
</div>
<a class="carousel-control-prev text-primary" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next text-primary" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</article>
<article class="article-extension pr-5 container mr-0 text-white w-100 justify-content-center align-items-end flex-column" data-for="qinetiq">
<div class="mw-40">
<h1 class="display-1">QinetiQ</h1>
<p class="lead">
At QinetiQ I work on Combat Ship system software, maintaining and producing desktop software for data processing and communication.
</p>
</div>
</article>
<article class="article-extension pr-5 container mr-0 text-white w-100 justify-content-center align-items-end flex-column" data-for="chiron-employment">
<div class="mw-40">
<h1 class="display-1">Chiron</h1>
<p class="lead">
I was brought into the Chiron team after working as a freelancer on their back and frontend software. I designed, and built
the Chiron administration, processing and customer facing systems from the ground up.
</p>
<p class="lead">
In September we deployed our first working prototype, a system that facilitated the business needs of Chiron - starting with
the most important, automating and streamlining administration tasks to allow for expansion of the business.
We've been growing and adding features to the system ever since.
</p>
</div>
</article>
<article class="article-extension pr-5 container mr-0 text-white w-100 justify-content-center align-items-end flex-column" data-for="baesystems">
<div class="mw-40">
<h1 class="d-none d-xl-block display-1">BAE Systems</h1>
<h1 class="d-block d-xl-none display-3">BAE Systems</h1>
<p>
A major part of my role has been to improve our product quality and establish a set of processes for managing software development
within the team. I created a tailored software process working with our engineering QA team that fit to our
needs as a small development team in a large business.
</p>
<p>
I was responsible for bringing a number of existing ‘proof of concept’ and trial projects through this process. This involved
documenting design, included gathering and managing requirements, creating and implementing testing documentation,
configuration control, defect management and putting the software through quality audits and design reviews.
</p>
<p>
I’ve managed the development of new products and projects, and re-architecting existing products to better meet updated requirements
and customer needs using technologies such as traditional desktop C# .NET, WPF, and expanded the technologies
we use into web interfaces with Angular 2, HTML and CSS.
</p>
<p>
Most recently I’ve architected and produced a client-server WCF-WPF application interfacing with OSISoft PI data store &
Asset Framework.
</p>
<p>
I’ve also been working on creating a distributed real-time data store, analysis and asset/metadata management system. I identified
this as a backbone to all of our future products, as there’s a core set of functionality I believe can be met
by a common package of software – reducing future support, investment and development costs.
</p>
</div>
</article>
<article class="article-extension pr-5 container mr-0 text-white w-100 justify-content-center align-items-end flex-column" data-for="sai-ltd">
<div class="mw-40">
<h1 class="d-none d-xl-block display-3">Scientific Analysis Instruments Ltd</h1>
<h1 class="d-block d-xl-none display-5">Scientific Analysis Instruments Ltd</h1>
<p class="lead">
During my time at SAI Ltd I worked on integrating external Gas Chromatographers with our software systems. This involved
both coding Java for the UI modules and C++ for machine interface modules.
</p>
<p class="lead">
I developed a software package to manage high throughput quantitation. Working with the scientists who would be using the
product both in a commercial and research environment. I built a specification, organised frequent demonstrations
to assess the suitability of the software throughout development to ensure it was fulfilling the requirements.
</p>
</div>
</article>
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
</div>
</section>
<section class="col-12 col-lg-6 main">
<div class="mh-40vh d-none d-lg-block">
</div>
<div class="mh-40vh static-col d-block d-lg-none bg-gradient text-white d-flex flex-column justify-content-end">
<div class="container">
<h1 class="display-3">Joseph Hanvy</h1>
<div class="d-flex mb-4">
<div class="d-inline-block role-switcher">
<div class="role"></div>
<div class="old-role"></div>
</div>
<h1 class="d-inline-block ml-3">| Developer</h1>
</div>
</div>
</div>
<div class="container w-auto mx-auto mx-xl-5 mx-lg-3">
<article class="article pt-6 pb-6" id="introduction">
<h1 class="text-primary">Who am I?</h1>
<p>
I'm a Software Developer based in the UK
</p>
<p>
I'm an experienced .NET desktop and web developer familiar with the needs of small and large businesses. I work in high-security
software development using .NET for the defence industry, and in my own time I'm CTO of a tech-focused dynamic
web startup using Node, Angular 5 and TypeScript.
</p>
</article>
<article class="article pt-6 pb-6" id="skills">
<h1 class="text-primary">Skills</h1>
<div class="row d-flex align-content-start flex-wrap justify-content-center text-secondary">
<div class="skill-square" data-connect="dot-net" data-placement="left" data-hover="dot-net-details">
<i class="icon-lg devicon-dot-net-plain"></i>
<h5 class="text-center">.NET</h5>
</div>
<div class="skill-square" data-connect="html5" data-placement="left" data-hover="html5-details">
<i class="icon-lg devicon-html5-plain"></i>
<h5 class="text-center">HTML5</h5>
</div>
<div class="skill-square" data-connect="css3" data-placement="left" data-hover="css3-details">
<i class="icon-lg devicon-css3-plain"></i>
<h5 class="text-center">CSS3</h5>
</div>
<div class="skill-square" data-connect="js" data-placement="left" data-hover="js-details">
<i class="icon-lg devicon-javascript-plain"></i>
<h5 class="text-center">JavaScript</h5>
</div>
<div class="skill-square" data-connect="ts" data-placement="left" data-hover="ts-details">
<i class="icon-lg devicon-typescript-plain"></i>
<h5 class="text-center">TypeScript</h5>
</div>
<div class="skill-square" data-connect="node" data-placement="left" data-hover="node-details">
<i class="icon-lg devicon-nodejs-plain"></i>
<h5 class="text-center">NodeJS</h5>
</div>
<div class="skill-square" data-connect="angular" data-placement="left" data-hover="angular-details">
<i class="icon-lg devicon-angularjs-plain"></i>
<h5 class="text-center">Angular</h5>
</div>
<div class="skill-square" data-connect="express" data-placement="left" data-hover="express-details">
<i class="icon-lg devicon-express-original"></i>
<h5 class="text-center">Express</h5>
</div>
<div class="skill-square" data-connect="git" data-placement="left" data-hover="git-details">
<i class="icon-lg devicon-git-plain"></i>
<h5 class="text-center">Git</h5>
</div>
<div class="skill-square" data-connect="bootstrap" data-placement="left" data-hover="bootstrap-details">
<i class="icon-lg devicon-bootstrap-plain"></i>
<h5 class="text-center">Bootstrap</h5>
</div>
</div>
</article>
<article class="article pt-6 pb-6" id="get-in-touch">
<h1 class="text-primary">Get in touch</h1>
<p>
Get in touch through social media, or by sending me an email.
</p>
<div class="d-flex align-content-start flex-wrap justify-content-center text-secondary">
<div class="mx-2 text-primary d-flex align-items-center">
<img height="32" width="32" src="https://unpkg.com/simple-icons@latest/icons/linkedin.svg" />
<a class="mx-2" href="https://www.linkedin.com/in/joseph-hanvy-8a81167b/">Linked In</a>
</div>
<div class="mx-2 text-primary d-flex align-items-center">
<img height="32" width="32" src="https://unpkg.com/simple-icons@latest/icons/gmail.svg" />
<a class="mx-2" href="mailto:[email protected]">Email</a>
</div>
<div class="mx-2 text-primary d-flex align-items-center">
<img height="32" width="32" src="https://unpkg.com/simple-icons@latest/icons/github.svg" />
<a class="mx-2" href="https://github.com/hanvyj">Github</a>
</div>
<div class="mx-2 text-primary d-flex align-items-center">
<img height="32" width="32" src="https://unpkg.com/simple-icons@latest/icons/stackoverflow.svg" />
<a class="mx-2" href="https://stackoverflow.com/users/1305699/joe">Stack overflow</a>
</div>
<div class="mx-2 text-primary d-flex align-items-center">
<img height="32" width="32" src="https://unpkg.com/simple-icons@latest/icons/upwork.svg" />
<a class="mx-2" href="https://www.upwork.com/o/profiles/users/_~016d1d78677d256c6d/">Upwork</a>
</div>
</div>
</article>
<article class="article pt-6 pb-6" id="chiron">
<h1 class="text-primary">Projects</h1>
<p>
Most of my projects are ether for clients, or employers and as such as not open source. I'll put any that can be shared on here.
</p>
<p>You can see feedback from clients for some of these projects on my <a href="https://www.upwork.com/o/profiles/users/_~016d1d78677d256c6d/">Upwork Profile.</a></p>
<h2 class="text-primary">Chiron Tutors Web App</h2>
<a href="https://www.app.chirontutors.com/home">www.app.chirontutors.com</a>
<p>Custom built online marketplace built in Angular with a Node/Express backend.</p>
<p>
The client wanted an online solution to manage the admin, and backend work of running a tutoring business - with a final
goal of expanding this into a fully-fledged marketplace and tutoring platform that supported invoicing and
payment facilitation between tutors and clients, job bidding and matching, tutor time keeping and lesson planning.
</p>
<p>
The fronted is written in Angular 5, with NgRx Store and ImmutableJS. The backend is a fully custom ExpressJS system using
Node and TypeScript and MySQL.
</p>
<p>
Stripe was used for processing customer payments.
</p>
<p>
The project was so successful I was asked to join the Chiron team, and given a share in the company and continue to develop
the software and business.
</p>
<span class="badge badge-info">Angular</span>
<span class="badge badge-info">Express</span>
<span class="badge badge-info">TypeScript</span>
<span class="badge badge-info">Node</span>
</article>
<article class="article pt-6" id="qinetiq">
<h1 class="text-primary">Employment</h1>
<div class="text-center d-flex align-items-center flex-column">
<h1 class="text-primary">QinetiQ</h1>
<h2 class="text-muted">Software Engineer</h2>
<h5 class="text-muted">Sept 2017 - now</h5>
<div class="d-flex">
<span class="badge badge-info mx-2">.NET</span>
<span class="badge badge-info mx-2">Windows Forms</span>
<span class="badge badge-info mx-2">Java</span>
</div>
</div>
<div class="mt-2 pt-6 w-connector bg-secondary mx-auto"></div>
</article>
<article class="article" id="chiron-employment">
<div class="mb-2 pt-6 w-connector bg-secondary mx-auto"></div>
<div class="text-center d-flex align-items-center flex-column">
<h1 class="text-primary">Chiron Tutors</h1>
<h2 class="text-muted">CTO</h2>
<h5 class="text-muted">August 2017 - now</h5>
<div class="d-flex">
<span class="badge badge-info mx-2">Angular</span>
<span class="badge badge-info mx-2">Express</span>
<span class="badge badge-info mx-2">TypeScript</span>
<span class="badge badge-info mx-2">Node</span>
</div>
</div>
<div class="mt-2 pt-6 w-connector bg-secondary mx-auto"></div>
</article>
<article class="article" id="baesystems">
<div class="mb-2 pt-6 w-connector bg-secondary mx-auto"></div>
<div class="text-center d-flex align-items-center flex-column">
<h1 class="text-primary">BAE Systems</h1>
<h2 class="text-muted">Software Design Engineer</h2>
<h5 class="text-muted">Sept 2011 - Sept 2017</h5>
<div class="d-flex">
<span class="badge badge-info mx-2">.NET</span>
<span class="badge badge-info mx-2">WPF</span>
<span class="badge badge-info mx-2">WCF</span>
</div>
</div>
<div class="mt-2 pt-6 w-connector bg-secondary mx-auto"></div>
</article>
<article class="article pb-6" id="sai-ltd">
<div class="mb-2 pt-6 w-connector bg-secondary mx-auto"></div>
<div class="text-center d-flex align-items-center flex-column">
<h1 class="text-primary">Scientific Analysis Instruments Ltd</h1>
<h2 class="text-muted">Software Developer</h2>
<h5 class="text-muted">Sept 2010 - Sept 2011</h5>
<div class="d-flex">
<span class="badge badge-info mx-2">Java</span>
<span class="badge badge-info mx-2">Swing</span>
</div>
</div>
</article>
</div>
<div class="mh-40vh"></div>
</section>
</main>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.4/TweenMax.min.js"></script>
<script src="https://cdn.jsdelivr.net/vue/latest/vue.min.js"></script>
<script src="dist/bundle.js"></script>
</body>
</html>