public class Mikhail {
String education = 'Secondary special education';
ArrayList<String> languages = List.of(
'en English',
'🇷🇺 Russian',
'Java',
'Scala',
'Python'
);
ArrayList<String> experience = List.of(
"MQA : 2+ years",
"AQA : 3+ years"
);
public String description() {
return "Mikhail Bolgov: <Senior AQA @ '${env.job.current}'>"
}
}
Check out my repos ⬇️