Skip to content
View ddwk21's full-sized avatar

Highlights

  • Pro

Block or report ddwk21

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

    An app that feeds users articles from The Encyclopedia Brittanica based on algorithmic user profiles.

    JavaScript 3 1

  2. e-commerce-db e-commerce-db Public

    ORM practice application built on Express, MySQL and Sequelize

    JavaScript

  3. employee-tracker employee-tracker Public

    JavaScript

  4. scssPractice scssPractice Public

    discord style chat app built with firebase and react

    SCSS

  5. vue-portfolio vue-portfolio Public

    third portfolio revision, built on vue

    Vue

  6. A short gist teaching the basic comp... A short gist teaching the basic components of regex with the example of matching url syntax.
    1
    # Matching a URL in Regex
    2
    
                  
    3
    Regex provides a way to consisely prescribe specific parameters to a string of characters, rather than defining all of the constraints via variables. This makes code simpler, more readable, and able to be adjusted easily.
    4
    
                  
    5
    ## Summary