function experience() {

    // Creator & Owner of Griefstadt{} WIP
    const Griefstadt{} = {
	position: "Lead Developer & Game Designer",
	company: "Grieftadt{}(WIP)",
	duration: "December 2023 - PRESENT",
	technologies: ["discord.js", "firebase", "redis", "jester.js", "railway", "Node.js"],
	description: "Creating, designing, developing, testing & deploying an MMO social deduction chat-based game withing Discors using the Discord API",
	tip: "Ask me about it and I will show you the game and its repositorty."
    };
      Back-end developer | AmbassadorGPT
     const Ambassador GPT = {
	position: "Built TikTok scraper API with GPT integration",
	company: "AmbassadorGPT",
	duration: "OCTOBER 2023 - JUNE 2024",
	technologies: ["discord.js", "firebase", "redis", "railway"],
	description: "developed an application meant to scrape, save and parse TikTok, Instagram and Facebook posts"
    };

    // Full stack & Blockchain Smart contract developer | IconX project
    const iconXProject = {
	position: "Full stack,Blockchain Smart contract & Lua developer",
	company: "IconX project",
	duration: "OCTOBER 2022 – JANUARY 2023, AUGUST 2023 - December 2023",
	technologies: ["Solidity", "React", "Electron.js", "Node.js"],
	description: "Designing and developing a web3 simulated racing series web and desktop app with blockchain support."
    };
    // Full stack developer | Tikshuv (communications), Ramat Gan
    const RamatGanMunicipalOffice = {
	
	position: "Full stack developer",
	company: "Ramat Gan Municipality",
	duration: "DECEMBER 2019 – AUGUST 2022",
	technologies: ["React.js", "Node.js", "PostgreSQL", "Docker", "Linux"],
	description: "Development and maintenance of a web app with RESTful API model, working on React client side as well as Node and PostgreSQL on the server side."
    };
    // Cybersecurity Engineer | Communications Haifa
    const HaifaMunuicipalOffice = {
	position: "Cybersecurity Engineer",
	company: "Haifa Municipality",
	duration: "DECEMBER 2019 – NOVEMBER 2020",
	description: "Integration of new development tools and improving CICD process securely through risk assessment and vulnerability testing."
    };
}
function education() {
    // Bachelor of Science in Computer Science | IDC Herzliya, Israel
    const bsc = {
	degree: "Bachelor of Science in Computer Science",
	institution: "IDC Herzliya, Israel",
	duration: "OCTOBER 2015 – AUGUST 2019",
	classes: ["Cryptography", "Network Security", "VR game development"],
	languages: ["Java", "JavaScript", "HTML", "Scheme", "Assembly", "C++"]
    };
}
function skills() {
    languages: ["JavaScript", "SQL", "HTML", "CSS", "Python", "lua", "solidity"],
    tech stack: ["next.js","Docker","redis","firebase","railway", "tailwind.css", "discord.js"],
    languagesProficiency: {
	Romanian: "Native",
	English: "Proficient",
	Hebrew: "Intermediate"
    }
}
function Hobbies() {
    // Unreal Engine Development
    const unrealEngine = {
	description: "Virtual Escape Room and Social Experiment development"
    };
    // Teaching
    const GradeschoolCodingClass = {
	description: "Built an interactive game development class using Roblox and Raspberry Pico"
    };
}