Skip to content
View acoBOYZ's full-sized avatar

Block or report acoBOYZ

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

Hi there πŸ‘‹

πŸš€ Performance-Driven Full-Stack Developer & Electronics Engineer

I’m a performance-obsessed Full-Stack Developer and Electronics Engineer focused on building fast, predictable, and scalable systems. I optimize aggressively β€” from SQL execution plans to React render cycles β€” and I prefer tools that stay out of my way.

I run all services on Bun and Go, organize everything inside a Turbo monorepo, and treat performance as a first-class requirement, not an afterthought.


🧠 Engineering Philosophy

  • ⚑ Speed > Convenience
  • 🧩 Monorepo-first architecture
  • πŸ” Zero unnecessary abstractions
  • 🎯 Every render, query, and syscall matters
  • 🧠 If I can reason about it, I can optimize it

I actively avoid over-engineered stacks and ORMs. I prefer raw SQL, explicit data flow, and measurable performance gains.


πŸ› οΈ Core Stack & Tooling

Backend

  • Runtime: Bun (primary), Go
  • APIs: HTTP, REST, GraphQL, real-time systems
  • Databases: PostgreSQL (raw SQL only β€” no ORM)
  • Data Access: Bun native SQL
  • Architecture: Turbo monorepo for all services & apps

Frontend

  • React (performance-focused)

  • TanStack Ecosystem (heavy user)

    • TanStack Start
    • TanStack Router
    • TanStack Query
    • TanStack Store / DB
  • State Strategy: Server-state first, minimal client state

  • Rendering Discipline: I actively optimize to avoid even a single unnecessary render

Performance & Real-Time

  • WebSockets & streaming architectures
  • Short-lived HTTP-based real-time architectures
  • Pub/Sub patterns
  • Low-latency data paths
  • Query-level and render-level profiling

🧩 What I Care About (A Lot)

  • Render cost in React
  • Cold-start times
  • Query execution plans
  • Network round-trips
  • Bundle size & hydration
  • Predictable performance under load

If something adds abstraction without measurable value, I don’t use it.

πŸ§ͺ Currently Building

A performance-first SaaS platform with Bun, raw SQL, and render-level React profiling.


πŸ“ˆ GitHub Activity

Activity Graph

Consistency over spikes β€” I prefer steady iteration and continuous refinement.

βš™οΈ Electronics Engineering Background

Alongside software, I’m a trained Electronics Engineer with hands-on experience in low-level systems and hardware-software integration.

Highlights

  • Low-Level Programming: C/C++, embedded systems, bare-metal thinking

  • PCB Design: Schematic design, prototyping, validation

  • Industry Experience:

    • Military-grade systems
    • Industrial automation
    • Consumer electronics
  • Mindset: Determinism, reliability, and system boundaries

This background strongly influences how I design software systems.


πŸ’¬ Personal Traits

  • Performance-driven problem solver
  • Opinionated, but pragmatic
  • Tooling minimalist
  • Open-source friendly
  • Always profiling, always refining

This repository reflects how I think, build, and optimize systems β€” from hardware-level constraints to frontend render paths. I value speed, clarity, and control at every layer.

Pinned Loading

  1. rusty-jwt rusty-jwt Public

    πŸ¦€ Rusty JWT is a Rust-based JWT implementation for Node.js, providing efficient signing and verification with optional LRU caching.

    TypeScript 1

  2. grpc-pipe grpc-pipe Public

    TypeScript

  3. grpc-pipe-go grpc-pipe-go Public

    Go