Skip to content
View sajaddp's full-sized avatar
  • Islamic Republic of Iran
  • 09:47 - 3h30m ahead

Block or report sajaddp

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
sajaddp/README.md

Hey 👋, I'm SajadDP

github linkedin devto

Glad to see you here

I have professional and considerable experience working with PHP, Laravel, and NodeJs in the back-end. I am a self-taught INTJ (my latest MBTI test result) full-stack developer with M.S. in intelligent systems. In addition, I have worked as a web developer, Javascript / ReactJs / VueJs as a front-end.

Moreover, I have been working as an SEO proficiently for over ten years. I have taught people how to design a Holistic SEO strategy.

Over the past few years, I have been the CEO of VasetKala, which has a creative and dynamic team. As a result, I have spent hours studying and researching leadership. Today, the secret that teams can succeed in business is respecting people, whether they are customers, competitors, and employees.

Trophies

trophy

Languages and Tools

React Bootstrap CSS3 HTML5 JavaScript Docker TypeScript PHP MySQL MongoDB Python Nginx Express.js Bash Chart.js Linux Sass Git WordPress GraphQL Node.js Vue.js Laravel PostgreSQL Webpack WooCommerce jQuery GitLab Tailwind CSS Ionic Cordova NextJS

Pinned Loading

  1. list-of-cities-in-Iran Public

    لیست شهرهای ایران به تفکیک استان - با ستاره دار کردن مخزن، قلبم را شاد کنید. ❤

    TypeScript 448 91

  2. Git: Remove all local branches that ...
    1
    # Git: Remove all local branches that are not on remote
    2
    
                  
    3
    Method 1:
    4
    ```bash
    5
    git fetch -p && for branch in $(git branch -vv | grep ': gone]' | awk '{print $1}'); do git branch -D $branch; done
  3. Convert Persian and Arabic digits of...
    1
    const converter = (text) => text.replace(/[٠-٩۰-۹]/g,a=>a.charCodeAt(0)&15);
    2
    
                  
    3
    console.log(converter("۳٣۶٦۵any٥۵٤۶32٠۰"));
    4
    // Output: "33665any55453200"
    5
    //[Reference](https://stackoverflow.com/a/63133882/6390834)
  4. laravel/sanctum Public

    Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.

    PHP 2.8k 299

1,279 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Loading A graph representing sajaddp's contributions from April 21, 2024 to April 25, 2025. The contributions are 98% commits, 2% pull requests, 0% issues, 0% code review.

Contribution activity

April 2025

Created 3 commits in 1 repository
9 contributions in private repositories Apr 5 – Apr 20
Loading