• Frontend Developere
• Java Developere
• PHP Seniore
• Testere
• IT Project Menadzere
• Navision eksperte
Intervjui su u Beogradu, dobre i sigurne pozicije u Nemačkoj a na Vama je samo da pošaljete CV na engleskom ili nemačkom na mejl [email protected]
<?php
class PositionsAbroad extends JobInGermany implements
Search for great developers to work abroad
{
const vacancyForBrilliantDevelopers = true;
public $benefits = array(
'Best job opportunity with good benefits and working conditions’,
'Working for big start up company abroad in challenging and supporting environment for you and your family',
'Locally done selection process, immigration advising',
);
public $drawbacks = null;
public $sampleProjects = array(
'http://www.positionsabroad.com,
);
public static function offerJob(Developer $you) {
return (self::hasTheSkills($you) && self::hasWowFactor($you));
}
private static function hasTheSkills($developer) {
$desiredSkills = array('HTML5','CSS3' 'Javascript','PHP','HTML5');
return (
count(array_intersect($developer->skills, $desiredSkills)) > 1 &&
(int)$developer->loveForCoding > 1 << 30
);
}
private static function hasWowFactor($developer) {
return ($developer instanceof creativeThinker &&
sizeof($developer->brain) > floatval(strpad('1', 100, '0')) &&
property_exists($developer, 'hungerForNewTechnologies'));
}
}
$you = new Developer;
if (true === PositionsAbroad::offerJob($you)) {
throw new Party();
}

Vidimo se!