Skip to content
View Maysker's full-sized avatar
  • Belgium
Block or Report

Block or report Maysker

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Maysker/README.md

About Me: Full Stack Developer

class FullStackDeveloper extends ProjectManager {
  public $name = "Adam Gazdiev";
  public $location = "Belgium";
  public $currentStatus = "Looking for new opportunities in web development";

  public function myProfile() {
    return [
      'name' => $this->name,
      'role' => 'Full Stack Developer',
      'location' => $this->location,
      'status' => $this->currentStatus,
    ];
  }
}

$myProfile = new FullStackDeveloper();
echo $myProfile->myProfile();

Career Journey

async function fetchMyCareerPath() {
  const education = await getEducation();
  const experience = await getWorkExperience();
  const managementSkills = await getManagementSkills();
  const technicalSkills = await getTechnicalSkills();

  console.log(`Education: ${education}`);
  console.log(`Work experience: ${experience.join(', ')}`);
  console.log(`Management Skills: ${managementSkills.join(', ')}`);
  console.log(`Technical Skills: ${technicalSkills.join(', ')}`);
}

fetchMyCareerPath();

function getEducation() {
  return 'Master’s degree in International Relations, People’s Friendship University of Russia';
}

function getWorkExperience() {
  return [
    'Project Management',
    'Strategic Planning and Execution',
    'Cross-Functional Team Leadership'
  ];
}

function getManagementSkills() {
  return ['Time Management', 'Coordination', 'Team Leadership'];
}

function getTechnicalSkills() {
  return ['Front-end Development', 'Back-end Development', 'Database Management', 'Version Control'];
}

Status

SELECT * FROM jobs WHERE candidate = 'Adam Gazdiev' AND status = 'active';

Contacts

  • 📧 Email: a.gazdiev [at] gmail [dot] com
  • 💼 LinkedIn: Adam Gazdiev

💻My Tech Stack

Popular repositories

  1. countdown2024 countdown2024 Public

    A stylish countdown timer to New Year 2024, featuring a code-styled wish display and an optimized falling snow effect

    CSS 1

  2. parkingent parkingent Public

    Forked from AntonioMaggi/parkingent

    Free parking spots in Gent

    JavaScript

  3. JS JS Public

    An open-source JavaScript application featuring API integration. This project serves as a practical exam assignment for the Full Stack Developer course, showcasing advanced JavaScript skills and AP…

    CSS

  4. 3devent 3devent Public

    An interactive 3D web page celebrating the New Year, built with HTML, CSS, and JavaScript. Perfect for festive season greetings.

    CSS 1

  5. dishnicars dishnicars Public

    A fully responsive frontend for DishniCars, offering an optimal user experience across devices, initially designed for Netlify deployment. Showcases services, car listings, and integrates seamlessl…

    HTML

  6. recipe recipe Public

    Forked from AntonioMaggi/recipe

    TypeScript