Skip to content
View Scoopsies's full-sized avatar

Block or report Scoopsies

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

Hello, I'm Scoopsies

Software Craftsman | Polyglot Developer | Clean Code Advocate

I'm a software craftsman who builds maintainable, well-tested systems regardless of language or paradigm. I recently completed 2 years at Clean Coders, where I trained under Micah Martin in an environment shaped by Robert C. Martin's (Uncle Bob) clean code principles, delivering custom solutions for diverse clients. I'm now seeking my next opportunity to apply these principles with a team that values craftsmanship.

What I Believe

Principles over tools. Good software design transcends language. Whether I'm writing Clojure, Java, Python, Go, or JavaScript, I apply the same rigorous approach: comprehensive test coverage, SOLID design, and code that communicates intent.

Tests are not optional. I practice Test-Driven Development because tests are both specification and safety net. They enable confident refactoring and sustainable velocity.

Code is for humans. The compiler doesn't care about readability, but your teammates do. I write code that reveals intent and minimizes cognitive load.

What I'm Looking For

I'm seeking teams and projects where:

  • Code quality and automated testing are non-negotiable
  • Software design is a first-class concern
  • Continuous learning is encouraged
  • Craftsmanship matters more than credentials

I'm technology-agnostic. I care more about building it right than building it in a specific language.


Let's connect: LinkedIn | Email

Pinned Loading

  1. HTTP-Server HTTP-Server Public

    A fully functional HTTP/1.1 server built in Java using no external libraries or java.net.http

    Java

  2. cleancoders/mcp cleancoders/mcp Public

    Clojure 1

  3. cleancoders/odyssey-cli-install cleancoders/odyssey-cli-install Public

    Installer and Uninstaller scripts for the Odyssey CLI

    Shell

  4. clojure-server clojure-server Public

    A Clojure wrapper around my Java HTTP server that adds route handling, including a web-playable version of my clojure tic-tac-toe game.

    Clojure

  5. clojure-tic-tac-toe clojure-tic-tac-toe Public

    A tic-tac-toe game built in Clojure and ClojureScript, playable via terminal, desktop GUI, or web browser.

    Clojure 1

  6. TicTacGo TicTacGo Public

    A Tic Tac Toe game created in GO over the course of 5 days.

    Go