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 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
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.
  • routexiz - A modern tree-based router for React with intent-driven navigation, Suspense-first data loading, and built-in guards, middleware, and caching.
  • railiz - Lightweight Node.js engine for deterministic, intent-driven domain logic orchestration.
  • 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.
  • railizator - Lightweight decorator-based routing & pipeline engine for deterministic, intent-driven Node.js domain logic.
  • railiz-serverless - Serverless adapter and modular architecture layer for Railiz, enabling lightweight, scalable Node.js backends.
  • railpy - Deterministic high-performance ASGI engine for modern Python backends

🧠 Architecture – Frontend framework-agnostic

  • intentx-react – Intent-driven logic adapter for React.
  • intentx-svelte – Intent-driven logic adapter for Svelte.
  • intentx-solid – Intent-driven logic adapter for SolidJS.
  • intentx-runtime – Intent-first business logic runtime. Deterministic, headless, and framework-agnostic.

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/Adapter
   β”‚
   β–Ό
intentx-runtime
   β”‚
   β–Ό
intentx-core

πŸ”„ 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

  • 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.
  • intentx-react-router - Intent-based routing for React. Navigate by intent instead of URLs. (react-router)
  • rsx-z – Minimal atomic CSS-in-JS engine. Deterministic hashing, runtime style execution, and SSR-ready injection.
  • 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. railiz railiz Public

    Lightweight Node.js engine for deterministic, intent-driven domain logic orchestration.

  2. eventbus eventbus Public

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

  3. react-animate react-animate Public

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

    1

  4. react-fast-context react-fast-context Public

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

  5. intentx-state intentx-state Public

    A fine-grained, intent-driven reactive state runtime. Headless, async-first, deterministic.