GithubHelp home page GithubHelp logo

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

Mohammadreza Ziadiparast's Projects

bitax icon bitax

BitaX Panel - The hosting control panel for OpenLiteSpeed . Based on Cyberpanel

cpanel-composer-installer-php icon cpanel-composer-installer-php

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 hosting services. Using the shell_exec function in PHP, this script can automatically install Composer and provide the execution of it for Cpanel users.

remove-backups icon remove-backups

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.