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

Block or report sheesh19

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

Hiya, I'm Sheila!

I currently work as a remote full stack developer at Opinamos.
Day-to-day, I'm usually using Ruby on Rails, Hotwire, and Stimulus JS.

Some of the technologies that I typically use include:

I have experience building with the following CMS tools:

As a previous product manager, I have experience with:

I'm currently interested in improving my skills in the following:

Pinned

  1. intro-data-analytics-visualisation intro-data-analytics-visualisation Public

    2 3

  2. full-day-html-css-workshop full-day-html-css-workshop Public

    Full-day workshop for HTML & CSS Intros

    HTML 1

  3. travelmate-up travelmate-up Public

    Ruby

  4. world-parks world-parks Public

    Data for national parks all over the world

    Ruby

  5. sheila-portfolio-white sheila-portfolio-white Public

    HTML

  6. 418-ssn.rb 418-ssn.rb
    1
    SSN_PATTERN = /^(?<gender>[12])\s(?<year>\d{2})\s(?<month>\d{2})\s(?<zip>\d{2})\s(?<digits>\d{3}\s\d{3})\s(?<key>\d{2})/
    2
    
                  
    3
    # define a method named french_ssn_info; takes one string parameter
    4
    # see if our ssn is a match for our pattern
    5