public class AboutMe {
private String[] code = {"Java", "HTML", "CSS", "SQL"};
private String currentOccupation = "QA Engineer, open for job opportunities";
private String challenge = "Expanding skills in Security Testing";
private String[] languages = {"Bulgarian - Native", "English - Advanced"};
private String[] passions = {"Photography"};
private String[] strengths = {"Problem Solving", "Attention to Detail", "Team Collaboration"};
private final Technologies technologies = new Technologies();
private class Technologies {
private final Tools tools = new Tools();
private class Tools {
private String[] projectManagement = {"Jira", "IntelliJ IDEA"};
private String[] versionControl = {"GitHub"};
private String[] programmingLanguages = {"Java", "SQL"};
private final WebTesting webTesting = new WebTesting();
private class WebTesting {
private String[] tools = {"Selenium WebDriver", "JUnit", "TestNG",
"Postman", "REST Assured", "HTML", "CSS",
"JMeter"};
}
}
}
}
🕷️
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
