Skip to content
View eufrankoficial's full-sized avatar
  • Rafael Franke
  • Torino Italy

Block or report eufrankoficial

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

Welcome to My GitHub!

πŸ‘‹ Hello, I'm Rafael Franke!

With over 10 years of experience in Laravel and PHP, and solid experience with React since 2021, I am always looking for new challenges and opportunities to grow in the world of programming.

Currently, I work at a dynamic startup, applying my knowledge of Laravel, MySQL and React to create innovative and scalable solutions.

πŸš€ My Skills

  • Laravel & PHP: Over 10 years of experience in developing robust and efficient web applications.
  • React: Experience since 2021 in building interactive and modern user interfaces.
  • MySQL & PostgreSQL: Proficient in relational databases, including design, optimization, and maintenance.

🌐 Contact

Pinned Loading

  1. beach-time-api beach-time-api Public

    An app to know the better time to go to the beach

    JavaScript

  2. giphyapitest giphyapitest Public

    Test for Lets.events

    JavaScript

  3. lecharlottepage lecharlottepage Public

    CSS

  4. twitterbot twitterbot Public

    Twitter bot (study)

    PHP

  5. Exemplo de model buscavel. Exemplo de model buscavel.
    1
    <?php
    2
    
                  
    3
    namespace App\Models;
    4
    
                  
    5
    use App\Models\BaseModel;
  6. Exemplo de searchable Exemplo de searchable
    1
    <?php
    2
    
                  
    3
    namespace App\Traits;
    4
    
                  
    5
    use Illuminate\Database\Eloquent\Builder;