Skip to content
View mjm918's full-sized avatar
🍻
Code & Chill
🍻
Code & Chill

Organizations

@EasyTech-International-Sdn-Bhd

Block or report mjm918

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
mjm918/README.md
Typing SVG

Code & Chill 🍻 β€” Kuala Lumpur, Malaysia

Twitter Stack Overflow Patreon


πŸ‘‹ About me

  • πŸ”­ Founder/architect of the EasySales sales automation ecosystem β€” ESv2, ESSelfOrder, ESWarehouse, ESReport, EasySales Cloud Sync, EasySales CMS β€” plus EasyM's system architecture.
  • πŸ”Ž Built Scout for EasySales, a pragmatic search engine serving queries over millions of records in milliseconds.
  • 🌱 Deep in storage-engine territory right now β€” BarqDB (embedded object storage + vector search) and llbt (an embedded page store), both in C++.
  • πŸ’¬ Ask me about Go, Rust, C++, Database internals, React Native, React
  • ⚑ Fun fact: started with C++, ended up living in Go (and now back in C++)

πŸ› οΈ Currently building

Project Stars What it is
BarqDB / barq-core Stars Native C++ core for BarqDB β€” embedded object storage, live queries, HNSW vector search, and sync foundations behind every BarqDB SDK.
llbt Stars Single-file embedded page store for C++: memory-mapped, copy-on-write, crash-safe commits, single-writer MVCC readers, B+tree cursors.
whatsapp-mcp Stars An MCP server with 87 tools that gives AI agents a WhatsApp account β€” works with Claude, Codex, Cursor, OpenCode & any MCP client.
React-Advance-Table Stars A featureful React table example built on TanStack Table & React Query.

🧰 Tech stack

Systems & Backend

Go Rust C++ C# Node.js

Frontend & Mobile

TypeScript JavaScript React React Native

Data

MySQL SQL Server


πŸ“ˆ GitHub activity

mjm918's GitHub streak

Followers


Stand before Allah, bow to Allah, prostrate to Allah πŸ§ŽπŸ½β€β™‚οΈ

Profile views

Pinned Loading

  1. React-Advance-Table React-Advance-Table Public

    React advance table example using TanStack React Table & React Query. A featureful example of react table. Sharing it on github so you won't have to do it from scratch

    TypeScript 44 15

  2. BarqDB/barq-core BarqDB/barq-core Public

    Native C++ core for BarqDB: embedded object storage, live queries, HNSW vector search, and sync foundations behind every BarqDB SDK.

    C++ 1

  3. kahflane/whatsapp-mcp kahflane/whatsapp-mcp Public

    Give your AI agent a WhatsApp account β€” an MCP server with 87 tools for reading, sending, groups, status, scheduling & more. Works with Claude, Codex, Cursor, OpenCode & any MCP client.

    TypeScript 4

  4. llbt llbt Public

    Single-file embedded page store for C++: memory-mapped, copy-on-write, crash-safe commits, single-writer MVCC readers, B+tree cursors. Bring your own data structure.

    C++