Displaying post 1 to 2 of 2
from
jobs
Do you feel like you're no longer learning anything? Are you working for a boss that doesn't understand the technical issues you are facing? Is your machine so underpowered that you bring in your own laptop to work on? Not getting the recognition you deserve?
If any of the above apply, here's a great opportunity for you. This is a chance to join a small development team for an independent financial research company based in Manhattan. Your role will be quite flexible, working on a variety of different projects. The team is always open to new ideas, with opportunities to work on side projects that you think might have value to the company.
With all the chop in the Financial Markets right now, the research industry is a fun place to be. You'll learn a lot and get to talk to some of the smartest people in the business.
So what technologies will you be using? C#, .Net 2.0 moving towards 3.5, AJAX.Net, Javascript, SQL Server 2005 (including SSIS), Math & Graphing Libraries are among the list.
We're looking for someone with 3 - 5 yrs of related experience.
posted to MeFi Jobs by rottytooth
at 8:30 AM on January 11, 2008
using System;
namespace Financial.Research.Company
{
class WebDeveloper
{
public string JobDescription
{
get { return @"
Are you working for a boss that doesn't understand the technical issues you
are facing? Is your machine so underpowered that you bring in your own
laptop to work on? Need to be a little more autonomous? Not getting the
recognition you deserve? Enjoy esoteric conversations over lunch?
If any of the above apply, here's a great opportunity for you. This is a
chance to join a small development team for an independent financial research
company based in New York City. Your role will be quite flexible, working on
a variety of different projects. The team is always open to new ideas, with
opportunities to work on side projects that you think might have value to the
company.
"; }
}
public Computer Environment
{
get { return new VeryFastComputer("w/ Dual Screen Monitors"); }
}
public string Location
{
get { return "Midtown, New York"; }
}
public string[] RequiredSkills
{
get { return new string[] {"C#", "ASP.Net"}; }
}
public string[] PreferredExperience
{
get { return new string[] {
"Microsoft CMS", "SQL Server", "XSLT", "JavaScript",
"Design Patterns", "Technical Architecture", "UX Design"
};
}
}
public WebDeveloper(string[] experience, string fromAddress, string pathToResume)
{
Email application = new Email();
application.From = fromAddress;
application.AttachFile(pathToResume);
// Here's the challenge - You'll need to decrypt the company name
// to work out where to send the application. The class name gives the
// game away :)
string company = Rot13Encoder.Decrypt("perqvgfvtugf");
// Don't forget to include the source code that you used to
// decrypt the company name above :)
application.AttachFile(codeUsedToDecryptCompany);
application.Send("itcareers@" + company + ".com");
}
}
}
posted to MeFi Jobs by rottytooth
at 1:36 PM on December 7, 2006