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

Block or report CatOrmerod

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

Hi there, I'm Cat. Full Stack Developer. 👋

About me

Completed the University of Sydney Bootcamp in Full Stack Development with an A+ average. A project management specialist with a marketing and analytics background, currently working for Deloitte Australia in the Platform Engineering team.

Where to find more information?

You can visit my Portfolio page here or take a look through my repositories below.

Pinned

  1. babysitters-club babysitters-club Public

    Solo Project as part of Coding Bootcamp. This application was pulled together in less than 2 weeks. A MERN application where people can review and rate babysitters in their area.

    JavaScript 1

  2. portfolio-react portfolio-react Public

    My professional portfolio website, now using React, React-Router-Dom, Reactstrap and Github Pages

    JavaScript

  3. unpaid-overtime-calc unpaid-overtime-calc Public

    An application that highlights the hour and cost implications to a workers year by working unpaid overtime on a regular basis.

    JavaScript 1

  4. tech-blog tech-blog Public

    A CMS-style blog site similar to a Wordpress site, where developers can publish their blog posts and comment on other developers’ posts as well.

    JavaScript

  5. budget-tracker budget-tracker Public

    A budget tracker that can be used both online and offline. If entries are recorded whilst offline, they will be populated as soon as user is online again.

    JavaScript 1

  6. A tutorial to run through a regex, i... A tutorial to run through a regex, in this instance email, breaking down each part of the expression and describing what it does.
    1
    # Regex Tutorial - EMAIL EXAMPLE
    2
    
    
    3
    A Regular Expression, or what is commonly known as Regex, is a string (read from left to right) which is used to validate or search a text string against a matching pattern.  
    4
    
    
    5