ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β Versatile engineer who builds across the full stack β β β from React UIs and REST APIs to embedded firmware, β β IoT systems, mobile apps, and intelligent machines. β β If it can be built with code, I'll build it well. β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | Full-stack web apps, REST and GraphQL APIs, real-time systems, admin dashboards, SaaS platforms | Cross-platform apps for Android & iOS, Bluetooth integrations, real-time dashboards, IoT companion apps | Package managers, CLIs, developer tools, build systems, high-performance software |
| Firmware, sensor integrations, wireless protocols, OTA updates, cloud-connected devices, PCB design | Computer vision, on-device inference, sensor fusion, motion planning, autonomous systems | UI/UX design, PCB layout, circuit design, prototyping, design systems |
Modern C++ package manager written in Rust. Replaces CMake hell and dependency wrestling with a clean CLI, TOML manifests, and automatic build file generation. ion new my-project # scaffold C++ project ion add fmt spdlog # add dependencies ion build && ion run # done β¨Roadmap: PubGrub dependency resolution Β· package registry Β· memory safety linter Β· LSP support |
Wraps Express.js + Mongoose with a clean await crud.getMany<UserI>({ modelData: { Model: User }, query: req.query, // ?page=1&sort=-date populate: { path: "profile" } }); |
Pass one config object β get a fully wired React data table with API integration, multi-column sort, filter, pagination, CRUD actions, custom cell renderers, theming, and auto-refresh. <NewTable data={{ baseUrl: API_URL, subUrl: "/users", heading: [...], fn: { fetchFn }, crud: { add: true, edit: true, delete: true } }} /> |
Device discovery, connection management, data transfer, auto-pairing with PIN, bonding, and Bluetooth state monitoring β clean Dart API for Android and iOS. NewFlutterBluetooth.instance .startDiscovery() .listen((r) => connect(r.device));Supports: SPP Β· BLE Β· multi-connection Β· background ops Β· PIN auto-pair |


