-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskills.html
More file actions
206 lines (184 loc) · 4.1 KB
/
Copy pathskills.html
File metadata and controls
206 lines (184 loc) · 4.1 KB
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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!DOCTYPE html>
<html>
<head>
<title>Aqwam's Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<object data="sidebar.html" class="sidebar"></object>
<h2>Soft Skills</h2>
<table class = "center">
<tr>
<th>Soft Skill</th>
<th>Details</th>
<tr>
<tr>
<td>Leadership</td>
<td>Most of the time, I take the lead in university's group projects if other people are hesitant to take on the role.
<br>I also took over whole software engineering group project when the previous leader produced wrong product prototype
<br>and the deadline for the prototype is within a month.</td>
<tr>
<tr>
<td>Presentation</td>
<td>As a group leader for some of the courseworks, I tend to use a lot of visualization to compress complicated concepts
<br>to simple ones.</td>
<tr>
<tr>
<td>Computational Thinking</td>
<td>Thanks to my ability to break down large problems into smaller ones, I can achieve high efficiency in programming
<br>required solutions. The skills includes decomposition, pattern recognition, pattern abstraction and algorithm designs.
<br>When I was a Freelance Roblox Game Developer, you can see that very large amount of work is done in short time.</td>
<tr>
<tr>
<td>Reverse Engineering</td>
<td>No documentations? Poor quality code? No problem!
<br>I can easily figure out the responsibilities of each line of code. With enough time, the whole software will
<br>eventually be understood and documented by me. When I was a Freelance Roblox Game Developer,
<br>I immediately implemented requested features few days after being hired.</td>
<tr>
</table>
<h2>Technical Skills</h2>
<div class="row">
<div class = "column">
<h3>Back-End Programming Languages</h3>
<table class="center">
<tr>
<th rowspan= "2">Programming
<br>Language</th>
<th colspan="4">Experience</th>
</tr>
<tr>
<th>Total</th>
<th>Work</th>
<th>University</th>
<th>Personal</th>
</tr>
<tr>
<td>Lua (Roblox)</td>
<td>2 Years
<br>3 Months</td>
<td>3 Months</td>
<td>1 Year</td>
<td>1 Year</td>
</tr>
<tr>
<td>Python</td>
<td>1 Year</td>
<td>N/A</td>
<td>6 Months</td>
<td>6 Months</td>
</tr>
<tr>
<td>Java</td>
<td>1 Year</td>
<td>N/A</td>
<td>1 Year</td>
<td>N/A</td>
</tr>
<tr>
<td>C</td>
<td>6 Months</td>
<td>N/A</td>
<td>6 Months</td>
<td>N/A</td>
</tr>
<tr>
<td>MATLAB</td>
<td>6 Months</td>
<td>N/A</td>
<td>6 Months</td>
<td>N/A</td>
</tr>
<tr>
<td>Octave</td>
<td>6 Months</td>
<td>N/A</td>
<td>N/A</td>
<td>6 Months</td>
</tr>
<tr>
<td>SQL</td>
<td>6 Months</td>
<td>N/A</td>
<td>6 Months</td>
<td>N/A</td>
</tr>
<tr>
<td>R</td>
<td>6 Months</td>
<td>N/A</td>
<td>6 Months</td>
<td>N/A</td>
</tr>
</table>
</div>
<div class = "column">
<h3>Front-End Programming Languages</h3>
<table class="center">
<tr>
<th rowspan= "2">Programming
<br>Language</th>
<th colspan="4">Experience</th>
</tr>
<tr>
<th>Total</th>
<th>Work</th>
<th>University</th>
<th>Personal</th>
</tr>
<tr>
<td>HTML</td>
<td>7 Months</td>
<td>N/A</td>
<td>6 Months</td>
<td>1 Month</td>
</tr>
<tr>
<td>CSS</td>
<td>7 Months</td>
<td>N/A</td>
<td>6 Months</td>
<td>1 Month</td>
</tr>
<tr>
<td>JavaScript</td>
<td>6 Months</td>
<td>N/A</td>
<td>6 Months</td>
<td>1 Month</td>
</tr>
<tr>
<td>PHP</td>
<td>6 Months</td>
<td>N/A</td>
<td>6 Months</td>
<td>N/A</td>
</tr>
</table>
</div>
<div class = "column">
<h3>Version Control Applications</h3>
<table class="center">
<tr>
<th rowspan= "2">Version Control
<br>Application</th>
<th colspan="4">Experience</th>
</tr>
<tr>
<th>Total</th>
<th>Work</th>
<th>University</th>
<th>Personal</th>
</tr>
<tr>
<td>GitHub</td>
<td>3 Years</td>
<td>N/A</td>
<td>2 Years</td>
<td>1 Year</td>
</tr>
</table>
</div>
</div>
</body>
</html>