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

Block or report RyanMulready

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

const ryan = {
    contact: 'ryan.mulready@gmail.com',
    technologies: {
        frontEnd: {
            js: ['webpack', 'babel', 'vue', 'nuxt', 'storybook', 'storyblok'],
            scss: ['bootstrap', 'tailwind', 'postcss'],
            test: ['jest', 'vitest', 'wdio', 'cypress'],
        },
        backEnd: {
            js: ['node', 'nodenv', 'express', 'h3'],
            python: ['pip', 'pyenv', 'django', 'invoke'],
            db: ['mysql', 'dynamodb'],
        },
        devOps: {
            ci: ['github actions', 'Jenkins', 'dependabot', 'renovate', 'snyk'],
            containers: ['docker', 'virtualbox', 'vmware', 'vagrant'],
            aws: [
              's3', 'cloudfront', 'eb', 'ec2', 'rds', 'cognito', 'lambda', 'codeartifact',
              'dynamodb', 'route53', 'secretsmanager', 'cdk',
            ],
        },
        linting: [
          'eslint', 'stylelint', 'prettier', 'markdownlint' 'black', 'flake8', 
          'isort', 'markdownlint', 'commitlint', 'yamllint',
        ],
        analytics: [
          'ga', 'gtag', 'ms uat', 'facebook', 'hubspot', 'inspectlet', 'referral rock',
        ],
    },
};

Pinned

  1. eslint-config-energysage eslint-config-energysage Public archive

    POC For EnergySage ESLint Configuration

    JavaScript