-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcareer.php
70 lines (54 loc) · 2.28 KB
/
career.php
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
<html>
<head>
<title>Careers- TestSmart</title>
<link rel="stylesheet" type="text/css" href="css/final.css" />
</head>
<body>
<div id="career_div">
<?php include("_final_header.php"); ?>
<h1>Executive Team-Technical Co-founder.</h1>
<p>
<pre>
What we're looking for:
TestSmart is seeking a technical lead who wants to manage a team with serious CS skills, building technology that really helps people. You enjoy a good conversation about theory or architecture, but you are happiest helping your team members grow and defining the direction of your team. You have the technical skills and experience necessary to help your team members with tough technical challenges and you're not afraid to dive in and write code with the rest of the team.
</pre>
</p>
<p>
<pre>
Working at TestSmart
We were recently named the Best Place to Work in New York City by Crain's New York, which means that they asked everyone who works here how much they loved their job and everyone answered in the range of "a lot" to "a helluva lot." The truth is, we have a lot of fun doing our job. We get excited about sharing some new C# language feature or optimization strategy. We go on semi-annual hackathons to remote, exotic places (like the Catskills and Long Island!). Pizza and beer are never far away. Neither are granola and tea, for that matter.
</pre>
</p>
<p>
<pre>
Our Offices
We work in a massive loft-y space in the heart of SoHo. Devs get top-notch gear (24gb RAM, 4 monitor setups, etc) and interact a lot with the rest of the team.
</pre>
</p>
<p>
<pre>
We want someone who:
- Is experienced with an OOP language
- Has used a relational or non-relational or ur-relational database
- Is driven by an unknown force to change healthcare for the better
- Likes thinking about performance. All. The. Time.
As a ZocDoc employee you get:
- A feeling of accomplishing something genuinely useful to humanity
- Relocation fees fully covered
- A competitive salary
- Free catered lunches every day
- 100% employer-covered health insurance
- Stock Options
- A hoverboard*
- *subject to availability
</pre>
</p>
<p>
To apply please <a href="contact.php">contact us.</a>
</p>
</div>
<?php
include("_final_footer.php");
?>
</body>
</html>