Skip to content
View DarionRichards's full-sized avatar
Block or Report

Block or report DarionRichards

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

Hey there!! My name is Darion Richards


πŸ§‘β€πŸ”§ About Me

I am a Full Stack Developer from Birmingham, UK.

  • πŸ• I’m currently working full time as an Assitant Store Manager at Papa Johns International

  • πŸŽ“ Recently earned my Full Stack Developer Certification from the University of Birmingham

  • πŸŽ“ Graduated with a First Degree in Cyber Security from the De Montfort University


πŸ›  Languages and Skills

Front End Skills: Back End Skills: Database Skills: Query Languages: Version Control: Hosting Platforms:
HTML JavaScript MySQL GraphQL GitHub GitHub
CSS jQuery Sequelize Git Heroku
JavaScript NodeJS MongoDB
jQuery Express
Boot Strap Postman
Handlebars
React
Material UI

πŸ”₯ My Stats


πŸ’» My Repositories


πŸ‘₯ Contributed Repositories

Pinned

  1. Review of Regex (Regular Expression)... Review of Regex (Regular Expression) Components
    1
    # Regex - Regular Expressions
    2
    
                  
    3
    Regular Expressions (Regex) are used within JavaScript as a method to search for matching strings depnding on conditions set by a users expression. These expression consist of special character that help determine a specific search pattern. A good example can be an email, as emails are structured text that consist of a local-part, domain and domain extension.
    4
    
                  
    5
    ## Summary