public class ProfessionalSummary {
}
public enum TechnicalSkills {
LANGUAGES_AND_TECHNOLOGIES: "Python, JavaScript, TypeScript, React, Node.js, Express, C#, C++",
DATABASES: "MySQL, SQLite, SQL",
TOOLS_AND_PLATFORMS: "Git, GitHub, Docker, JSON, REST APIs"
}
public partial class SelectedProjects {
private void RealTimeWeatherApp() {
}
private void BookManagementSystem() {
}
private void FullWebApp() {
}
}
public static class WorkExperience {
public class Xpeng {
string Title = "Marketing & Sales Expert";
string Duration = "2023 – Present";
}
public class DelekMotorsBMW {
string Title = "Account Manager";
string Duration = "2021 – 2023";
}
}
public static class Education {
public class JohnBryce {
string Course = "Full Stack Python Course";
string Duration = "2023–2024";
}
public class HighSchool {
string Diploma = "High School Diploma (Computer Science Major)";
string School = "Rogozin Kiryat Ata";
string Year = "2010";
}
}
public static class MilitaryService {
string Rank = "Sergeant";
string Unit = "Israeli Air Force";
string Duration = "2010–2013";
}
public enum Languages {
HEBREW: "Native",
ENGLISH: "High Proficiency"
}