-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (66 loc) · 4.31 KB
/
index.html
File metadata and controls
75 lines (66 loc) · 4.31 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>dangular</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<img src="images/dhayes_md.jpg" height="300"/>
<h2>Dan Hayes</h2>
<div>dangular</div>
<div><a href="https://github.com/dangular/dangular.github.io/wiki/About">More About Me</a></div>
<p class="view"><a href="https://github.com/dangular">View My GitHub Profile</a></p>
<a href="http://www.linkedin.com/in/dan19460" >
<img src="http://www.linkedin.com/img/webpromo/btn_viewmy_160x25.gif" border="0" alt="View Dan Hayes's profile on LinkedIn"/>
</a>
<!-- <a href="http://www.angularjs.org"><img src="http://angularjs.org/img/AngularJS-large.png"/></a> -->
</header>
<section>
<p>My name is Dan Hayes and I am a free lance software architect specializing in building dynamic, single page web
applications based upon the <a href="http://angularjs.org">Angular.js</a> Javascript SPA framework. Angular.js
offers a 2-way binding model, a dependency injection container, a modular architecture, and a rich set of built-in
services that make writing large single page web applications manageable for even the most sophisticated enterprise
applications.</p>
<p>As an experienced <strong>Certified Java Enterprise Architect</strong>, I see Angular used in conjunction with server
side Java technologies such as Spring running within Java Enterprise or Servlet containers. For companies
with huge investments in these infrastructures, this is a logical combination that can yield outstanding results.
However, the most exciting developments are occurring in environments that have opened the door to application
development based entirely upon the <em>MEAN Stack</em>.</p>
<img src="images/mean.jpg" height="60"/>
<p><em>MEAN</em>, which stands for <a target="_blank" href="https://www.mongodb.org/">Mongo DB</a>,
<a target="_blank" href="http://expressjs.com">Express</a>, <a target="_blank" href="http://angularjs.org">Angular</a>,
and <a target="_blank" href="http://nodejs.org">Node</a>, is a compelling set of complimentary technologies
that is challenging the traditional paradigms of web application development. Based upon the Javascript programming
language, the <em>MEAN</em> technologies work together to deliver a highly productive, event driven programming model
that fully supports the construction of highly interactive web interfaces. When combined with a responsive CSS layout
library such as <a href="http://getbootstrap.com" target="_blank">Twitter Bootstrap</a>, the velocity of multi-device
application development is taken to the next level.</p>
<h3>
<a name="opportunities" class="anchor" href="#opportunities"><span
class="octicon octicon-link"></span></a>Professional Opportunities</h3>
<p>I am available for consulting opportunities on a full-time and part-time basis and equally comfortable in both
<em>hybrid</em> (i.e. Angular + Java EE) or <em>100% Javascript</em> (MEAN) environments. I also have access
to a network of highly qualified Angular and Java resources for larger project work. If you would like to contact
me further regarding professional opportunities, please reach out via
<a target="_blank" href="http://www.linkedin.com/in/dan19460">Linked In</a>.</p>
<p>You can learn more about me <a href="https://github.com/dangular/dangular.github.io/wiki/About">here</a>.</p>
</section>
<footer>
<p>
<small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a>
</small>
</p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>