Skip to content
View ukadev's full-sized avatar

Block or report ukadev

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

Hi there 🤘 I'm Diego Pazos aka Ukadev.

Backend Developer. Usually working over LAMP Stack, but right now with C++, Python, C#, Java and thinking about Rust. Laravel ❤

      GitHub:  https://github.com/ukadev
    LinkedIn:  https://linkedin.com/in/diegopg
         Web:  https://www.ukadev.com

Top Langs

Pinned Loading

  1. Minimal vagrant provision for lamp o... Minimal vagrant provision for lamp on Ubuntu with PHP8.1 with xdebug3 and also composer, phpmyadmin and laravel installer (and virtualhost).
    1
    #!/bin/bash
    2
    
                  
    3
    # Set the same ip as in your VagrantFile in order to configure xdebug
    4
    VAGRANT_IP= 192.168.33.10
    5
    
                  
  2. uka-url uka-url Public

    Simple URL Shortener using Blade Template System, Laravel Routing, Eloquent ORM and Bootstrap

    PHP 2 1

  3. awesome-php awesome-php Public

    Forked from tlongren/awesome-php

    A curated list of amazingly awesome PHP libraries, resources and shiny things.

  4. fig-standards fig-standards Public

    Forked from php-fig/fig-standards

    Standards either proposed or approved by the Framework Interop Group

  5. pairsGenerator pairsGenerator Public

    Python

  6. wordsGenerator wordsGenerator Public

    Simple app to Generate pairs and twins combinations by words array with tkinter

    Python