Skip to content
View ronbodnar's full-sized avatar

Block or report ronbodnar

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

Hi, I'm Ron 👋

Full-Stack Engineer & Problem Solver

I build systems that actually work in the real world. I focus on turning messy, complex business requirements into clean, reliable software.

Featured Work

A full-stack, multi-tenant ERP I built from scratch with Java (started at 17, currently on 21), Spring Boot 3 and Angular (started at v17, currently on v20). This system handles business workflows, asset tracking, and operations dashboards for real-world daily operations.

Note: This repository is private. An architecture overview and demo are available via the CoreFlow ERP landing page.

An extensible React web application simulating living desktop/mobile operating systems, implementing OS-like architecture, including: processes, programs, launchers, and layered window management.

A Wordle-inspired SPA built with a custom vanilla JavaScript frontend and Node.js backend. This project demonstrates complex state management and real-time DOM manipulation to create a seamless, interactive user experience.

Tech Stack

Category Tools & Technologies
Backend Java Spring MySQL Node.js Python
Frontend TypeScript React Angular Tailwind
Infrastructure Nginx Docker Linux GitHub Actions

Connect with me

Pinned Loading

  1. grid-of-words grid-of-words Public

    A dynamic word puzzle game built with Node.js and JavaScript.

    JavaScript 1

  2. transportation-management transportation-management Public

    A prototype Transportation Management System (TMS) written in PHP designed to solve workflow issues between a logistics company and carriers.

    PHP 1

  3. loan-eligibility-ml loan-eligibility-ml Public

    Loan eligibility prediction machine learning model based on a Kaggle.com historical loan dataset and written in Jupyter Notebook.

    Jupyter Notebook 1

  4. oed-parser oed-parser Public

    OED Word Parser is a Python script for scraping and parsing word data from the Oxford English Dictionary. It offers customizable pagination and request delays for efficient data extraction. Perfect…

    Python 1

  5. deliveryrouter-cli deliveryrouter-cli Public

    A route planning script that utilizes the Nearest Neighbor algorithm to determine efficient delivery routes while meeting constraints and requirements.

    Python