Skip to content
View eloisetaylor5693's full-sized avatar
  • FutureLearn
  • London
Block or Report

Block or report eloisetaylor5693

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. get-npm-dependancies get-npm-dependancies Public

    Get all dependencies for an npm package

    JavaScript 1

  2. poc-cypress-tests-for-reed-search-page poc-cypress-tests-for-reed-search-page Public

    Cypress tests

    JavaScript

  3. Azure Devops Cheatsheet Azure Devops Cheatsheet
    1
    # Azure Devops Cheatsheet
    2
    
                  
    3
    [YAML schema](https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=azure-devops&tabs=schema%2Cparameter-schema)
    4
    
                  
    5
    * Variables:
  4. Scripts Scripts Public

    Useful scripts for setting up my developer PC, snippets I'll likely need to use again, and instructions on how to do certain tasks (likely these should be gists instead)

    PowerShell

  5. payment-gateway payment-gateway Public

    Clean code RESTful API. This is a dummy Payment Gateway with validation

    C# 1

  6. Github actions cheatsheet Github actions cheatsheet
    1
    # Github actions cheatsheet
    2
    
                  
    3
    - [Variables](https://docs.github.com/en/actions/learn-github-actions/variables)
    4
      - [Inbuild env vars](https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables)
    5
      - [Context](https://docs.github.com/en/actions/learn-github-actions/contexts#github-context)