TCTao Cheninbabyfish-ct.hashnode.dev·Mar 26 · 15 min readA Node Optimization Idea: Solving GC Bottlenecks Under ConcurrencyWhat If Node.js Could Have Zero-GC Request Handling — Without You Changing a Single Line of Code? A Proposal for a Hybrid Arena + GC Memory Model Baked into the JavaScript Runtime The Problem Nobody 00
TCTao Cheninbabyfish-ct.hashnode.dev·Sep 22, 2023 · 1 min readHigh-quality documentation for my ORM framework(Java & Kotlin) is completedThe high-quality documentation for my ORM framework is now complete: Jimmer, revolutionary ORM for java & kotlin Based on suggestions from a group of Jimmer users, I spent a full four months writing this high-quality documentation. In the past, I’ve ...00
TCTao Cheninbabyfish-ct.hashnode.dev·Jun 20, 2022 · 10 min readA new ORM and why we need it.I've created a framework about immutable data and ORM for immutable data. Project name: Jimmer Project Home: https://babyfish-ct.github.io/jimmer-doc/ Overview Jimmer is divided into two parts, jimmer-core and jimmer-sql. jimmer-core: Immutable data...00
TCTao Cheninbabyfish-ct.hashnode.dev·Dec 22, 2021 · 1 min readAn 20-minute video introducing GraphQL-stateI created a 20-minute video introducing GraphQL-state(An intelligent react state management framework). https://www.youtube.com/watch?v=05Xx_t8GC18 In daily development, React developers will encounter a type of complex problems that have not been ...00
TCTao Cheninbabyfish-ct.hashnode.dev·Nov 18, 2021 · 6 min readA new react state management frameworkI created a new react state management framework https://github.com/babyfish-ct/graphql-state This article does not intend to introduce the details of the framework itself, because the framework provides get-start example, documentation, comprehensi...00