Skip to main content

这个仓库中的 skills

TheBushidoCollective/han - 第 3 页

SkillsMP 已收集 TheBushidoCollective/han 中的 430 个 Skill。打开任一 Skill 可查看来源和详情。

TheBushidoCollective/han

已展示 40 / 430 个已收集 Skill。

职业分类
软件开发工程师
描述

Use when working with React Native Web projects. Provides core concepts, components, and cross-platform patterns for building web applications with React Native.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when implementing navigation in React Native Web projects. Provides patterns for React Navigation, deep linking, and web-specific routing.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when optimizing React Native Web performance. Provides patterns for code splitting, bundle optimization, memoization, and web-specific performance improvements.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when styling React Native Web components. Provides patterns for StyleSheet API, platform-specific styles, responsive design, and theming.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

Use when testing React Native Web applications. Provides patterns for Jest, React Native Testing Library, component testing, and web-specific testing strategies.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when React Context patterns for state management. Use when sharing state across component trees without prop drilling.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when React Hooks patterns including useState, useEffect, useContext, useMemo, useCallback, and custom hooks. Use for modern React development.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when React performance optimization including memoization, lazy loading, and virtualization. Use when optimizing React applications.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when creating custom React Flow nodes, edges, and handles. Covers custom node components, resizable nodes, toolbars, and advanced customization.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when building node-based UIs, flow diagrams, workflow editors, or interactive graphs with React Flow. Covers setup, nodes, edges, controls, and interactivity.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when relay fragment composition, data masking, colocation, and container patterns for React applications.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when relay mutations with optimistic updates, connections, declarative mutations, and error handling.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when relay pagination with cursor-based pagination, infinite scroll, load more patterns, and connection protocols.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when creating custom Svelte Flow nodes, edges, and handles. Covers custom node components, resizable nodes, toolbars, and advanced customization.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when building node-based UIs, flow diagrams, workflow editors, or interactive graphs with Svelte Flow. Covers setup, nodes, edges, controls, and interactivity.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when Vue component patterns including props, emits, slots, and provide/inject. Use when building reusable Vue components.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when Vue 3 Composition API with reactive refs, computed, and composables. Use when building modern Vue 3 applications.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when Vue reactivity system with refs, reactive, computed, and watchers. Use when managing complex state in Vue applications.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when implementing advanced Zustand patterns including transient updates, subscriptions with selectors, store composition, and performance optimization techniques.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when implementing Zustand middleware for persistence, dev tools, immutability, and other enhanced store functionality. Covers persist, devtools, immer, and custom middleware.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when creating and managing Zustand stores for React state management. Covers store creation, selectors, actions, and basic usage patterns.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when working with Zustand in TypeScript projects. Covers type-safe store creation, typed selectors, and advanced TypeScript patterns with Zustand.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when implementing data structures in C including arrays, linked lists, trees, and hash tables with manual memory management.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when managing memory in C programs with malloc/free, pointers, and avoiding common memory safety pitfalls.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when writing low-level system software in C requiring file I/O, process management, signals, and system calls.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when working with modern C++ codebases requiring features from C++11 to C++23 including lambdas, move semantics, ranges, and concepts.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when managing memory safely in C++ with smart pointers including unique_ptr, shared_ptr, weak_ptr, and RAII patterns.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when creating generic and type-safe C++ libraries with templates, SFINAE, concepts, and compile-time metaprogramming.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when implementing concurrent programming in Crystal using fibers, channels, and parallel execution patterns for high-performance, non-blocking applications.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when working with Crystal language development including WebSocket communication, TLS/SSL configuration, HTTP frameworks, ORM operations, and high-performance concurrent systems.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when implementing compile-time metaprogramming in Crystal using macros for code generation, DSLs, compile-time computation, and abstract syntax tree manipulation.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when C# async/await patterns including Task, ValueTask, async streams, and cancellation. Use when writing asynchronous C# code.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when lINQ query and method syntax, deferred execution, and performance optimization. Use when querying collections in C#.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when C# nullable reference types, null safety patterns, and migration strategies. Use when ensuring null safety in C# code.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when Elixir Ecto patterns including schemas, changesets, queries, and transactions. Use when building database-driven Elixir applications.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when Elixir OTP patterns including GenServer, Supervisor, Agent, and Task. Use when building concurrent, fault-tolerant Elixir applications.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when Elixir pattern matching including function clauses, case statements, with statements, and destructuring. Use for elegant control flow.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when erlang's concurrency model including lightweight processes, message passing, process links and monitors, error handling patterns, selective receive, and building massively concurrent systems on the BEAM VM.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when erlang distributed systems including node connectivity, distributed processes, global name registration, distributed supervision, network partitions, and building fault-tolerant multi-node applications on the BEAM VM.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when oTP behaviors including gen_server for stateful processes, gen_statem for state machines, supervisors for fault tolerance, gen_event for event handling, and building robust, production-ready Erlang applications with proven patterns.

原文语言:英语

更新
已展示 40 / 430 个已收集 Skill。