-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCIBC_WT2.html
192 lines (189 loc) · 10.8 KB
/
CIBC_WT2.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="stylesheet" href="css/CIBC.css">
<title>Andrew Linington</title>
</head>
<body>
<div>
<div class="sidenav">
<a id="home" title="Home" href="index.html">Andrew Linington</a>
<div class="work-term-box" title="Work Term 1">
<a href="CIBC_WT1.html">
<img src="images/CIBC.png" alt="Work Term 1"> Work Term 1 </a>
</div>
<div class="work-term-box" title="Work Term 1">
<a href="CIBC_WT2.html">
<img src="images/CIBC.png" alt="Work Term 2"> Work Term 2 </a>
</div>
<div class="work-term-box" title="LinkedIn">
<a href="https://www.linkedin.com/in/andrew-linington" target="_blank">
<img src="images/LinkedIn.png" alt="LinkedIn"> LinkedIn </a>
</div>
</div>
<div id="main">
<br/>
<div >
<br/>
<img src="images/CIBC.png" class="centered-block"/>
<h1 style="text-align: center;">
Coop Term 2 - CIBC
</h1>
<br/>
</div>
<div class="card">
<h2>
Introduction
</h2>
<p>
My name is Andrew Linington. I am a forth year Software Engineering Student with a minor in Mathematics from the University of Guelph. This page will give you the details of my employment with CIBC in Toronto, Ontario, Canada.
I plan to convey how through my work I was able to succeed in a remote work-term environment with CIBC.
</p>
</div>
<div class="card">
<h2>
Employer Information
</h2>
<p>
CIBC is a Canadian banking company that was founded in 1867 as Canadian Bank of Commerce, now known as Canadian Imperial Bank of Commerce.
They have many branches located across America, Europe and Asia with a focus in Canadian Banking with over eleven million clients.
My team, LiveLabs, is the Innovation & Digital Technology Lab of CIBC which developed technology and new improvements to existing technology for our clients.
</p>
</div>
<!--Add new Info here -->
<div class="card">
<h2>
Job Description
</h2>
<p>
During my 4 months at CIBC, I was a software engineer working on a Full-Stack project.
This work term followed a lot of the same technologies as my previous work term where I used Android Studio and Xcode as my means of development for Android and iOS, and developed a backend using Spring boot.
For this work term the Spring boot backend used AWS to host itself and was developed in Java to perform actions as a server for our apps.
For Android development this work term I was working with existing tools I had used before for app development with the added benefit of working within the Android widget lifecycle for the project.
For iOS this work term I was allowed to work with new technologies with swiftUI 2 for a majority of the management of UI elements which was key to the development of widgets for our internal project.
</p>
</div>
<!-- Goals -->
<div class="card">
<h2>
Goals
</h2>
<p>
<div class="list">
<ol>
<li>
Over the course of my second work term at CIBC I was given the opportunity to work more actively with existing CIBC products.
Some of this development included the use of CIBC's deeplinks and public facing Api's which i had never had the opportunity to work with before.
In order to reach my goal of understanding these tools I had to deepen my understanding through communicating with team members and looking through documentation.
after searching documentation i would take the time to work with the tolls then ask questions of team members if the internal documentation was lacking.
As a result of these actions I was able to gain a deeper understanding of my project and finalize my work on the project with these tools.
</li>
<br>
<li>
At CIBC LiveLabs, my team was Agile. Every day we took part in agile ceremonies which was something new and made me want to become as involved as possible.
So in order to achieve my goal I aimed to maintain the trello board and participate more in IPM meetings, daily stand ups, retros and demos.
After setting out to complete this goal I ended up completing significantly more Trello tickets and created more as necessary changes arose.
In addition to the changes to the trello boards, I took the opportunity to involve myself more in Agile ceremonies like demos and retros where I would share the state of the project with my team.
</li>
<br>
<li>
Finally my last goal for my work term with CIBC was to gain some overall exposure to iOS and Swift, a language and system I had never had the opportunity to work with before.
My focus with working in iOS development was to learn more about the tools and how to implement the Figma designs, which required a deeper understanding of the storyboard and some exposure to development tools.
Over the course of this work term I was extremely happy to learn how to work with XCode, as painful as it can be to work with at times, through picking up numerous more tickets involving iOS development.
While learning Swift, I was exposed to new tools for testing and wanted to ensure they were used effectively so I migrated existing mocks from being copy pasted to extending the original code with no API calls.
While developing for iOS, I was able to expose myself to working with storyboard and learn how to move between screens in numerous ways the rest of my team had not used before and helped to simplify existing designs we had implemented.
Although I was able to learn a lot, the work for developing the app was not completely finished in my term but was left in a decent place for future development.
</li>
</ol>
</div>
</p>
</div>
<!-- Conclusion -->
<div class="card">
<h2>
Conclusion
</h2>
<p> Overall this work term allowed me to take some time to take my existing knowledge during the previous work term and cement it.
In addition to this i was given the opportuinty to take a mentorship role in teaching others about working with these technologies.
</p>
<h4>Improved Technologies:</h4>
<div class="list">
<ul>
<li>
Java
</li>
<li>
REST APIs
</li>
<li>
Agile
</li>
<li>
Git
</li>
<li>
AWS
</li>
<li>
iOS
</li>
<li>
Spring Boot
</li>
<li>
Android
</li>
<li>
Test Driven Development
</li>
<li>
Pair Programming
</li>
<li>
Scrum
</li>
<li>
noSQL
</li>
<li>
Gradle
</li>
<li>
nginx
</li>
<li>
XCode
</li>
<li>
MacOS
</li>
<li>
Github
</li>
</ul>
</div>
<h4>New Technologies:</h4>
<div class="list">
<ul>
<li>
SwiftUI 2
</li>
<li>
Jenkins
</li>
<li>
Github Actions
</li>
</ul>
</div>
<p>
This semester was a great opportunity to revisit existing technologies at my work place and enhance my understanding of
working in a team outside of the typical school environment.
</p>
</div>
<!-- Acknowledgements -->
</div>
</div>
</body>
</html>