Skip to content
View DevJavad's full-sized avatar
😎
I may be slow to respond.
😎
I may be slow to respond.

Block or report DevJavad

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
DevJavad/README.md

Hey there

#[derive(Debug)]
struct Me {
    first_name: String,
    last_name: String,
    email: String,
    phone: String,
    birthday: String,
    telegram: String,
    instagram: String,
    linkedin: String,
}

impl Me {
    fn new() -> Self {
        Self {
            first_name: "Javad".into(),
            last_name: "Rajabzadeh".into(),
            email: "MrJavad.Email@gmail.com".into(),
            phone: "+989389967943".into(),
            birthday: "1386/07/14".into(),
            telegram: "https://t.me/PyJavad".into(),
            instagram: "https://instagram.com/PyJavad".into(),
            linkedin: "...".into(),
        }
    }
}

fn main() {
    let me = Me::new();
    println!("{:?}", me);
}

My Skills

Skill Proficiency
Python 🟩🟩🟩🟩🟩🟩🟩🟩🟩⬜ 90%
PHP 🟩🟩🟩🟩🟩🟩🟩⬜⬜⬜ 70%
JavaScript 🟩🟩🟩⬜⬜⬜⬜⬜⬜⬜ 30%
HTML/CSS 🟩🟩🟩🟩🟩⬜⬜⬜⬜⬜ 50%
Django 🟩🟩🟩🟩🟩⬜⬜⬜⬜⬜ 50%
FastAPI 🟩🟩🟩🟩🟩🟩🟩🟩⬜⬜ 80%
Flask 🟩🟩🟩🟩🟩🟩🟩⬜⬜⬜ 70%
SQL/MySQL 🟩🟩🟩🟩🟩🟩🟩🟩🟩⬜ 90%
Docker 🟩🟩🟩🟩🟩⬜⬜⬜⬜⬜ 50%
REST API 🟩🟩🟩🟩🟩🟩🟩⬜⬜⬜ 70%

Popular repositories Loading

  1. rubigram rubigram Public

    A simple and flexible Python library for building advanced Rubika bots with powerful message handling, inline buttons, and custom filters.

    Python 5

  2. DevJavad DevJavad Public

    1

  3. Spotify-downloader Spotify-downloader Public

    An API to download tracks from spotify

    Python

  4. RESTful-user-auth RESTful-user-auth Public

    A RESTful user management API with JWT authentication using FastAPI.

    Python

  5. downloader-bot downloader-bot Public

    A Telegram bot to download content from instagram and spotify.

    Python

  6. account-manager account-manager Public

    A telegram bot to save your accounts and manage your telegram account.

    Python