-
Notifications
You must be signed in to change notification settings - Fork 1
/
tulip_jobDescription.html
73 lines (64 loc) · 3 KB
/
tulip_jobDescription.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
<!DOCTYPE html>
<html lang="en" xml:lang="en" xmlns= "http://www.w3.org/1999/xhtml">
<!-- include script for html-includes-->
<script src="js/w3.js"></script>
<body>
<!--include the header with navigation bar-->
<div w3-include-html="header.html"></div>
<div w3-include-html="tulip_navigation_bar.html"></div>
<script>
w3.includeHTML();
</script>
<div class="container">
<p>
<strong>Official Title:</strong> Full-Stack Developer
<br><br>
<strong>Description:</strong> <br>
We are looking for enthusiastic software developers who aren't afraid to take on big
and exciting challenges. We are a small, growing team of engineers that believe in deploying
often and fast, and pushing each other to become better at our craft. As a software developer,
you will design and build a complete solution, including the latest in web and mobile technology.
You will be part of a mid-sized startup that is poised to break in to a massive untapped space.
<br><br>
<strong>My Role:</strong><br>
* Work with an agile and highly skilled development team<br>
* Build and design RESTful APIs<br>
* Create elegant and functional mobile and web applications<br>
* Integrate the Tulip platform with the retail systems of world class brands
<br><br>
<strong>Expectations:</strong><br>
* Reading and interpreting big data<br>
* Experience with common web technologies, such as: PHP, mySQL, nginx, redis, Python<br>
* Thoughtful problem solvers who can simplify complex processes<br>
* Experience building and shipping iOS applications is a plus<br>
* No jerks
<br><br>
<strong>My Time at Tulip:</strong><br>
During my 4 month co-op at Tulip I worked on a team which serviced the client <a href="https://well.ca">well.ca</a>
the team consisted of myself, another co-op and our manager. The small team dynamic meant that we all had to
be able to deal with all components of the very large and intricate website.
<br><br>
<strong>My Expectations:</strong> <br>
* Manage time effectively an>d complete tasks in a timely manner <br>
* Be able to understand complex systems, designed and implemented in a variety of ways <br>
* Communicate effectively with the team about ongoings <br>
</p>
</div>
<div class="container">
<!-- Footer -->
<footer>
<div class="row">
<div class="col-lg-12">
<p>Copyright © Dalton Polhill 2017</p>
</div>
</div>
<!-- /.row -->
</footer>
</div>
<!-- /.container -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>