/************/
/* OOS /
/************/
import { nodejs, ts, ng, python, php } from ‘./PL’;
import { mysql, mssql, oracle, postgres } from ‘./DB’;
import { html, css, sass, js } from ‘./Web’;
import { , Linux, Win } from ‘./SO’;
import { isWorkingExperienceMoreThanYear, } from ‘./Requirements’;
var $YOU = new Candidate({
…nodejs, …ts, …ng, …python, …php,
…mysql, …mssql, …oracle, …postgres,
…html, …css, …sass, …js,
…, …Linux, …Win
}, isWorkingExperienceMoreThanYear(3)
);
;(async () => {
await $YOU.sendCV(‘info@oneoffsolution.it’).then(async() => {
$YOU.greetingMessage(‘Welcome aboard!’);
await $YOU.here();
}, error => {
$YOU.sorry(‘Keep in touch’);
});
})();