8000 RyanMulready (Ryan Mulready) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View RyanMulready's full-sized avatar

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: {
        browser: {
            js: ['typescript', 'vue', 'nuxt', 'vuex', 'pinia'],
            css: ['sass', 'bootstrap', 'tailwind'],
            test: ['vitest', 'jest', 'cypress', 'playwright'],
            monitoring: ['sentry', 'datadog'],
        },
        node: {
            package_managers: ['npm', 'yarn', 'pnpm'],
            build_tools: ['vite', 'webpack', 'turbo', 'lerna'],
            frameworks: ['express', 'nestjs', 'h3'],
        },
        devops: {
            ci_cd: ['bitbucket pipelines', 'github actions', 'dependabot', 'renovate', 'snyk', 'sonarqube'],
            containers: ['docker'],
            aws: [
                's3', 'cloudfront', 'elastic beanstalk', 'ec2', 'rds', 'cognito', 'lambda', 'codeartifact',
                'dynamodb', 'route 53', 'secrets manager', 'cdk',
            ],
            observability: ['grafana', 'prometheus', 'new relic'],
        },
        linting: [
            'eslint', 'stylelint', 'prettier', 'markdownlint', 'commitlint',
        ],
        analytics: [
            'ga', 'gtag', 'facebook', 'hubspot',
        ],
        tooling: [
            'storybook', 'figma', 'jira', 'postman',
        ],
    },
};

Pinned Loading

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

    POC For EnergySage ESLint Configuration

    JavaScript

0