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

Block or report juancarielo

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 Loading

  1. juancarielo.github.io juancarielo.github.io Public

    My portfolio.

    HTML

  2. drupal10-tutorial drupal10-tutorial Public

    Drupal 10 project for tutorial.

    PHP

  3. python-treinaweb python-treinaweb Public

    Simple repository to enjoy the week of the Python and Django from TreinaWeb.

    Python

  4. nlw-rocketseat-back nlw-rocketseat-back Public

    A simple back-end application named by Ecoleta using Knex.js from Rocketseat for studies.

    TypeScript

  5. Local settings for Drupal using Lando. Local settings for Drupal using Lando.
    1
    <?php
    2
    
                  
    3
    // Get info about Lando
    4
    $lando_info = json_decode(getenv('LANDO_INFO'), TRUE);
    5
    
                  
  6. Local services for Drupal. Local services for Drupal.
    1
    parameters:
    2
      http.response.debug_cacheability_headers: true
    3
      twig.config:
    4
        debug: true
    5
        auto_reload: true