Skip to content
View aliciachamar's full-sized avatar

Block or report aliciachamar

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. The-Social-Petwork The-Social-Petwork Public

    Forked from CaitlinSwickard/The-Social-Petwork

    Social media network for pets using the MERN stack -- MongoDB, Express, React, Node, GraphQL, and Apollo.

    JavaScript

  2. Really-Good-Fake-Store Really-Good-Fake-Store Public

    Forked from abanae/Really-Good-Fake-Store

    E-commerce website featuring authentication and using the Fake Store API to populate products. Uses the following technologies: Express, Node, MySQL, JavaScript, Bootstrap, and Handlebars.

    JavaScript

  3. urban-cipher urban-cipher Public

    Forked from maximosandoval/urban-cipher

    Deconstruct the lyrics of your favorite song and understand the deeper meaning. Technologies used include HTML, CSS, Bulma, and JavaScript.

    HTML

  4. Interpreting Regex Interpreting Regex
    1
    # Interpreting Regex
    2
    
                  
    3
    Welcome to my tutorial on interpreting regex, or regular expressions. Regex are specific combinations of characters that allow you to search within any block of text for strings that meet your criteria. Each character has a specific meaning within the regular expression and indicates a certain search action to the computer. 
    4
    
                  
    5