CV3
Self Assessment:
1. Skilled in developing with HTML/JavaScript/ASP.NET/C#, experienced in 3-layer system architecture.
2. Have a good knowledge of J2EE platform, experienced in Java platform such as struts/spring/hibernate/
3. Expert in programming on SQL Server 2000/SQL Server 2005/Oracle 10g; includes Transact-SQL and PL/SQL, experienced in database design, optimize, database partition and solutions for mess data.
4. Expert in project management with good communication skills and soft skills. Good knowledge in software development mode such as scrum, waterfall, RUP and CMMI, and good at putting to use different way to deal with different situation.
5. Well-experienced in presales and marketing, and the whole process of tendering and bidding. With good capability on business analysis, requirement understanding and solution design. Good at face-to-face contact with customers.
6. Fluent in English, be capable of working in English working environment.
Expert in project management with good communication skills and soft skills. Good knowledge in software development mode such as scrum, waterfall, RUP and CMMI, and good at putting to use different way to deal with different situation.
Well-experienced in
With good capability on business analysis, requirement understanding and solution design.
Good at face-to-face contact with customers.
Communicate with customer face to face, lead project team to investigate, gather, and analyze requirements from users
Fluent in English, be capable of working in English working environment.
Achievements
Take control with all aspects of projects such as scope, cost, progress and so on, to ensure that the projects are delivered and meet quality standard.
Estimate workload based on requirement from customer, and make quotations according to workload estimates.
------------------------------------------------------------------------------------------
Responsibilities and Achievements:
1. Responsible for implementing information system according to the business process and management mode of different departments, responsible for requirements collecttion, business analysis, system modeling, architecture design and system implementation with developers;
2. Responsible for recruit, interview applicants and group project team;
3. As the project manager of the first party, responsible for writing project bidding documents, software requirements specification document; assessing and analyzing candidates bid for projects;
4. Responsible for the company’s internal IT process formulation and improvement.
Achievements:
As a project manager of the first party, implemented property management system and enterprise information portal system, optimized the database of the distribution system, and fulfilled the project associating with the developers of the software outsourcing company.
2008.2-2010.3 ***Technologies Inc.
Senior Project Manager
Responsibilities and Achievements:
Job description:
As project manager:
1. Establish project team based on the estimated workload of projects;
2. Communicate with customer face to face, lead project team to investigate, gather, and analyze requirements from users.
3. Active participation in system architecture design, database design base on requirements.
4. Lead project team into implementing projects.
5. Take control with all aspects of projects such as scope, cost, progress and so on, to ensure that the projects are delivered and meet quality standard.
As presales consultant:
1. Compile project proposal based on RFP, RFI or URS from customers.
2. Estimate workload based on requirement from customer, and make quotations according to workload estimates.
3. Compile PPT slide for presentations to bid for projects.
4. Active participation in competitive bidding process, make presentations before customers to show proposals for projects.
Achievements:
As a project manager, accomplished several projects for ***and ***i, and met with customer’s approval.
As a presales consultant, participated in the bidding process of 14 projects, associated with sales negotiate with customer, gained many project opportunities for the company.
2006.2-2008.2 ***Container Terminals
Project Manager
Responsibilities and Achievements:
Job description:
1. Develop peripheral information system surrounding production system based on operating process and Management Mode of container terminal.
2. Assist internal users to analyze requirement and develop information systems.
3. As the project manager of the first party, compile RFI or RFP, user requirement of presales phase, assess and analyze candidates bid for projects.
Achievements:
During working for this company, I accomplished 4 peripheral information systems as a software developer in 2 years, responsible for requirement analysis, architecture design, coding, and test.
As a project manager of the first party, participated in 3 open tendering processes and project implementations, including business statistics system, HR system, work flow system, CRM system, and access control system. Associated with the counterpart of software providers, and had projects accomplished.
2004.3-2006.2 *** Software System Co. Ltd
Senior SoftwareEngineer
Responsibilities and Achievements:
Job description:
1. Communicate with customer, investigate and analyze requirement, compile solutions based on user’s expectation.
2. Design system architectures and database model.
3. Lead project team to develop functions.
Achievements:
During the course of working for this company, accomplished two sets of complete ERP system for a garment factory and an IC manufactory, and developed a sales online platform for a German clothing company. And my English ability improved a lot as a result of working with foreignengineers.
Education:
2008.2-2010.1 *** University
Bachelor
Major Category:
Information Management and Information System
Major Description and Courses:
Main course: The programming language, Database management system, Information management, Information management of Managing Strategy, Management information system, Modern Management Science, Intellectual Property Law.
CV3的更多相关文章
- 一、Open CV3.0.0 与 VS2012配置
原创:博乐Bar,转载请注明出处. 第一步,准备软件及开发环境 1.OpenCV 3.0.0 下载地址:http://www.opencv.org.cn/index.php/Download ,下载最 ...
- Emgu cv3.0.0 图像收集
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using Sy ...
- CV3——学习笔记-续
使用Jupyter.https://jupyter.org/install https://baijiahao.baidu.com/s?id=1601883438842526311&wfr=s ...
- CV3——学习笔记-实战项目(上):如何搭建和训练一个深度学习网络
http://www.mooc.ai/course/353/learn?lessonid=2289&groupId=0#lesson/2289 1.AlexNet, VGGNet, Googl ...
- Android—关于自定义对话框的工具类
开发中有很多地方会用到自定义对话框,为了避免不必要的城府代码,在此总结出一个工具类. 弹出对话框的地方很多,但是都大同小异,不同无非就是提示内容或者图片不同,下面这个类是将提示内容和图片放到了自定义函 ...
- HTML5移动开发学习笔记之CSS3基础学习
CSS回顾 在学CSS3之前首先巩固下CSS的基础知识. 1.CSS框模型 举例子: #box { width: 70px; margin: 10px; padding: 5px; } 这个代码将出现 ...
- java web学习总结(二十七) -------------------JSP标签介绍
一.JSP标签介绍 JSP标签也称之为Jsp Action(JSP动作)元素,它用于在Jsp页面中提供业务逻辑功能,避免在JSP页面中直接编写java代码,造成jsp页面难以维护. 二.JSP常用标签 ...
- 在WinCC中通过VBS操作SQL Server2005
在项目中需要在一定条件满足时,保存一些数据到数据库中,并可根据条件查询.考虑到WinCC6.2以后采用的就是SQL Server2005数据库,所以直接利用该数据库即可,通过SQL Server Ma ...
- java web学习总结(十六) -------------------数据库连接池
一.应用程序直接获取数据库连接的缺点 用户每次请求都需要向数据库获得链接,而数据库创建连接通常需要消耗相对较大的资源,创建时间也较长.假设网站一天10万访问量,数据库服务器就需要创建10万次连接,极大 ...
随机推荐
- 【Python】print 方法的参数
当在IDEL或者命令行中执行 help(print) 命令时,就可以看到 print 方法的详细说明: print(value, ..., sep=' ', end='\n', file=sys.st ...
- HDU 3336 Count the string ( KMP next函数的应用 + DP )
dp[i]代表前i个字符组成的串中所有前缀出现的次数. dp[i] = dp[next[i]] + 1; 因为next函数的含义是str[1]~str[ next[i] ]等于str[ len-nex ...
- Hibernate 查询方法
1.简单查询: public User select(User user) { User newUser; try { newUser = (User) session.get(User.class, ...
- 201621123033 《Java程序设计》第10周学习总结
1. 本周学习总结 1.1 以你喜欢的方式(思维导图或其他)归纳总结异常相关内容. 2. 书面作业 本次PTA作业题集异常 1. 常用异常 结合题集题目7-1回答 1.1 自己以前编写的代码中经常出现 ...
- 如何实现自己的Android MVP框架?
相信熟悉android开发的童鞋对MVP框架应该都不陌生吧,网上很多关于android中实现MVP的文章,大家可以直接搜索学习.这些文章中,MVP的实现思路基本都是把Activity.Fragment ...
- IPV6地址格式分析
IPV6地址格式分析 IPv6的地址长度是128位(bit). 将这128位的地址按每16位划分为一个段,将每个段转换成十六进制数字,并用冒号隔开. 例如:2000:0000:0000:0000:00 ...
- POJ 3177 Redundant Paths 无向图边双联通基础题
题意: 给一个无向图,保证任意两个点之间有两条完全不相同的路径 求至少加多少边才能实现 题解: 得先学会一波tarjan无向图 桥的定义是:删除这条边之后该图不联通 一条无向边(u,v)是桥,当且仅当 ...
- BZOJ3622 已经没有什么好害怕的了 【dp + 二项式反演】
题目链接 BZOJ3622 题解 既已开题 那就已经没有什么好害怕的了 由题目中奇怪的条件我们可以特判掉\(n - k\)为奇数时答案为\(0\) 否则我们要求的就是糖果大于药片恰好有\(\frac{ ...
- BZOJ2157 旅游 【树剖 或 LCT】
题目 Ray 乐忠于旅游,这次他来到了T 城.T 城是一个水上城市,一共有 N 个景点,有些景点之间会用一座桥连接.为了方便游客到达每个景点但又为了节约成本,T 城的任意两个景点之间有且只有一条路径. ...
- Educational Codeforces Round 2 A. Extract Numbers
打开题目链接 题意:输入一个字符串,用,或:分隔输出字符串和整数(不含前导0和浮点数) ACcode: #include <iostream> #include <cstdio> ...