-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.json
148 lines (148 loc) · 4.44 KB
/
resume.json
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
{
"meta": {
"version": "v1.0.0"
},
"basics": {
"name": "Uzair Shamim",
"summary": "I am a hardworking individual capable of working independently and with teams. I love working with people who like to take creative approaches and iterate on ideas. Knowledge sharing is also important to me and I make sure to present about topics I find interesting at developer conferences! I also have a blog at: https://pureooze.com/blog/",
"email": "[email protected]",
"website": "https://pureooze.com",
"location": {
"city": "Kitchener",
"region": "Ontario"
},
"profiles": [
{
"network": "Github",
"username": "@pureooze",
"url": "https://github.com/pureooze"
},
{
"network": "LinkedIn",
"username": "ushamim",
"url": "https://www.linkedin.com/in/ushamim/"
}
]
},
"work": [
{
"name": "D2L",
"position": "Senior Software Developer",
"website": "https://d2l.com",
"startDate": "2019-08-26",
"highlights": [
"Created various user interfaces using MSSQL, C#, Javascript and LitElement WebComponents with accessibility as a core requirement",
"Created tool to search, identify and prioritize cleanup of feature toggles using 11ty, JavaScript, Github Actions and WebComponents",
"Created a code search tool with OmniSharp and Javascript for visualizations of usages of functions in C# code as trees",
"Developed new eventing system to improve scalability of existing MSSQL Servers",
"Wrote Git and Roslyn utilities to find potential technical debt in a codebase to make it easier to prioritize work",
"Delivered yearly presentations at internal developer conference on topics like Code Search, Image Compression and Storing Time In Databases"
]
},
{
"name": "Ontario Teachers Pension Plan",
"position": "Software Developer Intern (16 months)",
"website": "https://www.otpp.com/",
"startDate": "2017-05-01",
"endDate": "2018-08-31",
"highlights": [
"Developed React application and tested with Jest, Enzyme, Cypress, and React Storybook",
"Developed website with AngularJS, Karma, Protractor/Selenium, Jasmine, Java, and NodeJS",
"Created RESTful Java 8 services and APIs using Spring with a tiered architecture"
]
}
],
"education": [
{
"institution": "McMaster University",
"area": "Software Eng. Tech.",
"studyType": "Bachelor",
"startDate": "2016-09-01",
"endDate": "2019-08-31"
}
],
"skills": [
{
"name": "Web Development",
"keywords": [
"Javascript",
"WebComponents",
"LitElement",
"React",
"11ty",
"HTML"
]
},
{
"name": ".NET",
"keywords": [
"Blazor",
"Razor",
"MAUI",
".NET Framework"
]
},
{
"name": "Testing",
"keywords": [
"Mocha",
"Chai",
"open-wc",
"NUnit",
"Moq",
"Jest"
]
}
],
"projects": [
{
"name": "SimpleTwitch",
"description": "SimpleTwitch is a desktop UI for using Twitch built on HTML and modern .NET",
"url": "https://github.com/pureooze/SimpleTwitch",
"startDate": "2024-01-21",
"keywords": [
".NET",
"Blazor",
"MAUI",
"HTML"
],
"type": "application"
},
{
"name": "TwitchEverywhere",
"description": "TwitchEverywhere is a modern .NET library that allows connecting to a Twitch chat and subscribing to messages in that chat.",
"url": "https://github.com/pureooze/TwitchEverywhere",
"startDate": "2023-09-03",
"keywords": [
".NET",
"Twitch API"
],
"type": "application"
},
{
"name": "Blog",
"url": "https://pureooze.com/blog",
"startDate": "2024-04-10"
},
{
"name": "Medium Blog",
"url": "https://medium.com/@pureooze",
"startDate": "2015-01-30",
"endDate": "2018-10-02"
},
{
"entity": "lusakasa",
"name": "Saka",
"description": "Project Maintainer of an Elegant tab, bookmark and history search in the browser",
"url": "https://github.com/lusakasa",
"startDate": "2018-03-30",
"endDate": "2020-03-30",
"keywords": [
"Browser Extension",
"Javascript",
"Preact"
],
"type": "application"
}
]
}