Skip to content
View dthrcrpz's full-sized avatar
💤
sleepy all the time
💤
sleepy all the time

Block or report dthrcrpz

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

Deither Corpuz

A Full Stack Web Developer

  • A self-proclaimed highly skilled and creative Full Stack Web Developer
  • Solid experience on developing user-centered websites using my preferred stacks.
  • Developed responsive, optimized, and SEO-friendly websites for more than 6 years, using the best practices and latest UX trends for best user experience
  • Extensive knowledge in developing web applications with multiple APIs and third-party integrations

Check out my portfolio at dthrcrpz.dev for more information

Pinned Loading

  1. dthrcrpz dthrcrpz Public

    3rd version of my website portfolio built on Nuxt

    Vue 1

  2. laravel-file-library laravel-file-library Public

    A simple package to upload files and attach them to your Models

    PHP 4 1

  3. annoying-website annoying-website Public

    An annoying website to kinda ruin your day

    Svelte 1

  4. Ubuntu Terminal - Show current Git b... Ubuntu Terminal - Show current Git branch
    1
    #show current git branch
    2
    PS1="\n\[\033[0;36m\]\u\[\033[0;31m\]@\[\033[0;32m\]\h \[\033[0;35m\]\$( git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(git:\1) /')\n\[\033[1;33m\]\w\[\033[00m\] \[\033[1;33m\]>\[\033[0;00m\] "
    3
    
                  
    4
    #make the title dynamic based on current directory
    5
    PROMPT_COMMAND='echo -ne "\033]0;${PWD}\007"'