-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathabout.html
More file actions
226 lines (219 loc) · 6.3 KB
/
about.html
File metadata and controls
226 lines (219 loc) · 6.3 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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
---
layout: page
title: About Me
permalink: /about/
---
<table class="table table-bordered">
<thead>
<tr>
<th id="header-title" colspan="4">Resume</th>
</tr>
</thead>
<tbody>
<tr>
<td class="sub-title" colspan="4">
Profile
</td>
</tr>
<tr>
<td class="sub-item">
Name
</td>
<td>
Henry
</td>
<td class="sub-item">
Gender
</td>
<td>
Male
</td>
</tr>
<tr>
<td class="sub-item">
Age
</td>
<td>
28
</td>
<td class="sub-item">
Marriage
</td>
<td>
Unmarried
</td>
</tr>
<tr>
<td class="sub-item">
Height
</td>
<td>
171CM
</td>
<td class="sub-item">
Weight
</td>
<td>
65KG
</td>
</tr>
<tr>
<td class="sub-item">
Email
</td>
<td>
<a href="mailto:manageyp@gmail.com?subject=Hello%20Henry&body=Greeting%20from%20your%20blog.">manageyp@gmail.com</a>
</td>
<td class="sub-item">
College
</td>
<td>
<a href="http://www.ntu.edu.cn/" target="_blank" alt="Nantong University">Nantong University</a>
</td>
</tr>
<tr>
<td class="sub-item">
Major
</td>
<td>
Computer Science and Technology
</td>
<td class="sub-item">
Degree
</td>
<td>
Bachelor
</td>
</tr>
<tr>
<td class="sub-item">
Language
</td>
<td>
Ruby,Python,Javascript
</td>
<td class="sub-item">
Account
</td>
<td>
<a href="https://github.com/manageyp" target="_blank" alt="Github">Github</a>
<a href="http://ruby-china.org/manageyp" target="_blank" alt="RubyChina">RubyChina</a>
</td>
</tr>
<tr>
<td class="sub-title" colspan="4">
Skills
</td>
</tr>
<tr>
<td class="sub-item" colspan="4">
<ul>
<li>
3+ years experience in web development, especially in Ruby on Rails
</li>
<li>
strong knowledge of web service and RESTful APIs design
</li>
<li>
have some exposure to the full stack: jQuery, MySQL, Redis, RSpec, Nginx and Git
</li>
<li>
understanding of design patterns, refactoring, unit testing and OO concepts
</li>
<li>
exposure to lean practices, such as Test-Driven development, Agile development
</li>
<li>
write clean, maintainable and well structured code
</li>
<li>
ability to learn new things quickly and working collaboratively with a team
</li>
<li>
reading and writing skills in english are good, but oral english is poor
</li>
<li>
0.5+ years experience in Python, Django
</li>
</ul>
</td>
</tr>
<tr>
<td class="sub-title" colspan="4">
Brief Introduction
</td>
</tr>
<tr>
<td colspan="4">
<p>
My name is Henry Lee, a senior Ruby developer. I love programming, especially in Ruby/Rails.
</p>
<p>
In 2010, I graduated from Nantong University, with a bachelor degree of Computer Science and Technology.
</p>
<p>
I have been involved in every aspect of Rails development, building everything from front-end Javascript libraries to back-end application architectures.
I also have experience on Python, jQuery, MySQL, Redis, etc.
</p>
<p>
I learned a lot skills from reading books. Let me introduce two of them: one is called Refactoring Ruby, and another one is Design patterns in ruby. Refactoring Ruby shares a lots of tricks on refactoring code. It helps me to clean up my code. After refactoring, the code is easy to test and less bugs. Design Patterns introduced some best practice in software designing.
It presents effective techniques to simplify complex code.
I realized a well-designed systems, is easier to maintain in the future.
</p>
<p>
Both of them improved my use of Ruby, as well as Rails
and encouraged me to become an agile programmer.
I believe hard work will reward me more than trying to find short cuts.
</p>
</td>
</tr>
<tr>
<td class="sub-title" colspan="4">
Projects
</td>
</tr>
<tr>
<td class="sub-item" colspan="4">
<ul>
<li>
Personal
</li>
</ul>
<p>
<a href="http://www.joydaxue.com/" target="_blank" alt="Joydaxue web site"> Joydaxue.com </a>
</p>
</td>
</tr>
<tr>
<td class="sub-item" colspan="4">
<ul>
<li>
Company
</li>
</ul>
<p>
<a href="http://www.boohee.com/" target="_blank" alt="boohee web site"> Boohee.com </a>
<a href="http://nycplanit.com/" target="_blank" alt="New York City trip planning"> NYCPlanIt.com </a>
<a href="http://www.give.bz/" target="_blank" alt="We are in the business of giving."> Give.bz </a>
<a href="http://iopenbid.biz/" target="_blank" alt="iopenbid site"> iOpenBid.biz </a>
</p>
</td>
</tr>
<tr>
<td class="sub-item" colspan="4">
<ul>
<li>
Open Source (Secondary Developed)
</li>
</ul>
<p>
<a href="http://www.uvnc.com/products.html" target="_blank" alt="UltraVNC MFC"> UltraVNC </a>
<a href="http://radiantcms.org/" target="_blank" alt="rails content management system"> Radiant </a>
<a href="http://www.redmine.org/" target="_blank" alt="a flexible project management web application"> Redmine </a>
<a href="http://spreecommerce.com/" target="_blank" alt="open source e-commerce solution"> Spree </a>
<a href="http://diaspora.github.io/diaspora/" target="_blank" alt="Distributed and contextual social networking"> Diaspora </a>
</p>
</td>
</tr>
</tbody>
</table>