Skip to content
View stareezy-1's full-sized avatar

Block or report stareezy-1

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
stareezy-1/README.md
STAREEZY β€” Front End Engineer Β· ERP & Business Systems Β· Web & React Native

Muhammad Bintang Al Akbar

Typing SVG

Portfolio Resume Email

Open to work Location English


πŸ‘‹ For recruiters β€” the 30-second version

I'm a front end engineer who builds complex business software end-to-end β€” the kind of systems companies actually run on. I've architected and shipped ERP and internal business platforms from scratch: multi-module dashboards, inventory and finance workflows, role-based access control, approval chains, and data-heavy tables that stay fast under real load.

I'm not just a screen-builder. I design the information architecture, model the data, build a reusable design system so features ship consistently, and connect it all to the API. When the backend isn't ready, I build it myself.

What I bring to a team:

  • 🏒 Business-domain depth β€” I've built ERP and internal tools from zero: complex forms, multi-step workflows, permissions, reporting, and audit trails. I understand the messy real-world logic behind enterprise software.
  • 🎯 Design systems that scale β€” a typed token system with cross-platform adapters so web and React Native ship from one source of truth, keeping large teams consistent.
  • 🧱 Full ownership β€” comfortable from Figma to frontend to Go/Gin API to deployment. I close gaps instead of waiting for them.
  • βœ… Engineering discipline β€” strict TypeScript, clean layered architecture, automated tests, semantic HTML, and accessibility as a baseline, not an afterthought.

Looking for: Front end / React Native / product engineering roles β€” especially building data-rich business apps, internal tools, or design systems. Remote or hybrid.


πŸ“Š What I've delivered

Metric Detail
End-to-end ERP & internal business systems architected and shipped from scratch
Multi-module Dashboards, workflows, RBAC, reporting & data tables built for real operations
2 platforms Web + React Native served from one design token system
6 packages In the stareezy-ui monorepo (tokens β†’ compiler β†’ components)
100% Strict-mode TypeScript across every project
AA WCAG contrast & keyboard accessibility as a non-negotiable floor

$ whoami

I'm a Front End Engineer from Indonesia who builds the software businesses run on β€” ERP modules, internal admin platforms, operational dashboards, and the design systems that hold them together.

What I care about:

  1. Solving real business problems β€” inventory, finance, approvals, permissions, reporting. I learn the domain, model the data, and turn tangled requirements into interfaces people actually want to use.
  2. Architecture that lasts β€” typed contracts, layered structure, reusable components. Code that a team can extend two years from now without fear.
  3. Craft in the details β€” strict TypeScript, automated tests, accessibility, and performance that holds up when the data tables get big and the workflows get real.

I take features from blank screen to production: design, frontend, API, deploy. I close the gaps nobody else wants to own.


$ ls -la ./projects

🌌 AuroraPDF

A 50+ tool PDF suite running fully in the browser.

A serious engineering exercise: heavy document processing (compress, edit, sign, OCR, convert) handled client-side with WebAssembly β€” fast, offline-capable, and scaled to 50+ tools without a backend.

React 19 Β· TypeScript Β· Vite 6 Β· WebAssembly Β· PWA

Live Repo

🎨 stareezy-ui

Design tokens as the single source of truth.

A fully typed, object-based token system with cross-platform adapters for React and React Native. Every token is a contract: colors.celurenBlue[500].value.

React Β· React Native Β· Stitches Β· tsup Β· Storybook 8

npm

πŸ—‚οΈ portofolio-app

Full product with an admin back-office.

A complete platform: public site plus an auth-gated admin panel for content management β€” the same patterns (RBAC, CRUD, dashboards) behind internal business tools. Layered Go REST API, PostgreSQL via Supabase.

Expo Β· RN Web Β· TanStack Query Β· Go Β· Gin Β· Supabase

πŸ€– AI Agent Skills

Reusable knowledge for coding agents.

A library of steering & skill files for AI-assisted development: frontend architecture, SEO, Lighthouse, observability, and data contracts.

Architecture Β· Cloudflare Β· Shadcn/ui Β· Lighthouse


$ cat ./what-i-build.md

Beyond the public projects, the bulk of my work is business software β€” the systems that run day-to-day operations. Things I've designed and built:

Domain What that looks like in code
🏒 ERP modules Inventory, finance, procurement & HR screens wired to real business rules
πŸ” Access control Role-based permissions, approval chains, audit trails, multi-tenant boundaries
πŸ“Š Operational dashboards Real-time metrics, filterable reports, exports, charts that decision-makers trust
🧾 Complex forms & workflows Multi-step wizards, conditional logic, validation, bulk actions, draft/submit states
πŸ—ƒοΈ Data-heavy tables Server-side pagination, sorting, virtualization β€” fast even at tens of thousands of rows
🧩 Design systems Shared component libraries so a whole team ships consistent UI at speed

I take these from requirements β†’ data model β†’ UI β†’ API β†’ deploy. I'm the engineer who turns a vague internal spec into software people rely on.


$ cat ./stack.json

Frontend

TypeScript React React Native Expo Next.js Vite TanStack Query Zustand Tailwind CSS

Design Systems

Design Tokens Storybook Stitches CVA Shadcn/ui

Backend & Infrastructure

Go Gin Supabase PostgreSQL Cloudflare Workers Fly.io Docker pnpm

Testing & Quality

Vitest fast-check Testing Library ESLint


πŸ“Š GitHub Statistics

GitHub stats GitHub streak

🧠 Most Used Languages

Top languages Top languages donut

Dominated by TypeScript across React, React Native & Next.js, with Go powering the backend layer and CSS / SQL rounding out the full-stack business-app work.

πŸ† Highlights

ERP & Business Systems Design Systems End to End TypeScript

πŸ“… Contribution Activity

Activity Graph

Contribution snake animation Profile summary

$ git log --oneline --what-im-thinking

c3f9a1b  feat: shipped an ERP module from blank screen to production
8b21e04  arch: layered the codebase so the next dev never has to guess
6d4c0e7  feat: role-based access control that survived a security review
3ae7f02  refactor: extracted a design system β€” feature velocity +40%
f01c233  perf: virtualized a 50k-row data table, kept it at 60fps
a12b877  chore: strictest TypeScript config money can't buy
2c6d8aa  test: automated the workflows so releases stopped being scary

$ top -engineering-principles

PID   NAME                              CPU    MEM    STATUS
001   solve-the-business-problem        β–ˆβ–ˆβ–ˆβ–ˆ   β–ˆβ–ˆβ–ˆ    running
002   strict-typescript                 β–ˆβ–ˆβ–ˆβ–ˆ   β–ˆβ–ˆ     running
003   clean-layered-architecture        β–ˆβ–ˆβ–ˆ    β–ˆβ–ˆβ–ˆβ–ˆ   running
004   reusable-design-systems           β–ˆβ–ˆβ–ˆ    β–ˆβ–ˆ     running
005   own-it-end-to-end                 β–ˆβ–ˆ     β–ˆβ–ˆβ–ˆ    running
006   accessibility-WCAG-AA             β–ˆβ–ˆβ–ˆ    β–ˆβ–ˆ     running
007   automated-tests-before-push       β–ˆβ–ˆ     β–ˆ      running
008   performance-under-real-load       β–ˆβ–ˆ     β–ˆ      running

$ cat ./now.md

Last updated: June 2026

  • 🏒 Building ERP & internal business modules β€” workflows, RBAC, reporting, and data-heavy admin screens
  • 🚒 Shipping @stareezy-ui/components β€” 17+ cross-platform components that keep product teams consistent
  • πŸ—οΈ Architecting scalable frontend structure: typed contracts, clean layers, automated tests
  • πŸ“– Sharing what I learn about design systems and real-world business-app engineering

🀝 Let's talk

I'm open to front end, React Native, and product engineering roles β€” especially building data-rich business apps, internal tools, ERP platforms, or design systems. Remote or hybrid. If you're building something where engineering craft and ownership matter, I'd love to hear about it.

Channel Where
🌐 Portfolio stareezy.tech
πŸ“„ RΓ©sumΓ© / CV stareezy.tech
🐦 Twitter / X @stareezy
πŸ’» GitHub @stareezy-1
πŸš€ Live demo aurora.stareezy.tech

The best interfaces are invisible. The best systems are inevitable. Build things that respect the people who use them.

Visitor Count

footer

Pinned Loading

  1. stareezy-ui stareezy-ui Public

    TypeScript 4

  2. aurora-pdf aurora-pdf Public

    PDF tools that respect your privacy

    TypeScript 2

  3. aurora-pdf-api aurora-pdf-api Public

    TypeScript 2

  4. next-gen-portfolio next-gen-portfolio Public

    TypeScript 2

  5. quasar quasar Public

    TypeScript 2

  6. claude-skills claude-skills Public

    1