Category

Development

Programming, frameworks, implementation, frontend, backend, and app development

68,553
skills in category
2,857
pages available
Security grades appear on each card once the skill has been scanned. Newly imported skills may briefly show without a grade until the backfill job runs.
Open in full browser

Browse development skills

Showing 66,96166,984 of 68,553 skills

React Native AppA

Build cross-platform mobile apps with React Native. Covers navigation with React Navigation, state management with Redux/Context API, API integration, and platform-specific features.

developmentjavascripttypescript
0
327
React Component ArchitectureA

Design scalable React components using functional components, hooks, composition patterns, and TypeScript. Use when building reusable component libraries and maintainable UI systems.

developmenttypescriptreact
0
327
Rate Limiting ImplementationA

Implement rate limiting, throttling, API quotas, and backpressure mechanisms to protect services from abuse and ensure fair resource usage. Use when building APIs, preventing DOS attacks, or managing system load.

developmenttypescriptpython
0
327
Push Notification SetupA

Implement push notifications for iOS and Android. Covers Firebase Cloud Messaging, Apple Push Notification service, handling notifications, and backend integration.

developmentjavascriptgo
0
327
Pull Request AutomationA

Automate pull request workflows with templates, checklists, auto-merge rules, and review assignments. Reduce manual overhead and improve consistency.

developmentbashnode
0
327
Property Based TestingA

Design property-based tests that verify code properties hold for all inputs using automatic test case generation. Use for property-based, QuickCheck, hypothesis testing, generative testing, and invariant verification.

developmentjavascripttypescript
0
327
Project EstimationA

Estimate project scope, timeline, and resource requirements using multiple estimation techniques including bottom-up, top-down, and analogous estimation methods for accurate project planning.

developmentjavascriptpython
0
327
Progressive Web AppA

Build progressive web apps using service workers, web manifest, offline support, and installability. Use when creating app-like web experiences.

developmenttypescriptgo
0
327
Profiling OptimizationA

Profile application performance, identify bottlenecks, and optimize hot paths using CPU profiling, flame graphs, and benchmarking. Use when investigating performance issues or optimizing critical code paths.

developmenttypescriptpython
0
327
Polyglot IntegrationA

Integrate multiple programming languages using FFI, native bindings, gRPC, or language bridges. Use when combining strengths of different languages or integrating legacy systems.

developmentjavascripttypescript
0
327
Performance TestingA

Design and execute performance tests to measure response times, throughput, and resource utilization. Use for performance test, load test, JMeter, k6, benchmark, latency testing, and scalability analysis.

developmentjavascriptpython
0
327
Payment Gateway IntegrationA

Integrate payment gateways like Stripe, PayPal, and Square with backends for payment processing, subscription management, and webhook handling. Use when building e-commerce platforms, implementing billing systems, and handling payments securely.

developmentjavascriptpython
0
327
Oauth ImplementationB

Implement secure OAuth 2.0, OpenID Connect (OIDC), JWT authentication, and SSO integration. Use when building secure authentication systems for web and mobile applications.

developmentjavascriptpython
0
327
Nodejs Express ServerA

Build production-ready Express.js servers with middleware, authentication, routing, and database integration. Use when creating REST APIs, managing requests/responses, implementing middleware chains, and handling server logic.

developmentjavascriptrust
0
327
Network DebuggingA

Debug network issues using browser tools and network analysis. Diagnose connection problems, latency, and data transmission issues.

developmentgonode
0
327
Mutation TestingA

Evaluate test suite quality by introducing code mutations and verifying tests catch them. Use for mutation testing, test quality, mutant detection, Stryker, PITest, and test effectiveness analysis.

developmentjavascripttypescript
0
327
Mocking StubbingA

Create and manage mocks, stubs, spies, and test doubles for isolating unit tests from external dependencies. Use for mock, stub, spy, test double, Mockito, Jest mocks, and dependency isolation.

developmentjavascripttypescript
0
327
Mobile First DesignA

Design for mobile devices first, then scale up to larger screens. Create responsive interfaces that work seamlessly across all device sizes.

developmentjavascriptpython
0
327
Mobile App TestingA

Comprehensive mobile app testing strategies for iOS and Android. Covers unit tests, UI tests, integration tests, performance testing, and test automation with Detox, Appium, and XCTest.

developmentjavascriptjava
0
327
Mobile App DebuggingA

Debug issues specific to mobile applications including platform-specific problems, device constraints, and connectivity issues.

developmentgoreact
0
327
Memory OptimizationA

Profile and optimize application memory usage. Identify memory leaks, reduce memory footprint, and improve efficiency for better performance and reliability.

developmentjavascriptpython
0
327
Memory Leak DetectionA

Detect and fix memory leaks using heap snapshots, memory profiling, and leak detection tools. Use when investigating memory growth, OOM errors, or optimizing memory usage.

developmenttypescriptpython
0
327
Internationalization I18nA

Implement internationalization (i18n) and localization including message extraction, translation catalogs, pluralization rules, date/time/number formatting, RTL language support, and i18n libraries like i18next and gettext. Use for multi-language, translation, or localization needs.

developmentjavascripttypescript
0
327
Information ArchitectureA

Organize and structure information for clarity and discoverability. Design navigation systems, hierarchies, and mental models that match user needs.

developmentjavascriptpython
0
327