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

Block or report rossacheson

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

  1. Scratchpad Scratchpad Public

    Code snippets and patterns that I find useful or of which I want to keep some record

    TSQL

  2. asamblea asamblea Public

    Playing around with angular cdk drag and drop

    TypeScript

  3. ngrx-course ngrx-course Public

    Forked from angular-university/ngrx-course

    NgRx (with NgRx Data) -The Complete Guide

    TypeScript

  4. advent-of-code advent-of-code Public

    Python

  5. Loop detection. My answer to one of ... Loop detection. My answer to one of Google's foo.bar challenge questions (the one about pirates).
    1
    //This method takes an array of integers as input, where each index in the array represents a 'pirate'
    2
    //and the integer at a given index is the index of another 'pirate'
    3
    //The method keeps track of the sequence of redirects, uses it to detect the first loop,
    4
    //and returns the number of pirates involved in the loop
    5
    
                  
  6. micro-front-ends micro-front-ends Public

    This codebase shows a viable microfrontend architecture as demonstrated by Stephen Grider in 'Microfrontends with React: A Complete Developer's Guide'

    JavaScript