Skip to content
View Crix4lis's full-sized avatar
Block or Report

Block or report Crix4lis

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

Pinned

  1. cart-product-api cart-product-api Public

    Overengineered application with products and carts. Operations available via REST API, API errors handled via Symfony kernel.exception, storage PostgreSQL, orm is Doctrine, framework is Symfony, Co…

    PHP 5

  2. two-heroes-fight-simulation two-heroes-fight-simulation Public

    Repository contains battle simulation implemented with SOLID principles, Design Patterns and Unit Tests

    PHP 1

  3. ddd-in-php ddd-in-php Public

    My personal notes, conclusions, questions and thoughts that came up when studying "Domain-Driven Design In PHP" by Buenosivinos, Soronellas, Akbary

    3 2

  4. docker-php-cli-xdebug docker-php-cli-xdebug Public

    Provides basic php-cli docker image with installed Composer and configured xDebug along with PHPStorm IDE configuration manual. Use it as starting point to your custom PHP application based on what…

    Shell 5 2

  5. Remove file or directory from git hi... Remove file or directory from git history
    1
    git filter-branch --force --index-filter "git rm --cached --ignore-unmatch PATH-TO-YOUR-FILE-WITH-SENSITIVE-DATA" --prune-empty --tag-name-filter cat -- --all
    2
    
                  
    3
    > https://help.github.com/en/articles/removing-sensitive-data-from-a-repository