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
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ export default function App() {
53
53
duties={[
54
54
"Perform technical interviews to grow the team. Mentoring and 1 on 1's for to improve team skills",
55
55
"Involved in building a design system and shared component library to unify the user experience",
56
-
"Involvement in major web stack migration to microservices and micro front-end technologies"
56
+
"Involvement in major web stack migration to micro services and micro front-end technologies"
57
57
]}
58
58
/>
59
59
</Experience>
@@ -75,7 +75,7 @@ export default function App() {
75
75
duties={[
76
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 toosl and Slackbots",
78
+
"Develop several in-house tools to improve productivity including CI tools and Slack bots",
79
79
"Trained and mentored for several junior and intermediate developers in the company"
80
80
]}
81
81
/>
@@ -87,7 +87,7 @@ export default function App() {
87
87
time="Oct 2017 – Jun 2018"
88
88
duties={[
89
89
"Support and maintain the existing Novus app. Includes a user-facing website and a custom CMS",
90
-
"Designed a maintainable, reproducable app template that can be used across the Ingle product line. This dramatically reduced the amount of maintinence and bugs",
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
91
"Create custom company-facing dashboard app with multiple sign-in routes, analytics and tools",
92
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.'
@@ -104,9 +104,9 @@ export default function App() {
104
104
time="August 2011 – June 2017"
105
105
duties={[
106
106
"Full-time contracting including initial pitch meetings all the way through to final product",
107
-
"Perform interviews and hiring to advice how companies should hire their teams",
107
+
"Perform interviews and hiring to advise how companies should hire their teams",
108
108
"Requirements gathering, design, proof of concept and mvp implementations",
109
-
"Perform upgrades, maintinence or build new features to existing products",
109
+
"Perform upgrades, maintenance or build new features to existing products",
110
110
"Built Mobile Apps, Websites and Hardware projects involving GPS and Bluetooth",
111
111
"Clients included IBM, NYPD, Syfy/Space Channel, NBC, Hatch, and many small startups, nonprofits and charities in the Toronto area"
112
112
]}
@@ -212,6 +212,7 @@ export default function App() {
0 commit comments