Skip to content
View ziadiparast's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@FastByte-ir @BitaDev
Block or Report

Block or report ziadiparast

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

Hi I’m Mohammadreza Ziadiparast πŸ‘‹

I am a creator and developer of backend infrastructure for system and web software. I have been actively involved in development and system administration since 2016, and during this time, my goal has been to implement and develop practical tools for the general public, aiming to address some of their challenges and make tasks easier for them!

My vision is freedom and growth for everyone.

⚑ Tec Stacks

namespace Self\Mind\Skills\Virtual;

use Self\Mind\About;

class TechStacks extend Stack {

  protected string $stack = "tech";
  
  public function getProgrammingLanguages(): array
  {
      return $this->neuron
        ->programmingLanguages()
        ->sortBy('experience')
        ->with('frameworks')
        ->get()
        ->toArray(); // ['PHP' => [ 'frameworks' => [ 'laravel' ] ] , 'JavaScript', 'Python', 'C++', 'GO']
  }

  public function getDatabases(): array
  {
      return $this->neuron
        ->databases()
        ->get()
        ->toArray(); // ['MySQL', 'SQLite', 'MongoDB', 'Redis']
  }

  public function getOther(): array
  {
      return $this->neuron
        ->otherTechs()
        ->get()
        ->toArray(); // [ 'Docker', 'Git', ... ]
  }


  public function suggestTech(): string
  {
    echo "Please Send your suggestion to me in : ".PHP_EOL.About::getSocialPages()->toJson()
  }

}

⚑ Platforms

➜  ~ lsb_release -i | cut -d ":" -f 2 | sed 's/\s*//g'
Ubuntu

πŸ“« Contact Me

{
    "website": "https://ziadiparast.ir",
    "linkedin": "https://ir.linkedin.com/in/ziadiparast",
    "telegram": "https://t.me/mrziadiparast",
    "instagram": "https://instagram.com/ziadiparast"
}

I'm always open to interesting conversations, collaboration opportunities, and hearing about exciting new projects.🌱

Let's connect and build amazing things together! πŸ₯°

πŸ’™ Donate

If you find my work valuable or would like to support me, you can contribute by donating. Your generosity will go a long way in helping me continue my work and create more useful resources.

  • Donate via Bitcoin : bitcoin:bc1q0xkwr9404ahf7sjpd67q57kvufxnjawcd2tund
  • Donate via Litecoin : litecoin:ltc1qkv6ndecjpus7d8vnl5le33d95j9l2p2w6uu762
  • Donate via Zarrinpal (IRAN) : Donate

Pinned

  1. BitaDev/BitaX BitaDev/BitaX Public

    X-UI Subscription Management bot

    2

  2. remove-backups remove-backups Public

    Simple script to save specified number of backups in Host OR server with PHP + Cronjob

    PHP 3

  3. cpanel-composer-installer-php cpanel-composer-installer-php Public

    This PHP script installs and runs Composer on Cpanel hosting. Due to the restricted SSH access on Cpanel hosting, this script can serve as an alternative solution for running Composer on these host…

    PHP 2