Jr. Software Developer

Company == Fun ? Join : RunAway

String CompanyOverview()

{

Return “Assured Software is a modern software development company committed to high standards in programming skills, as well as providing opportunities to its employee’s growth.”;

}

 

String Job_Description_YouWillDo(Person YouMightBeHere)

{

Return “This role will be responsible for estimating times for specifications, producing code based on those specifications, and documenting the code produced.”

}

 

Public List<Skills> AbilitiesRequired

{

Get

{

Return new List<Skills>(

Skills.CSharp.Net,

Skills.ASP.Net,

Skills.SQL,

Skills.T_SQL.NiceToHave,

Skills.HTML);

}

}

 

Bool ExperienceRequired

{

Get{ return Experience >= Diploma in Computer Systems; }

}

 

System.Email SendResumeTo()

{

Return new System.Email("swarwick@assuredsoftware.com");

}