示例#1
0
文件: template.py 项目: ahri/nodeblog
CV = E.cv(
    E.date("2011-07-05"),

    E.person("Adam Piper",
             dob="18 January 1983",
             address="Apt. 320, 5 Ludgate Hill, Manchester, M4 4TJ",
             phone="07989572270",
             email="*****@*****.**"),

    E.goal("Senior developer involving a high level of responsibility and team leadership duties"),

    E.profile(
        E.item("13 years' experience in software development, with experiencerience in all aspects of the project life-cycle."),
        E.item("Over 3 years' exposure to the Energy and Utilities, Oil and Gas industry."),
        E.item("Well versed in agile methodologies including Test-Driven Development, scrum, pair programming."),
        E.item("Extensive technical skill set with an advanced understanding of OO concepts and expertise in a number of development tools, including .NET, Java, SQL and many open source tools such as vim, git, svn."),
        E.item("Excellent communication skills with experience of working closely with clients and third party contractors."),
        E.item("Confident in leading teams to development, manage and deliver innovative business solutions in a timely manner with an emphasis on quality and efficiency."),
        E.item("Highly motivated and detail-oriented individual with excellent analytical and problem solving skills. Performs effectively under pressure and uses initiative to develop efficiency enhancing tools beyond specification to compliment projects."),
    ),

    E.skillset(
        E.expert(
            E.item("Python"),
            E.item("PHP"),
            E.item("HTML"),
            E.item("SQL"),
            E.item("Linux"),
            E.item("Shell Scripting (UNIX)"),
            E.item("Data Modelling (UML)"),
            E.item("Apache Web Server"),