// Shai Shashonker - Full-Stack Web Developer
public class ContactInformation {
public string Name = "Shai Shashonker";
public string Title = "Fullstack Developer";
public string Phone = "054-536-6498" ;
public string Email = "shai360hai@gmail.com" ; Copied!
public string LinkedIn = "Shai Shashonker";
public string GitHub = "https://github.com/shai360hai/" ; //
public string Portfolio = "https://shai-portfolio-ruddy.vercel.app/" ; //
}
Professional Summary
public class ProfessionalSummary {
// Results-driven Full-Stack Developer with expertise in Python, JavaScript, and React.
// Proven experience in building web applications with clean code and intuitive UIs.
// Combines a rich background in sales and team leadership with newfound proficiency in software development,
// aiming to integrate into the high-tech industry by applying practical projects and writing high-quality code.
}
Technical Skills
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"
}
Selected Projects
public partial class SelectedProjects {
private void RealTimeWeatherApp() {
// Developed an application using Python and PyQt.
// Displays real-time weather data via OpenWeather API.
// Features a modern user interface.
}

private void BookManagementSystem() {
// Designed and developed a complete CRUD system.
// Implemented in Python and SQLite for efficient book and client management.
}

private void FullWebApp() {
// Built a comprehensive web application.
// Includes both client-side (React) and server-side (Node.js, Express) development.
// Features API implementation for interaction and user authentication.
}
}
Work Experience
public static class WorkExperience {
public class Xpeng {
string Title = "Marketing & Sales Expert";
string Duration = "2023 – Present";
// Promoted and sold advanced electric vehicles in the Israeli market.
// Consistently met business targets.
}

public class DelekMotorsBMW {
string Title = "Account Manager";
string Duration = "2021 – 2023";
// Managed and retained premium client relationships in the luxury automotive sector.
}

// Other previous roles (briefed to fit layout):
// Business Development Representative (Ilan Shahar, 2019 – 2021)
// Sales Representative (Cellcom, 2017 – 2019)
// Sales Associate (Wine in the City, 2015 – 2017)
// Security (Israel Railways, 2013 – 2015)
}
Education
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";
}
}
Military Service
public static class MilitaryService {
string Rank = "Sergeant";
string Unit = "Israeli Air Force";
string Duration = "2010–2013";
// Completed a command course with excellence (Rifleman 06).
}
Languages
public enum Languages {
HEBREW: "Native",
ENGLISH: "High Proficiency"
}