Skip to content
View eloisetaylor5693's full-sized avatar

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
eloisetaylor5693/README.md

πŸ‘‹ Hi, I’m Eloise

GitHub LinkedIn

πŸ”  Languages

C# CSS3 HTML5 JavaScript Python Ruby TypeScript

πŸ’Ύ Data stores

Elasticsearch MS SQL Server MongoDB MySQL OpenSearch Oracle PostgreSQL Redis SQLite

πŸ›  Frameworks & Libraries

axios LaunchDarkly Optimizely Winston

Frontend

Angular Bootstrap Next.js React React Native Storybook Tailwind CSS

Backend

.NET ASP.NET Express.js Hangfire IBM Websphere Node.js rabbitMq Serilog

πŸ§ͺ Testing

Cypress Jest NUnit Playwright Postman React Testing Library Taurus xUnit

🌐 Hosting/Infra

Azure DevOps AWS Docker Firebase GitHub GitHub Actions Netlify Octopus Deploy TeamCity Terraform

πŸ‘“ Observability

AWS CloudWatch Datadog Kibana Sentry SpeedCurve Splunk

IDEs

Notepad++ VSCode Visual Studio Windsurf

πŸ’» Terminal tools

bash Chocolatey Git Homebrew PowerShell Windows Terminal Warp zsh

Pinned Loading

  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 1

  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)