note description : "Basic Service that Generate HTML" date : "$Date$" revision : "$Revision$" class APPLICATION_EXECUTION inherit WSF_EXECUTION create make feature -- Basic operations execute -- Execute the incomming request do -- To send a response we need to setup, the status code and -- the response headers. response.put_header ({HTTP_STATUS_CODE}.ok, <<["Content-Type", "text/html"], ["Content-Length", web_page.count.out]>>) response.put_string (web_page) end web_page: STRING = "[ Resume

Objective

To take a position as a software engineer.

Experience

Junior Developer, Software Company (2010 - Present)

Skills

Languages: C#, JavaScript, Python, Ruby, Eiffel

Frameworks: .NET, Node.js, Django, Ruby on Rails, EWF

Education

BS, Economics, My University

]" end