<?xml version="1.0" encoding="utf-8" ?>

<!DOCTYPE cv SYSTEM "cv.dtd">

<cv xml:lang="bg">

  <heading>Curriculum vitae</heading>

  <photo>images/dimitar.jpg</photo>

  <section text="Personal data">
    <field descr="Name">Dimitar Veselinov Panayotov</field>
    <field descr="Birth date">6.MAR.1980</field>
    <field descr="Location">Sofia, BULGARIA</field>
    <field descr="e-mail"><![CDATA[<a href="mailto:me@pdimitar.net">me@pdimitar.net</a>]]></field>
  </section>

  <section text="Education">
    <field descr="High School">Graduated "Economics and management"</field>
    <field descr="University">Completed 3 years in "Trading economics"</field>
  </section>

  <section text="Natural languages">
    <field descr="Bulgarian">Native tongue</field>
    <field descr="Russian">Very good perceptive level</field>
    <field descr="English">Almost excellent level, speaking and writing freely</field>
  </section>

  <section text="Previous work load">
    <field descr="See the reference">
      Please view <![CDATA[<a href="http://www.linkedin.com/in/dpanayotov">my LinkedIn profile</a>]]>.
    </field>
  </section>

  <section text="Computer skills">

    <field descr="Operating systems">

      <item>
        <name>Windows 95/98/ME</name>
        <value>Administering</value>
      </item>

      <item>
        <name>Windows NT/2000/XP</name>
        <value>Administering</value>
      </item>

      <item>
        <name>Debian GNU/Linux (with desktop environment KDE 3)</name>
        <value>Good administrator level, very good user level</value>
      </item>

    </field>

    <field descr="Programming languages">

      <item>
        <name>C</name>
        <value>Very good level (did not used it from some time, though)</value>
      </item>

      <item>
        <name>C++</name>
        <value>Very good level (did not used it from some time, though)</value>
      </item>

      <item>
        <name>Java</name>
        <value>Almost excellent level, including designing of new and refactoring of existing projects, fluent with various technologies</value>
      </item>

      <item>
        <name>ANSI SQL</name>
        <value>Basic knowledge and usage</value>
      </item>

      <item>
        <name>HTML 4.01, XHTML 1.0, CSS 2.0, JavaScript 1.5</name>
        <value>Almost excellent level, including [re]discovered bugs in web browsers</value>
      </item>

      <item>
        <name>Windows shell script (CMD)</name>
        <value>Good level, can always use it to automate otherwise manual procedures</value>
      </item>

      <item>
        <name>Linux shell script (BASH)</name>
        <value>Good level, can always use it to automate otherwise manual procedures</value>
      </item>

    </field>

    <field descr="Java and Web technologies">

      <item>
        <name>Multithreading</name>
        <value>Excellent level of understanding and usage (completed server applications with intensive concurrent access and synchronization of network-shared data)</value>
      </item>

      <item>
        <name>Google Web Toolkit 1.4.x</name>
        <value>Almost excellent level (developed fully functional Web 2.0 application with it)</value>
      </item>

      <item>
        <name>Java Server Faces (JSF 1.1)</name>
        <value>Good level, can use it, but not profficient</value>
      </item>

      <item>
        <name>Java Enterprise Edition 1.5, including EJB 3.0</name>
        <value>Starting level</value>
      </item>

      <item>
        <name>Web Services (WSDL and SOAP, but not XML Security standards)</name>
        <value>Good level</value>
      </item>

      <item>
        <name>ANT (automating build and deployment XML-based environment)</name>
        <value>Excellent level</value>
      </item>

      <item>
        <name>JUnit (automated unit tests system)</name>
        <value>Excellent level</value>
      </item>

      <item>
        <name>XML (what is it, how is applied)</name>
        <value>Excellent level of knowledge</value>
      </item>

      <item>
        <name>XSLT, XPath, XSD, XSI</name>
        <value>Almost excellent level</value>
      </item>

    </field>

    <field descr="Experience with J2EE Application Servers">

      <item>
        <name>Oracle Application Server 10g (10.1.2)</name>
        <value>Administering</value>
      </item>

      <item>
        <name>Tomcat 5.x</name>
        <value>Administering</value>
      </item>

    </field>

    <field descr="Office applications">

      <item>
        <name>MS Word (Linux: Abiword, OpenOffice Writer)</name>
        <value>Very good level</value>
      </item>

      <item>
        <name>MS Excel (Linux: Gnumeric, OpenOffice Calc)</name>
        <value>Very good level</value>
      </item>

      <item>
        <name>MS Outlook [Express] (Linux: Thunderbird, Icedove)</name>
        <value>Excellent level</value>
      </item>

      <item>
        <name>MS Power Point</name>
        <value>User level</value>
      </item>

    </field>

    <field descr="Doing printing and scanning">Excellent level, including administering (also in Debian GNU/Linux)<br/><br/></field>
    <field descr="Working with hardware">Very good level</field>
  </section>

  <section text="Miscellannea">
    <field descr="Preferred occupation">Programmer/Developer (plus administering everything needed for my work with little or no aid from administrators), designer of Java applications, refactorer of existing projects, maintainer of open-source projects.</field>
    <field descr="Preferred ways of work">Remote occupation, working in separate project, outsourcing existing projects, free-lancing.</field>
    <field descr="Desired salary">1600 EUR (in Bulgaria)</field>
    <field descr="How was this CV produced"><![CDATA[<a href="http://pdimitar.net/cv/cv_howto.html">Link to the page with files used to create this CV</a>]]></field>
  </section>

</cv>

<!--
    Local Variables:
    coding: utf-8
    End:
-->