You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/App.tsx
+81-81Lines changed: 81 additions & 81 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
importReactfrom"react";
2
-
import{Container,Row,Col}from"react-bootstrap";
1
+
importReactfrom'react';
2
+
import{Container,Row,Col}from'react-bootstrap';
3
3
4
4
// import logo from './logo.svg';
5
-
import"./App.css";
5
+
import'./App.css';
6
6
import{
7
7
Title,
8
8
TitleLabel,
@@ -14,7 +14,7 @@ import {
14
14
SideList,
15
15
Pills,
16
16
Position
17
-
}from"./App.style.js";
17
+
}from'./App.style.js';
18
18
19
19
exportdefaultfunctionApp(){
20
20
return(
@@ -52,8 +52,8 @@ export default function App() {
52
52
time="Feb 2020 - Present"
53
53
duties={[
54
54
"Perform technical interviews to grow the team. Mentoring and 1 on 1's for to improve team skills",
55
-
"Involved in building a design system and shared component library to unify the user experience",
56
-
"Involvement in major web stack migration to micro services and micro front-end technologies"
55
+
'Involved in building a design system and shared component library to unify the user experience',
56
+
'Involvement in major web stack migration to micro services and micro front-end technologies'
57
57
]}
58
58
/>
59
59
</Experience>
@@ -63,20 +63,20 @@ export default function App() {
63
63
title="Lead Mobile Application Developer - Game"
64
64
time="Mar 2019 – Sep 2019"
65
65
duties={[
66
-
"Build internal tools from feedback to dramatically improve mobile QA testing speed",
67
-
"Improved mobile user experience and created a standard method for mobile-specific features",
68
-
"Design and build automation pipelines for test builds, productions builds and deployment",
69
-
"Facilitate cross-team collaboration to improve the mobile experience in all parts of the company"
66
+
'Build internal tools from feedback to dramatically improve mobile QA testing speed',
67
+
'Improved mobile user experience and created a standard method for mobile-specific features',
68
+
'Design and build automation pipelines for test builds, productions builds and deployment',
69
+
'Facilitate cross-team collaboration to improve the mobile experience in all parts of the company'
70
70
]}
71
71
/>
72
72
<Position
73
73
title="Senior Full Stack Developer - School Leader App"
74
74
time="Jun 2018 – Mar 2019"
75
75
duties={[
76
-
"Primary role is to develop new features and improve the Admin/Principal user experience",
76
+
'Primary role is to develop new features and improve the Admin/Principal user experience',
77
77
"Create user management system to remove and invite new users to an Principal's school",
78
-
"Develop several in-house tools to improve productivity including CI tools and Slack bots",
79
-
"Trained and mentored for several junior and intermediate developers in the company"
78
+
'Develop several in-house tools to improve productivity including CI tools and Slack bots',
79
+
'Trained and mentored for several junior and intermediate developers in the company'
80
80
]}
81
81
/>
82
82
</Experience>
@@ -86,10 +86,10 @@ export default function App() {
86
86
title="Senior Frontend Developer"
87
87
time="Oct 2017 – Jun 2018"
88
88
duties={[
89
-
"Support and maintain the existing Novus app. Includes a user-facing website and a custom CMS",
90
-
"Designed a maintainable, reproducible app template that can be used across the Ingle product line. This dramatically reduced the amount of maintenance and bugs",
91
-
"Create custom company-facing dashboard app with multiple sign-in routes, analytics and tools",
92
-
"Train interns and other employees with pair programming and code reviews",
89
+
'Support and maintain the existing Novus app. Includes a user-facing website and a custom CMS',
90
+
'Designed a maintainable, reproducible app template that can be used across the Ingle product line. This dramatically reduced the amount of maintenance and bugs',
91
+
'Create custom company-facing dashboard app with multiple sign-in routes, analytics and tools',
92
+
'Train interns and other employees with pair programming and code reviews',
93
93
'Promote extra curricular coding activities like running a team "Advent Of Code" scoreboard.'
94
94
]}
95
95
/>
@@ -103,12 +103,12 @@ export default function App() {
103
103
title="Full Stack and Mobile Development"
104
104
time="August 2011 – June 2017"
105
105
duties={[
106
-
"Full-time contracting including initial pitch meetings all the way through to final product",
107
-
"Perform interviews and hiring to advise how companies should hire their teams",
108
-
"Requirements gathering, design, proof of concept and mvp implementations",
109
-
"Perform upgrades, maintenance or build new features to existing products",
110
-
"Built Mobile Apps, Websites and Hardware projects involving GPS and Bluetooth",
111
-
"Clients included IBM, NYPD, Syfy/Space Channel, NBC, Hatch, and many small startups, nonprofits and charities in the Toronto area"
106
+
'Full-time contracting including initial pitch meetings all the way through to final product',
107
+
'Perform interviews and hiring to advise how companies should hire their teams',
108
+
'Requirements gathering, design, proof of concept and mvp implementations',
109
+
'Perform upgrades, maintenance or build new features to existing products',
110
+
'Built Mobile Apps, Websites and Hardware projects involving GPS and Bluetooth',
111
+
'Clients included IBM, NYPD, Syfy/Space Channel, NBC, Hatch, and many small startups, nonprofits and charities in the Toronto area'
112
112
]}
113
113
/>
114
114
</Experience>
@@ -124,9 +124,9 @@ export default function App() {
124
124
title="Bachelor Of Science with Honours"
125
125
time="2007 - 2012"
126
126
duties={[
127
-
"Computer Science with minor in Mathematics",
128
-
"16 Month Internship in Web Application Development at IBM",
129
-
"Thesis involving concurrent, multi-core web crawling using Clojure"
127
+
'Computer Science with minor in Mathematics',
128
+
'16 Month Internship in Web Application Development at IBM',
129
+
'Thesis involving concurrent, multi-core web crawling using Clojure'
130
130
]}
131
131
/>
132
132
</Experience>
@@ -136,89 +136,89 @@ export default function App() {
0 commit comments