首页 / 职业分类 / 计算机与数学 / 计算机程序员 计算机程序员 Computer Programmers
计算机程序员(Computer Programmers)相关 AI Agent 技能。支持 Claude Code / Cursor 一键安装。
⭐ 该职业下的热门技能 perl-testing.md ★ 185.3k
from "affaan-m"
Perl testing patterns using Test2::V0, Test::More, prove runner, mocking, coverage with Devel::Cover, and TDD methodology.
kotlin-coroutines-flows.md ★ 185.3k
from "affaan-m"
Kotlin Coroutines and Flow patterns for Android and KMP — structured concurrency, Flow operators, StateFlow, error handling, and testing.
kotlin-exposed-patterns.md ★ 185.3k
from "affaan-m"
JetBrains Exposed ORM 模式,包括 DSL 查询、DAO 模式、事务、HikariCP 连接池、Flyway 迁移和仓库模式。
perl-patterns.md ★ 185.3k
from "affaan-m"
Modern Perl 5.36+ idioms, best practices, and conventions for building robust, maintainable Perl applications.
swift-actor-persistence.md ★ 185.3k
from "affaan-m"
在 Swift 中使用 actor 实现线程安全的数据持久化——基于内存缓存与文件支持的存储,通过设计消除数据竞争。
kotlin-patterns.md ★ 185.3k
from "affaan-m"
Coroutine'ler, null safety ve DSL builder'lar ile sağlam, verimli ve sürdürülebilir Kotlin uygulamaları oluşturmak için idiomatic Kotlin kalıpları, en iyi uygul
python-patterns.md ★ 185.3k
from "affaan-m"
Pythonic idiomlar, PEP 8 standartları, type hint'ler ve sağlam, verimli ve bakımı kolay Python uygulamaları oluşturmak için en iyi uygulamalar.
content-hash-cache-pattern.md ★ 185.3k
from "affaan-m"
使用SHA-256内容哈希缓存昂贵的文件处理结果——路径无关、自动失效、服务层分离。
swift-actor-persistence.md ★ 185.3k
from "affaan-m"
Thread-safe data persistence in Swift using actors — in-memory cache with file-backed storage, eliminating data races by design.
swift-concurrency-6-2.md ★ 185.3k
from "affaan-m"
Swift 6.2 可接近的并发性 — 默认单线程,@concurrent 用于显式后台卸载,隔离一致性用于主 actor 类型。
python-patterns.md ★ 185.3k
from "affaan-m"
Pythonic 惯用法、PEP 8 标准、类型提示以及构建稳健、高效且可维护的 Python 应用程序的最佳实践。
cpp-coding-standards.md ★ 185.3k
from "affaan-m"
基于C++核心指南(isocpp.github.io)的C++编码标准。在编写、审查或重构C++代码时使用,以强制实施现代、安全和惯用的实践。
python-patterns.md ★ 185.3k
from "affaan-m"
Python-specific design patterns and best practices including protocols, dataclasses, context managers, decorators, async/await, type hints, and package organiza
jpa-patterns.md ★ 185.3k
from "affaan-m"
Spring Boot中的JPA/Hibernate模式,用于实体设计、关系处理、查询优化、事务管理、审计、索引、分页和连接池。
bun-runtime.md ★ 185.3k
from "affaan-m"
Bun as runtime, package manager, bundler, and test runner. When to choose Bun vs Node, migration notes, and Vercel support.