// Why this role, why now
function assessFit(role: JetBrainsRole): FitScore {
const requirements = {
b2bTechMarketing: true, // 15 yrs across cybersec, fintech, SaaS
codingExperience: true, // Hands-on: this pitch IS the proof
developerAudience: true, // Kaspersky: dev docs, API comms, SDK launches
englishFluency: true, // Native-level + Russian + Serbian
gtmExecution: true, // 20+ product launches, end to end
analyticalMindset: true, // Funnel audits, RICE, conversion modeling
contentStrategy: true, // Campaigns, release posts, newsletters
crossFunctionalCollab: true, // Sales ↔ Product ↔ Marketing alignment
serbiaBasedRemote: true, // Belgrade — listed JetBrains hub
};
const bonusPoints = [
"Cybersecurity background = understands devtools security angle",
"Shipped GTM for products ranging from $0 to $100M+ scale",
"Built this pitch in code because actions > words",
];
return {
match: "exceptional",
confidence: 0.97,
recommendation: "Interview immediately",
};
}