zero▌
3 indexed skills · max 10 per page
zero-trust-architecture
aj-geddes/useful-ai-prompts · Backend
Implement comprehensive Zero Trust security architecture based on "never trust, always verify" principle with identity-centric security, microsegmentation, and continuous verification.
m04-zero-cost
actionbook/rust-skills · Productivity
Layer 1: Language Mechanics
m04-zero-cost
zhanghandong/rust-skills · Productivity
Compile-time versus runtime polymorphism: generics, trait objects, and zero-cost abstraction patterns. \n \n Distinguishes static dispatch (generics, impl Trait ) from dynamic dispatch ( dyn Trait ), with decision guidance on when each is appropriate based on type knowledge, performance priorities, and collection heterogeneity \n Maps common type system errors (E0277, E0308, E0599, E0038) to underlying design questions rather than mechanical fixes \n Covers object safety constraints, monomorphiz