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
|
\input color
\nopagenumbers
\setbox0=\hbox{\vrule}
\newdimen\leftwid\leftwid=2in
\newdimen\rightwid
\rightwid=6.5in
\advance\rightwid by -\leftwid
\advance\rightwid by -3\wd0
\advance\rightwid by -16pt % padded box
\def\tr{\noalign{\hrule\penalty-5}}
\def\link#1{%
\leavevmode
\pdfstartlink
user{/Subtype /Link
/Border [ 0 0 0 ]
/A <<
/Type /Action
/S /URI
/URI (#1)
>>}%
{\tt \color{blue} #1}%
\pdfendlink
}
\long\def\pad#1{\vtop{\hbox{\hskip4pt #1\hskip 4pt}\vskip 4pt}}
\parindent5pt
\halign{\vrule\pad{\vtop{\emergencystretch.5in\hsize\leftwid\unskip #\ignorespaces}}\vrule&
\strut\pad{\vtop{\hsize\rightwid\unskip #\ignorespaces}}\vrule\cr\tr
Name&
Holden Rohrer\cr\tr
Internship location and site supervisor's name&
7Factor, Chelsea Green\cr\tr
Please describe your main duties and responsibilities at the
Internship site, what you are doing, and why&
I was responsible for analyzing existing code and writing new
code to fix bugs and add new features, in response to
``stories'' that are written by the 7Factor sales team based on
customer requests or predicted needs.\cr\tr
Reason for your choice of Internship in this career field&
I want to be a software developer in my professional career, so
I was interested in getting hands-on experience with a project
that people actually use, instead of the more toy-like projects
that I've previously worked on.\cr\tr
Personal characteristics and lessons you learned from this
semester's internship experience&
\noindent Characteristics about yourself that you learned from the
internship:\par
{\parindent0pt\leftskip5pt
From this internship experience, I now know that I want to
be a software developer if the career is anything like my
internship, because I love this kind of problem-solving,
even if it requires banging your head against the wall over
and over and over again.
\par}
\noindent Major lessons you learned from the internship:\par
{\parindent0pt\leftskip5pt
I also learned that I get really focused into a task, which,
while sometimes beneficial, means that I should focus more
on intentionally managing my priorities and schedules
between different assignments and responsibilities.
\par}
\cr\tr
What was the greatest thing you got to do, learn, or see through
your internship?&
I also learned that I get really focused into a task, which,
while sometimes beneficial, means that I should focus more on
intentionally managing my priorities and schedules between
different assignments and responsibilities.\cr\tr
How did this internship impact you?&
This internship has taught me a lot about how to structure
maintainable code on a large, team-built project where I don't
know every detail of many of the components.\cr\tr
Is there anything else you want us to know about your internship
site, site supervisor, and/or experience?&
No\cr\tr
{\bf Video Link:}&
See attached presentation\cr\tr
}
\bye
|