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

Block or report dxc04

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. simpleDenoRestAPI simpleDenoRestAPI Public

    Deno, Postgres, JWT

    TypeScript

  2. Stocks array challenge Stocks array challenge
    1
    function stocksArrayChallenge(arr) { 
    2
    
                  
    3
      const length = arr.length;
    4
      const minIndex = arr.reduce((min, cur, i, arr) => cur < arr[min] ? i : min, 0);
    5
      const maxIndex = arr.reduce((max, cur, i, arr) => cur > arr[max] ? i : max, 0);
  3. hotel-inventory-system hotel-inventory-system Public

    PHP

  4. dxc-components dxc-components Public

    HTML 4

  5. laravel7-with-alpinejs-tailwindcss laravel7-with-alpinejs-tailwindcss Public

    Test Project

    PHP

  6. vuetify-calendar-inaction vuetify-calendar-inaction Public

    Vue