name: {{cv.FirstName}} {{cv.LastName}}

e-mail: {{cv.email}}

Selected language: VB

Dim CV = new CV() with {
      .{{d.sectionName}} = new {{d.sectionName}}(){ _
         new {{d.sectionName}} with { .name="{{p.name}}", .time="{{p.time}}", .description="{{p.description}}" } , _
           } , _
}

Selected language: C#

CV cv = new CV() {
      {{d.sectionName}} = new {{d.sectionName}}[]{
         new {{d.sectionName}} { name="{{p.name}}", time="{{p.time}}", description="{{p.description}}" } ,
           } ,
}

Selected language: JavaScript

var CV = {
      {{d.sectionName}} : [
          { name:"{{p.name}}", time:"{{p.time}}", description:"{{p.description}}" } ,
           ] ,
}

Selected language: Objective-C

NSMutableDictionary *CV = [[NSMutableDictionary alloc] dictionaryWithObjectsAndKeys:
      @"{{d.sectionName}}" , [[NSArray alloc] initWithObjects:
         [[NSMutableDictionary alloc] dictionaryWithObjectsAndKeys: @"name",@"{{p.name}}", @"time",@"{{p.time}}", @"description",@"{{p.description}}" ,nil] ,
           ] ,
,nil]

Selected language: English

My CV
      {{d.sectionName}} :
          {{p.name}} - {{p.time}}
            - {{p.description}}

Information

This page is a joke and idea of presenting CV, but if you like it you can always contact me and place an offer ;-)

Of course all data on this page are real, so you can trust it ;-) This form has lot of limitation so it is not all what i can/do/learn and experienced. Believe me it is only small part...