Skip to content
View delpikye-v's full-sized avatar
πŸ—―οΈ
remote / freelancer
πŸ—―οΈ
remote / freelancer

Block or report delpikye-v

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

πŸ‘‹ Hi, I’m Delpi Kye

I’m a Software Engineer passionate about building scalable web applications, frontend architectures, and developer tooling.
With experience in React, Vue.js, Golang, Python, and cloud-native systems, I enjoy creating tools and libraries that improve developer experience.


πŸ“Œ Highlighted - Framework

  • logic-runtime-react-z – Intent-first runtime for React. No hooks. Deterministic state. Orchestrated effects.
  • chrono-state-z – Chrono-state-z: Reactive, intent-first state managemen, async atoms.
  • react-fast-context-z – Ultra-lightweight, selector-based React state container. No Provider. No reducer. No proxy. No magic.
  • eventbus-z – Minimal, synchronous, framework-agnostic EventBus alternative for UI signaling, micro-frontends, and TypeScript projects.
  • intentx-core-z – A fine-grained, intent-driven reactive state runtime for building complex React logic outside components.
  • reactive-query-z – is a lightweight, reactive data-fetching library for React.
  • rsx-z – Minimal atomic CSS-in-JS engine. Deterministic hashing, runtime style execution, and SSR-ready injection.

🧠 Architecture – Frontend

This ecosystem keeps business logic outside React, fully orchestrated and predictable.

UI renders. Logic orchestrates. Runtime guarantees determinism. Modular business logic, No reducers. No boilerplate.

Frontend/UI
   β”‚
   β–Ό
logic-runtime-react-z
   β”‚
   β–Ό
chrono-state-z
   β”‚
   β–Ό
intentx-core-z
  • logic-runtime-react-z – React bindings layer
  • chrono-state-z – Intent-first state runtime (atoms, computed, async, effects)
  • intentx-core-z – Deterministic reactive scheduler

πŸ”„ Intent Flow

UI / HTTP / Queue / Cron
        β”‚
        β–Ό
     emit(intent)
        β”‚
        β–Ό
   effects / middleware
        β”‚
        β–Ό
   intent handlers
        β”‚
        β–Ό
     mutate state
        β”‚
        β–Ό
computed (derived state) / subscribers

events β†’ behavior β†’ state β†’ derived state


Architecture diagram


🧩 Highlighted

  • react-if-vz – Conditional rendering component for React.
  • react-event-channel-z – Fully typed React-aware event channel built on top of eventbus-z.
  • react-tooltip-z – Lightweight, customizable React tooltip component with hover, click, focus and manual trigger support.
  • react-lifecycle-z – Tiny declarative lifecycle hook utilities for React. Mount, update, unmount β€” expressed clearly.
  • react-animate-z – Text & block animation components.
  • react-modal-e2z – A lightweight, headless, fully controlled React modal built on portals. Hook-first, composable, SSR-safe.
  • intentium-z – modular framework for intent-driven orchestration, reactive store, effects, and DI-enabled modules.
  • mfe-intentiz – Framework-agnostic micro-frontend runtime (makecolor - testing).

🧱 Base

πŸš€ More

…… my NPM profile β†’ πŸš€

πŸš€ Tech Stack & Expertise

Languages
JavaScript β˜…β˜…β˜…β˜…β˜…
TypeScript β˜…β˜…β˜…β˜…β˜†
Java β˜…β˜…β˜…β˜…β˜†
Python β˜…β˜…β˜…β˜…β˜†
Go β˜…β˜…β˜…β˜…β˜†

Frontend
React β˜…β˜…β˜…β˜…β˜…
Vue.js β˜…β˜…β˜…β˜…β˜†
Next.js β˜…β˜…β˜…β˜…β˜†
Redux β˜…β˜…β˜…β˜…β˜†
Material-UI β˜…β˜…β˜…β˜…β˜†
TailwindCSS β˜…β˜…β˜…β˜…β˜†

Backend & API
Node.js β˜…β˜…β˜…β˜…β˜†
Express β˜…β˜…β˜…β˜…β˜†
Golang β˜…β˜…β˜…β˜…β˜†
Spring β˜…β˜…β˜…β˜†β˜†
Spring Boot β˜…β˜…β˜…β˜†β˜†
gRPC β˜…β˜…β˜…β˜†β˜†
GraphQL β˜…β˜…β˜…β˜†β˜†

Databases
MySQL β˜…β˜…β˜…β˜…β˜†
PostgreSQL β˜…β˜…β˜…β˜†β˜†
MongoDB β˜…β˜…β˜…β˜†β˜†
DynamoDB β˜…β˜…β˜…β˜†β˜†
Redis β˜…β˜…β˜…β˜…β˜†

Cloud & DevOps
AWS β˜…β˜…β˜…β˜…β˜†
GitHub Actions β˜…β˜…β˜…β˜…β˜†


πŸ“š Currently Learning / Exploring

  • 🧠 AI & Machine Learning with Python (FastAPI, TensorFlow, LangChain).
  • ☁️ AWS Architectures.
  • πŸ”— Microservices & Event-driven systems.
  • 🧩 Domain-Driven Design (DDD) and Clean Architecture with Go.

🌐 Connect with Me

β˜• Buy me a coffee


✨ Fun Fact

β€œA little code every day keeps the bugs away.” 🐞

Pinned Loading

  1. eventbus eventbus Public

    Minimal, synchronous, framework-agnostic EventBus and EventEmitter alternative for UI signaling, micro-frontends, and TypeScript projects

  2. chrono-state chrono-state Public

    Reactive, intent-first state runtime with atoms, computed, async state, effects. Logic-first, React-agnostic.

  3. reactive-query reactive-query Public

    Lightning-fast state & API handling, reactive library for data fetching and state orchestration in React.

    JavaScript

  4. react-animate react-animate Public

    Lightweight React animation library with Animate and AnimateTyping components, built using styled-components.

    1

  5. logic-runtime-react logic-runtime-react Public

    Intent-first business logic runtime. Deterministic, headless, and framework-agnostic.

  6. react-fast-context react-fast-context Public

    Ultra-lightweight, selector-based React state container. No Provider. No reducer. No proxy. No magic.