Skip to content
View JavadMoradkhah's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report JavadMoradkhah

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
JavadMoradkhah/README.md
const profile = {
  firstName: 'Javad',
  lastName: 'Moradkhah',
  birthDate: new Date('2000-06-05'),
  education: [
    {
      degree: 'Associate',
      major: 'Software Engineering',
      university: 'Islamic Azad University - Ahar Branch'
    },
    {
      
      degree: 'Bachelor',
      major: 'Software Engineering',
      university: 'Islamic Azad University - Ahar Branch'
    }
  ],
  languages: [
    'Turkish', 'Persian', 'English'
  ],
  skills: {
    languages: [
      'JavaScript', 'Python', 'TypeScript'
    ],
    clientSide: [
      'Html', 'Css', 'TailwindCss', 'React', 'Astro'
    ],
    frameworks: [
      'Django', 'Django REST framework'
    ],
    databases: [
      'MySQL', 'PostgreSQL', 'MongoDB', 'Redis'
    ],
    webServers: [
      'Nginx'
    ],
    deploymentTools: [
      'Docker'
    ]
  }
};

Pinned

  1. docker-django-starter docker-django-starter Public

    This repository has been created to easily start dockerizing Django projects

    Python 1

  2. drf-jalali-datetime-field drf-jalali-datetime-field Public

    DRF Jalali date and time serializer field

    Python

  3. python-web-screenshot python-web-screenshot Public

    A small Python project to generate a PNG screenshot from the given URL

    Python

  4. studybudy studybudy Public

    My first Django website

    HTML

  5. github-finder github-finder Public

    A React app to search GitHub profiles and see profile details.

    JavaScript

  6. calculator calculator Public

    A simple calculator made by ReactJs

    JavaScript