HHuakuninblog.huakunshen.com·Mar 6, 2025 · 4 min readNestJS + Neo4j + GraphQL SetupGraphQL Schema NestJS Server Configuration GraphQL Module Codegen GitHub Repo: https://github.com/HuakunShen/nestjs-neo4j-graphql-demo I haven't found a good update-to-date example of using Neo4j with NestJS and GraphQL. So I decided to write one ...00
HHuakuninblog.huakunshen.com·Feb 28, 2025 · 5 min readCommand List Filtering with Virtual List and fuse.jsBackground I am using shadcn-svelte’s Command component in my project Kunkun. It is using Bits UI’s Command component under the hood. It’s used to render Kunkun’s command list and template UI extension’s list view. Problem It may need to render hundr...00
HHuakuninblog.huakunshen.com·Feb 27, 2025 · 9 min readkkrpc: a multi-environment TypeScript RPC protocolTalk is cheap. Show me the code: https://github.com/kunkunsh/kkrpc Documentation: https://docs.kkrpc.kunkun.sh/ What is kkrpc kkrpc is a Remote Procedural Call protocol designed for TypeScript. Inspired by comlink and similar to tRPC. A TypeScript-f...01J