Skip to content
View l7aromeo's full-sized avatar
  • Jakarta Pusat
  • 08:31 (UTC +07:00)
  • LinkedIn in/l7aromeo

Block or report l7aromeo

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

🚀 Ukasyah Rahmatullah Zada

Role Status Location

const developer = {
  role: "Software Engineer",
  focus: ["Frontend Architecture", "Framework Design", "Developer Tooling"],
  motto: "Turning messy code into elegant, performant solutions.",
  status: "Streaming coffee over TCP (Totally Coffee Protocol)"
};

Building scalable interfaces and crafting developer tools.
Creator of MeoNode UI, MeoCord, and MeoNode Canvas—published npm frameworks solving real problems in React, Discord bot development, and server-side image generation.


🛠️ Tech Arsenal

💻 Languages & Core

const languages = {
  primary: ["TypeScript", "JavaScript"],
  backend: ["PHP", "Kotlin", "Java"],
  scripting: ["Python"]
};

⚛️ Frontend Ecosystem

const frontend = [
  "React", "Next.js", "Remix",
  "Redux", "React Native",
  "MeoNode UI"
];

🗄️ Backend & APIs

const backend = {
  frameworks: ["NestJS", "MeoCord", "Laravel", "Spring Boot"],
  protocols: ["REST", "GraphQL"],
  messaging: ["RabbitMQ", "Kafka"]
};

🗃️ Data Layer

SELECT * FROM skills WHERE category = 'database';
-- PostgreSQL, MongoDB, MySQL, Redis

🐳 DevOps & Infrastructure

infrastructure:
  - Docker
  - GitLab Runner
  - CI/CD Pipelines
  - Microservices
  - Event-Driven Architecture

🧪 Testing & Tooling

const tools = [
  "Jest", "Vite", "Webpack",
  "Postman", "Git"
];

🚀 Published Frameworks

React without JSX

Build type-safe UIs with function-based syntax. CSS-first prop styling with powerful portal capabilities.

Div({ 
  children: H1('Hello World')
})

npm

🤖 meocord

Discord Bot Framework

Lightweight, modular TypeScript framework with decorator-based architecture and CLI tools.

@Command()
class HelloCommand { }

npm

Server-Side Images

Declarative image generation using skia-canvas + yoga-layout. Flexbox, rich text, gradients.

await Root({
  children: Text('Generated!')
})

npm


📊 Development Stats

📈 GitHub Analytics

GitHub Stats

💻 Language Distribution

Top Languages

⚡ Contribution Streak

GitHub Streak

📊 Activity Graph

Activity Graph

🔗 Connect With Me

Email LinkedIn GitLab GitHub


Currently brewing ideas and shipping code.
Open to collaboration on framework development and challenging frontend problems.

Profile Views

Pinned Loading

  1. meonode-ui meonode-ui Public

    Build React UIs with Type-Safe Fluency Without JSX Syntax. A structured approach to component composition, direct CSS-first prop styling, built-in theming, smart prop handling (including raw proper…

    TypeScript 3

  2. meocord meocord Public

    MeoCord Framework - lightweight and extensible framework designed for building Discord bots. With its modular architecture, support for TypeScript, and seamless integration with Discord.js, MeoCord…

    TypeScript