-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinternchecklist.html
27 lines (25 loc) · 1.96 KB
/
internchecklist.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
<html>
<style>
</style>
<body>
<form>
<h1>Required Skills and Background:</h1>
<input type="checkbox" id="check0"> <label for="check0">Money ask is less than $30/hour</label></br>
<input type="checkbox" id="check1"> <label for="check1">Plan to be enrolled full-time in classes in the summer or fall of 2021, working towards a degree in Computer Science, or a closely related field</label></br>
<input type="checkbox" id="check2"> <label for="check2">Demonstrable experience with an object-oriented programming language</label></br>
<input type="checkbox" id="check3"> <label for="check3">Demonstrable experience developing software in internships, school projects, or other software applications</label></br>
<input type="checkbox" id="check4"> <label for="check4">Understanding of computer science fundamentals</label></br>
<h1>Prefer demonstrable experience with some of the following:</h1>
<input type="checkbox" id="check5"> <label for="check5">One or more of the programming languages used at TechSmith. TechSmith developers use C++, C#, Objective-C, Objective-C++, Swift, and JavaScript depending on team and product assignment.</label></br>
<input type="checkbox" id="check6"> <label for="check6">Collaborating on software projects with teammates</label></br>
<input type="checkbox" id="check7"> <label for="check7">Agile development process</label></br>
<input type="checkbox" id="check8"> <label for="check8">Git and GitHub source control</label></br>
<input type="checkbox" id="check9"> <label for="check9">Software testing and debugging</label></br>
<input type="checkbox" id="check10"> <label for="check10">Automated testing framework and writing automated tests</label></br>
<input type="checkbox" id="check11"> <label for="check11">Visual Studio, Visual Studio Code, or Xcode</label></br>
<input type="checkbox" id="check12"> <label for="check12">Participating in quality best practices such as pair programming and code reviews</label></br>
<br>
<input type="reset">
</form>
</body>
</html>