Giter VIP home page Giter VIP logo

Привет! I'm Pisarev Alexey & I ❤ code.

Fullstack developer (PHP, JavaScript, React, Java, Bash)

<?php

declare(strict_types=1);

namespace Nelexa;

final class MyProfile implements UserProfile
{
    public function __construct(
        public readonly int $id = 17830391,
        public readonly string $name = 'Pisarev Alexey',
        public readonly string $username = 'Ne-Lexa',
        public readonly int $age = 37,
    ) {
    }

    public function getSkills(): array
    {
        return [
            \Language\Php::class => ['versions' => '^4 | ^5 | ^7 | ^8'],
            \Language\Javascript::class => ['versions' => 'ES3 | ES5 | ES6 | ES7 | ES8 | ES9 | ES 10 | ES11'],
            \Language\Typescript::class => ['versions' => '^4'],
            \Language\Html::class => ['versions' => '^4 | ^5 | dev-xhtml | dev-wml'],
            \Language\Css::class => ['versions' => '^2 | ^3'],
            \Language\Scss::class => ['versions' => '*'],
            \Language\Java::class => ['versions' => '5 - 11'],
            \Language\Bash::class => ['versions' => '^4 | ^5'],
            \Language\Xml::class => ['versions' => '*'],
            \Language\Json::class => ['versions' => '*'],

            \Framework\Backend\Php\Symfony::class => ['versions' => '^3 | ^4 | ^5 | ^6'],
            \Framework\Backend\Php\Yii::class => ['versions' => '~1.1 | ~2.0'],
            \Framework\Frontend\Javascript\React::class => ['versions' => '^16.13 | ^17'],
            \Framework\Fullstack\NextJS::class => ['versions' => '^10.2'],

            \Tools\Webpack::class => ['versions' => '^4 | ^5'],
            \Tools\Gulp::class => ['versions' => '^3.9 | ^4.0'],
            \Tools\Deptrac::class => ['versions' => '*'],
            \Tools\PhpCsFixer::class => ['versions' => '*'],
            \Tools\Infection::class => ['versions' => '*'],
            \Tools\Docker::class => ['versions' => '*'],
            \Tools\DockerCompose::class => ['versions' => '^1 | ^2'],

            \Database\MySQL::class => ['versions' => '~5.1 | ~5.5 | ~5.7 | ^8.0'],
            \Database\PostgreSQL::class => ['versions' => '^12 | ^14'],
            \Database\SQLite::class => ['versions' => '^3.8'],
            \Database\MongoDB::class => ['versions' => '^2.2 | ^3.0 | ^4.0'],

            \Platform\Android::class => ['versions' => '>= 2.1'],
        ];
    }

    public function __toString(): string
    {
        return $this->username;
    }
}

📝 My repositories:

🎁 Project ⬇️ Downloads ⭐ Stars 📚 Forks 🛎 Issues 📬 Pull requests
Ne-Lexa/php-zip
Platform
Packagist Version
Build Status
🕐 created 7 years ago
🕐 updated 1 year ago
Packagist Downloads Stars Forks Issues Pull Requests

PhpZip is a php-library for extended work with ZIP-archives.

Ne-Lexa/google-play-scraper
Platform
Packagist Version
Build Status
🕐 created 4 years ago
🕐 updated 11 months ago
Packagist Downloads Stars Forks Issues Pull Requests

PHP scraper to get data from Google Play

Ne-Lexa/php-byte-buffer
Platform
Packagist Version
🕐 created 7 years ago
🕐 updated 3 years ago
Packagist Downloads Stars Forks Issues Pull Requests

Reading And Writing Binary Data (incl. primitive types, ex. byte, ubyte, short, ushort, int, uint, long, float, double). The classes also help with porting the I/O operations of the JAVA code.

Ne-Lexa/php-crossplane
Platform
Packagist Version
Build Status
🕐 created 2 years ago
🕐 updated 1 year ago
Packagist Downloads Stars Forks Issues Pull Requests

An unofficial PHP port of the NGINX config/JSON converter crossplane

Ne-Lexa/RequestDtoBundle
Platform
Packagist Version
Build Status
🕐 created 3 years ago
🕐 updated 1 year ago
Packagist Downloads Stars Forks Issues Pull Requests

The Symfony Bundle that provides support for Request objects for Symfony controller actions.

Ne-Lexa/roach-php-bundle
Platform
Packagist Version
Build Status
🕐 created 2 years ago
🕐 updated 1 year ago
Packagist Downloads Stars Forks Issues Pull Requests

Symfony bundle for roach-php/core

Ne-Lexa/http-client-simple-cache
Platform
Packagist Version
Build Status
🕐 created 4 years ago
🕐 updated 3 years ago
Packagist Downloads Stars Forks Issues Pull Requests

Guzzle-based HTTP Client with the ability to customize caching of the processed HTTP request results (not based on HTTP headers).

Ne-Lexa/enum
Platform
Packagist Version
Build Status
🕐 created 4 years ago
🕐 updated 3 years ago
Packagist Downloads Stars Forks Issues Pull Requests

PHP Enum implementation

Ne-Lexa/guzzle-doh-middleware
Platform
Packagist Version
Build Status
🕐 created 2 years ago
🕐 updated 2 years ago
Packagist Downloads Stars Forks Issues Pull Requests

A Dns over Https (DoH) middleware for Guzzle >= 6.0

Pisarev Alexey's Projects

acme.sh icon acme.sh

A pure Unix shell script implementing ACME client protocol

crossplane icon crossplane

Quick and reliable way to convert NGINX configurations into JSON and back.

enum icon enum

PHP Enum implementation

http-client-simple-cache icon http-client-simple-cache

Guzzle-based HTTP Client with the ability to customize caching of the processed HTTP request results (not based on HTTP headers).

panther icon panther

A browser testing and web crawling library for PHP and Symfony

php-byte-buffer icon php-byte-buffer

Reading And Writing Binary Data (incl. primitive types, ex. byte, ubyte, short, ushort, int, uint, long, float, double). The classes also help with porting the I/O operations of the JAVA code.

php-crossplane icon php-crossplane

An unofficial PHP port of the NGINX config/JSON converter crossplane

php-zip icon php-zip

PhpZip is a php-library for extended work with ZIP-archives.

psalm icon psalm

A static analysis tool for finding errors in PHP applications

rector icon rector

Instant Upgrades and Automated Refactoring of any PHP 5.3+ code

requestdtobundle icon requestdtobundle

The Symfony Bundle that provides support for Request objects for Symfony controller actions.

satis icon satis

Simple static Composer repository generator

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.