Skip to content
View sholloway's full-sized avatar
🐧
Coding, coding, coding
🐧
Coding, coding, coding

Highlights

  • Pro

Block or report sholloway

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

Welcome

About Me

  • I work professionally as a software architect.
  • I'm currently having fun studying ML techniques, Game Development, and upping my Python game.
  • I love sci-fi, a wide variety of music, and coffee.

Frequent Tech Stack

  • Languages: Apex | Java | JavaScript | Python | Scala
  • Frameworks: Godot | Node.js | React | Web Components
  • Data: Apache Kafka | PostgreSQL | Redis
  • Platforms: AWS | Heroku | Salesforce
  • Tooling: Git | Jupyter Notebooks | TaskWarrior | VSCode | zsh
  • OS: macOS | Ubuntu

Pinned Loading

  1. agents-playground agents-playground Public

    Python 4

  2. cells cells Public

    A Javascript module for simulating Conway's Game of Life in a browser."

    JavaScript 1

  3. graph-engine graph-engine Public

    A marriage of Websockets, embedded Neo4J, Scala and Akka Streams...

    Scala 1

  4. graph-cockpit graph-cockpit Public

    An Electron based fat client for working with graphs.

    JavaScript 2

  5. Jitterbug Jitterbug Public

    Ruby + Objective-C multipass offline/online renderer for rapid 2d/3d sketch creation.

    Ruby 1

  6. Useful SOQL queries for exploring a ... Useful SOQL queries for exploring a Salesforce org.
    1
    --------------------------------------------------------------------
    2
    -- Queries related to distribution of metadata.
    3
    -- Find the number of users per profile.
    4
    SELECT count(id), Profile.name
    5
    FROM User