-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathbackenddev.html
197 lines (145 loc) · 9.58 KB
/
backenddev.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
<!DOCTYPE html>
<html lang="en">
<head>
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="img/favicon.ico">
<title>NYC Opportunity</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/jumbotron-narrow.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!--JS-->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src = "https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src ="js/bootstrap.min.js"></script>
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!--<script src="../../assets/js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<br>
<!-- Static navbar -->
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.html" class="pull-left"><img src="img/nycopp.png" height="35px"style="PADDING-TOP: 15px"></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">About</a></li>
<li><a href="mailto:[email protected]">Contact</a></li>
<li class="dropdown">
<a href="http://getbootstrap.com/examples/navbar/#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Open Positions <span class="caret"></span></a>
<ul class="dropdown-menu">
<li class="dropdown-header">Data</li>
<li><a href="dataarchitect.html">Data Architect</a></li>
<li><a href="businessintelligenceanalyst.html">Business Intelligence Analyst</a></li>
<br>
<li class="dropdown-header">Design & Product</li>
<li><a href="deputydesigndirector.html">Deputy Design Director</a></li>
<li><a href="studiomanager.html">Studio Manager</a></li>
<li><a href="designer.html">Designer</a></li>
<li><a href="trainer.html">Training and Outreach Specialist</a></li>
<li><a href="apprentice.html">Apprentice</a></li>
<br>
<li class="dropdown-header">Technology</li>
<li><a href="director_techdev.html">Director of Technology Development</a></li>
<li><a href="infrastructuremanager.html">Infrastructure Manager</a></li>
<li><a href="backenddev.html">Back End Developer</a></li>
<li><a href="fullstackdev.html">Full Stack Developer</a></li>
</ul>
</li>
</ul>
</div>
<div class="well">
<h1><b><font color="#2F334F">Back End Developer</font></b></h1>
<p class="lead">As part of the Technology Development Team, the Back End Developer manages the interchange of data between the server and the end user interface. S/he will manage the development of all server-side logic, definition and integration to ensure high performance and responsiveness to requests from the front end.</p>
<br>
<p align="right"><a href="index.html"><button type="button" class="btn btn-primary btn-lg"><b>Learn More About Our Work</b></button></a></p>
</div>
<div class="row marketing">
<div class="col-lg-6">
<div class="panel panel-primary">
<div class="panel-heading"><h3><span class="glyphicon glyphicon-flag" aria-hidden-"true"></span> <b>Responsibilities</b></h3></div>
<div class="panel-body"><p><h4>
<ul>
<li>Integration of user-facing elements developed by front end developers with server side logic.</li>
<li>Develop and implement web services and APIs.</li>
<li>Setup and manage hosting environments including database administration and scaling an application to support load changes; work with the NYC Department of Information Technology and Telecommunications (DoITT), the City's centralized technology organization, as required.</li>
<li>Collaborate with designers, product managers and other technology development team members on prototyping and user testing efforts.</li>
<li>Coordinate development efforts with internal and vendor teams.</li>
<li>Implement security and data protection protocols in accordance with citywide security policies.</li>
<li>Provide production management support input for the design of new application builds.</li>
<li>Investigate and follow-up with various stakeholders (e.g., DoITT, vendors) to resolve issues.</li>
</p>
<br>
<div class ="container>"
<div class="row">
<div class="col-md-4">
</a>
</div>
</div>
<p>
</p></div></div></div>
<div class="col-lg-6">
<div class="panel panel-primary">
<div class="panel-heading">
<h3><span class="glyphicon glyphicon-ok-sign" aria-hidden-"true"></span> <b>Skills We're Seeking</b></h3></div>
<h4><div class="panel-body">
<div class="row">
<div class="col-sm-4"><h2><center><span class="glyphicon glyphicon-tasks" aria-hidden-"true"></span></h2></center><h4>Proficient knowledge of a server-side programming language like Java, C#, .NET, Ruby, Python, Javascript, PHP.</h4></div>
<div class="col-sm-4"><h2><center><span class="glyphicon glyphicon-equalizer" aria-hidden-"true"></span></h2></center><h4>Proficient knowledge of most common databases include Oracle, Microsoft SQL Server, MySQL, MongoDB, CouchDB, etc.</h4></div>
<div class="col-sm-4"><h2><center><span class="glyphicon glyphicon-transfer" aria-hidden-"true"></span></h2></center><h4>Experience working with web services like SOAP, REST and code versioning tools, such as Git.</h4></div>
</div>
<div class="row">
<div class="col-sm-4"><h2><center><span class="glyphicon glyphicon-hdd" aria-hidden-"true"></span></h2></center><h4>Experience working with cloud computing integration such AWS, Azure or private cloud environments.</h4></div>
<div class="col-sm-4"><h2><center><span class="glyphicon glyphicon-list-alt" aria-hidden-"true"></span></h2></center><h4>Basic understanding of front-end technologies and platforms, such as JavaScript, HTML5, and CSS3.</h4></div>
<div class="col-sm-4"><h2><center><span class="glyphicon glyphicon-asterisk" aria-hidden-"true"></span></h2></center><h4>Familiar with backend frameworks to build server-side software like Node.js, Express.js.</h4></div>
</div>
<div class="row">
<div class="col-sm-4"><h2><center><span class="glyphicon glyphicon-user" aria-hidden-"true"></span></h2></center><h4>Understanding accessibility and security compliance including user authentication and authorization between multiple systems, servers, and environments.</h4></div>
<div class="col-sm-4"><h2><center><span class="glyphicon glyphicon-star" aria-hidden-"true"></span></h2></center><h4>Experience and knowledge of Content management system (CMS) development, deployment, and maintenance.</h4></div>
<div class="col-sm-4"><h2><center><span class="glyphicon glyphicon-retweet" aria-hidden-"true"></span></h2></center><h4>Knowledge of rule engines, such as Drools development, deployment, and maintenance.</h4></div>
</div>
</br>
</div>
</div>
<div class="panel panel-primary">
<div class="panel-heading">
<h3><span class="glyphicon glyphicon-education" aria-hidden-"true"></span> <b>Education and Experience</b></h3></div>
<h4><div class="panel-body">
<p>Bachelor's degree in technology or equivalent preferred with 3-5 years of experience in digital services and technology development.
<p>
If you're a recent graduate of a developer bootcamp, we recommend you check out our <a href="apprentice.html">Apprenticeship</a> program.
</div>
</div>
</div>
<footer class="footer">
<div class="container"><h3><b>Interested in this position? </b><a href="mailto:[email protected]?subject=Back End Developer"><button type="button" class="btn btn-success btn-lg"><b><span class="glyphicon glyphicon-envelope" aria-hidden-"true"></span> Send us a note</b></button></a></div>
<br>
<br>
</footer>
</div> <!-- /container -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>