Created
March 5, 2013 05:46
-
-
Save stingh711/5088289 to your computer and use it in GitHub Desktop.
My English resume
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title></title> | |
</head> | |
<body> | |
<h1>Resume</h1> | |
<h2>Basic Information</h2> | |
<p>Name: Hu Lihong<br/> | |
Gender: Male<br/> | |
Email: [email protected]<br/> | |
Mobile: 15370205819</p> | |
<h2>Work Experience</h2> | |
<ul> | |
<li><p><strong>Project Leader</strong> ZyXEL Communications Corporation Wuxi, 2007/09 - 2013/02</p> | |
<ul> | |
<li>Responsible for the release of ZyXEL Enterprise Network Manager, CF report server in Amazon cloud and Vantage Centralized Network Manager.</li> | |
<li>Arrange the schedule and tasks for my team.</li> | |
<li>Review the output from my team, including mockup, external specification and design specification.</li> | |
<li>Review code of my team.</li> | |
<li>Design architecture and write code for the key features.</li> | |
<li>Evaluate KPI for my team members.</li> | |
</ul> | |
</li> | |
<li><p><strong>Java Engineer</strong> ZyXLE Communications Corporation Wuxi, 2004/07 - 2007/09</p> | |
<ul> | |
<li>Wrote and maintained server side code of Vantage Centralized Network Manager.</li> | |
<li>Wrote server side code of Vantage Report. After releasing to PQA, I got 0 bug found. As a result, I was selected as one of the excellent employees in 2005.</li> | |
<li>In 2007, I was promoted to project leader.</li> | |
</ul> | |
</li> | |
</ul> | |
<h2>Education</h2> | |
<ul> | |
<li><p><strong>Huazhong University of Science and Technology</strong></p> | |
<p> B.S in Computer Science and Technology, July 2004</p></li> | |
</ul> | |
<h2>Project Experience</h2> | |
<ul> | |
<li><strong>ENC in Cloud</strong> (2012). Move ENC to Amazon EC2 platform to provide a cloud based network manager for ZyXEL switches, wireless AP and ZyWALL. <em>Java, Spring, Redis, Thrift, Tomcat, Postgresql</em></li> | |
<li><strong>CF Report in Cloud</strong> (2012). Move Content Filter Report server to Amazon EC2 platform. <em>Java, Tomcat, MySQL, Fabric</em></li> | |
<li><strong>ENC</strong> (2009 - 2012). ZyXEL Enterprise Network Controller (ENC) is a network management system for centralized management of ZyXEL networking equipment for businesses. It is designed for small and medium-sized businesses with a single console to enjoy extensive, scalable and seamless management across the entire corporate network. <em>Java, Spring, Hibernate, Mybatis, OSGI, Tomcat, Postgresql</em></li> | |
<li><strong>Vantage CNM</strong> (2006 - 2009). Vantage Centralized Network Manager (Vantage CNM) is a network management system for ZyXEL ZyWALL.It provides a uniform remote console to configure and monitor ZyWALL devices. <em>Java, Hibernate, Tomcat, MySQL</em></li> | |
<li><strong>Vantage Report</strong> (2005). Vantage Report collects syslog sent from ZyXEL ZyWALL and generates report. <em>Java, Tomcat, MySQL</em></li> | |
</ul> | |
<h2>Rewards</h2> | |
<ul> | |
<li>Excellent employee of ZyXEL Wuxi in 2005</li> | |
</ul> | |
<h2>Skills</h2> | |
<ul> | |
<li>Experienced with Java, J2EE</li> | |
<li>Familiar with Spring, Hibernate, Junit, Maven and popular Java frameworks</li> | |
<li>Good knowledge of OOA/D and design patterns</li> | |
<li>Familiar with Postgresql and MySQL</li> | |
<li>Familiar with the usage of Amazon EC2</li> | |
</ul> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment