Skip to content
View SteveJayB's full-sized avatar

Block or report SteveJayB

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

Hi, I'm Stephen - a tech-driven professional based in Denver, CO

I have a B.S. in Software Engineering with a minor in Business Administration, and six years of professional experience at the intersection of technology, operations, and communications. My work spans full-stack web development, operational reporting, cross-functional project delivery, and digital content systems.

In my current role, I build reporting frameworks, design process automation workflows using Power Automate and Microsoft Forms, and collaborate across Analytics, QA, Legal, and Operations teams to drive data-informed decisions. Outside of work, I design and develop websites for local businesses and entrepreneurs — handling everything from architecture and build to testing, deployment, and ongoing maintenance.

What I work with: HTML · CSS · JavaScript · Python · SQL (MySQL, Oracle) · Power Automate · Tableau · Power BI · Google Analytics · Hotjar · Shopify · Microsoft Suite

Currently building: A standalone personal finance web app using vanilla HTML, CSS, and JavaScript — no frameworks, no dependencies.

Certifications: Responsive Web Design — freeCodeCamp (2024) JavaScript Algorithms and Data Structures — freeCodeCamp (2025) Front-End Development Libraries — freeCodeCamp (in progress) Power BI Data Analyst Associate - Microsoft (2026)

Feel free to explore my repos or reach out via stephenjbridgett.com.

Pinned Loading

  1. ledgerly ledgerly Public

    A standalone personal budget management app built with vanilla HTML, CSS, and JavaScript. No frameworks, no dependencies, no backend — just a single file you open in any browser.

    HTML

  2. CreatureSearchRPG CreatureSearchRPG Public

    An interactive creature search tool that lets users look up RPG monster stats by name or ID, displaying a full stat sheet pulled from a live API endpoint.

    JavaScript

  3. palindrome-checker palindrome-checker Public

    A browser-based tool that determines whether a user-entered string is a palindrome, correctly handling punctuation, spaces, and mixed casing.

    JavaScript

  4. phone-number-validator phone-number-validator Public

    A browser-based tool that validates whether a user-entered string is a correctly formatted US phone number, supporting multiple common input formats.

    JavaScript

  5. roman-numeral-converter roman-numeral-converter Public

    A browser-based converter that translates any valid integer input into its Roman numeral equivalent, with input validation and clear error handling.

    JavaScript

  6. virtual-cash-register virtual-cash-register Public

    A simulated cash register application that calculates and displays exact change owed to a customer based on the purchase price, amount tendered, and available cash in the drawer.