Skip to content
View arjayb's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report arjayb

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

Hi, I'm Arjay

Independent Web Developer — Rapid Prototyping & Full-Stack Systems

I rapidly turn business ideas and operational workflows into working web applications — from browser-based prototypes to deployed full-stack systems with APIs, authentication, databases, role-based access, and operational dashboards.

📫 arjayb.fb@gmail.com


Featured Work — Full-Stack Service Platform

A reusable approach for rapidly turning real-world workflows into deployable web applications. The architecture combines responsive interfaces, APIs, authentication, persistent data, role-based workflows, and operational dashboards.

Digital Barangay — One Iteration

Live Demo · Frontend Repository · Backend Repository

Digital Barangay is one working implementation of this approach, adapted for local government services. It demonstrates resident registration, authentication, document requests, community concerns, administrative workflows, persistent PostgreSQL data, and live deployment.

Architecture

Resident / Admin Browser
|
v
GitHub Pages frontend
|
HTTPS API
|
v
Render / Express API
|
Prisma ORM
|
v
Neon PostgreSQL
Uploads -> Cloudinary

Stack: HTML/CSS/JavaScript · Node.js · Express · Prisma · PostgreSQL/Neon · JWT · Render · GitHub Pages · Cloudinary

What this demonstrates: the ability to take a workflow from rapid prototype through frontend, API, authentication, database, role-based operations and deployment.


Other Projects

ProjectWhat it demonstratesStack
RemitCompareCompares live remittance provider rates against the mid-market rateVanilla JS, live FX API
BudgetFXMulti-currency budget ledger with live conversionVanilla JS, localStorage, live FX API
RateAlertCurrency tracker with sparkline and threshold alertsVanilla JS, SVG, Notifications API
OrbitConnectCombines GitHub + npm activity into one developer profileVanilla JS, GitHub + npm APIs
OrbitOrgVisualizes an organization's repositoriesVanilla JS, SVG
OrbitStatsRepository commit activity, languages and contributorsVanilla JS, SVG
OrbitGitHub profile explorer visualized as an orbit of repositoriesVanilla JS, SVG

How I Build

Rapid prototyping is the starting point, not the finish line. I use it to validate ideas and workflows quickly, then add the engineering depth the product actually requires: APIs, persistent data, authentication, role separation, integrations, and deployment.

I use AI-assisted development as part of the workflow, but the goal is shipped software that can be inspected, tested, deployed and explained — not code generated for its own sake.

I use the simplest architecture that fits the product. Client-side applications stay lightweight when a backend isn't necessary. When the product requires persistent data, authentication, role separation or operational workflows, I build beyond the browser and connect the pieces into a deployable system.

The repositories document the architecture, deployment model, data sources and current limitations rather than presenting prototypes as finished products.

Open to freelance work and practical web application projects.

Pinned Loading

  1. Orbit-a-GitHub-profile-explorerOrbit-a-GitHub-profile-explorerPublic

    Explore any GitHub profile as an interactive orbit of their repositories, sized by stars and colored by language. No backend or login — vanilla JS and the GitHub REST API.

    CSS

  2. Rate-Board-Live-Currency-ConverterRate-Board-Live-Currency-ConverterPublic

    Live currency converter with real exchange rates, no backend or login required. Vanilla JS + a free public API, deployed as a static site.

    CSS

  3. Digital-Barangay-AppDigital-Barangay-AppPublic

    Full-stack Digital Barangay portal for resident services, document requests, community concerns, and admin workflows.

    JavaScript