Skip to content
View darkjuanjo's full-sized avatar

Block or report darkjuanjo

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

    Simple general knowledge quiz that makes use of HTML, advanced CSS and JavaScript and 2 APIs.

    CSS 3

  2. SHOP_PC_PARTS SHOP_PC_PARTS Public

    Fully Functional Webpage using MongoDb for a database, React, Express and Node. (MERN)

    JavaScript 1 2

  3. Ticket-Support Ticket-Support Public

    Forked from rrayachhetri/Ticket-Support

    IT help support site. This is a Restful API that uses Node.js, Express, handlebars for a template engine, MYSQL for database with Sequelize as an ORM. It also uses passport for user authentication.

    JavaScript

  4. weather-dashboard weather-dashboard Public

    Weather forecast Application that uses the Openweather API to get a 5 day forecast, the current weather. Application also saves history in local storage to redo a search if needed.

    JavaScript

  5. Basic REGEX email expression Tutorial Basic REGEX email expression Tutorial
    1
    # REGEX Tutorial
    2
    
                  
    3
    ## Summary
    4
    REGEX or regular expression is a pattern of a sequence of characters used to find/replace and select text for 
    5
    string data verification or data manipulation. REGEX characters refers to each individual letters,numbers,symbols,spaces that can be found in a String.<span style="color:red">For this tutorial will go through the email regex