Skip to content
View paulshryock's full-sized avatar
💼
Available for hire
💼
Available for hire

Block or report paulshryock

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
paulshryock/README.md

An accomplished and results-driven Senior Software Engineer with extensive expertise in full-stack web development, back-end software engineering, and continuous delivery. Builds fast and reliable user interfaces, scalable REST API’s, and resilient back-end microservices for world-class organizations such as the NBA and Palantir. Champions test-driven development (TDD), CI/CD, and Agile practices to deliver reliable high-quality software. Drives measurable business impact through big-picture thinking, reliable execution, and up-leveling myself and my team. Serves as a key contributor to the long-term success of the organization.

Skills

  • Programming Languages: TypeScript, Node.js, PHP, Bash, SQL, Python
  • Web Technologies: HTML, CSS, JavaScript, HTTP, REST API’s, Elasticsearch
  • Application Frameworks: React, Next.js, Express, Electron, WordPress
  • Databases: PostgreSQL, MySQL, SQLite, MongoDB, DynamoDB
  • Version Control and CI/CD: Git, GitHub Actions, Bitbucket Pipelines, Netlify, Vercel, Heroku
  • Containers: Docker, Docker Compose, Kubernetes
  • Cloud: Amazon Web Services (AWS): EKS, ECR, S3, Lambda, API Gateway, SQS, Secrets Manager, CLI

Links

2026-07-28: I am moving all of my repositories to Codeberg in the near future. They will be deleted from GitHub after that.

Pinned Loading

  1. node-abstractions node-abstractions Public

    Library of Node.js abstractions for side effects at the edges of software.

    TypeScript

  2. release-bump release-bump Public

    Bumps Changelog, docblock, and WordPress theme/plugin versions for a code release.

    JavaScript 1

  3. Paul's PHP Version Manager Paul's PHP Version Manager
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    ##
    4
     # Paul's PHP version manager. Runs on Homebrew.
    5
     #
  4. web-worker-starter web-worker-starter Public

    Web workers can be used to offload pretty much any heavy processing from the main thread.

    JavaScript