Skip to content
View mhgarry's full-sized avatar

Highlights

  • Pro

Block or report mhgarry

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

Matthew Garry - Full Stack Web Developer

Hey there! I'm Matthew Garry, an enthusiastic Junior Full Stack Web Developer passionate about building meaningful digital solutions. My focus areas include mental healthcare, accessible educational information, and fostering real connections using modern web technologies.

Rutger's Full Stack Bootcamp Certificate

About Me

  • Background: Graduate from a MERN stack bootcamp, currently expanding my skills in TypeScript and Next.js.
  • Experience: Proven track record in agency web development, specializing in creating fast, appealing, and accessible web applications.
  • Collaboration: I thrive in team settings, working with other developers, designers, and content creators to produce high-performing and innovative web experiences.
  • Continuous Learning: Dedicated to staying up-to-date with the latest trends and techniques in web development.
  • Mission: Committed to developing applications that offer vital services to underserved communities, with a special focus on:
    • Mental Healthcare
    • Accessible Educational Resources
    • Building Genuine Connections through Web Accessibility

Skills

  • Languages & Frameworks: JavaScript, TypeScript, Node.js, React, Express
  • Styling: CSS, Tailwind CSS
  • Other Technologies: REST APIs, Next.js, git, and Github

Get in Touch


My GitHub Stats

Matthew's GitHub Stats


Pinned Loading

  1. developer_showcase developer_showcase Public

    A space to showcase my web development projects and growth.

    JavaScript 1

  2. ez-s3-buckets ez-s3-buckets Public

    Flexible scripts to both create and upload content to amazon S3 buckets

    JavaScript 3

  3. project_mgmt project_mgmt Public

    JavaScript 2

  4. WriteMyReadMe WriteMyReadMe Public

    JavaScript 2

  5. posh_punk_dev posh_punk_dev Public

    A digital space to share, sell, and trade your DIY creations.

    TypeScript 1

  6. Let's Learn Some Regex! Let's Learn Some Regex!
    1
    # Fortify Your Web Application: Building a Strong Password Validation Regex for User Security
    2
    
                  
    3
    #### Summary
    4
    Regular expressions (regex) are an excellent tool for implementing robust verification and security measures in web applications involving user input or sensitive data. Specifically, regex can be used to search for patterns in strings, determining whether they match the desired format. This is particularly valuable when registering a user in a web application's database to ensure they meet the required security standards.
    5