Skip to content
View reynadan's full-sized avatar
👑
Focusing
👑
Focusing
Block or Report

Block or report reynadan

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

Hi, I'm Daniel!

Linkedin: daniel StackOverflow: daniel My portfolio

Developer at Fund Channel
Studied in the mountains of Grenoble

About me

class Daniel
{
    const LANGAGES = ['PHP', 'Symfony', 'HTML/CSS', 'JS', 'Mysql'];
    const TOOLS = ['Docker', 'PHPStorm', 'Yarn', 'Sass'];

    /**
     * @see https://en.wikipedia.org/wiki/Scrum_(software_development)
     * @see https://ocramius.github.io/extremely-defensive-php/#/
     */
    const PROCESS = 'scrum';
}

Feel free to reach me at reynauddaniel26[at]gmail[dot]com

Design inspired by Thai

Interestings links

Pinned Loading

  1. Customize html KnpMenuBundle in Symf... Customize html KnpMenuBundle in Symfony 5.X
    1
    <?php
    2
    
    
    3
    namespace App\Core\Menu;
    4
    
    
    5
    use Knp\Menu\FactoryInterface;
  2. Change locales symfony 5.2 Change locales symfony 5.2
    1
    <?php
    2
    
    
    3
    namespace App\Core\Locale;
    4
    
    
    5
    use Symfony\Component\HttpFoundation\Request;
  3. Custom flashes messages with link sf... Custom flashes messages with link sf 5.3
    1
    <?php
    2
    
    
    3
    namespace App\Core\Utils;
    4
    
    
    5
    use Symfony\Component\HttpFoundation\Session\Session;
  4. devkit devkit Public

    Dev toolbox for @GP

    HTML

  5. simplegallery simplegallery Public

    Simple photo gallery with Jquery, Lazyload and Bootstrap

    HTML 1