Skip to main content

Database

Browse 4,557 skills across 394 packs and 37 categories

Showing 2461–2520 of 4,557 skills
4,557 skills found

Edge Caching

358L

Edge caching strategies for optimizing content delivery and reducing origin load

Technology & EngineeringEdge Computing

Geolocation Routing

398L

Geo-based routing and personalization for delivering localized content at the edge

Technology & EngineeringEdge Computing

Vercel Edge

220L

Vercel Edge Functions for low-latency compute within the Vercel deployment platform

Technology & EngineeringEdge Computing

Assemblyscript

268L

Writing WebAssembly modules using AssemblyScript, a TypeScript-like language that compiles to Wasm

Technology & EngineeringWebassembly

Js Interop

276L

JavaScript and WebAssembly interop patterns including memory sharing, type marshaling, and binding generation

Technology & EngineeringWebassembly

Performance

328L

Optimizing WebAssembly performance including binary size, execution speed, memory usage, and profiling techniques

Technology & EngineeringWebassembly

Rust WASM

274L

Compiling Rust to WebAssembly using wasm-pack, wasm-bindgen, and the Rust Wasm ecosystem

Technology & EngineeringWebassembly

Wasi

222L

WebAssembly System Interface (WASI) for portable system-level access including filesystem, networking, and clocks

Technology & EngineeringWebassembly

WASM Basics

177L

WebAssembly fundamentals including module structure, types, memory model, and binary/text formats

Technology & EngineeringWebassembly

WASM in Browser

324L

Using WebAssembly in the browser for canvas rendering, audio processing, Web Workers, and DOM integration

Technology & EngineeringWebassembly

WASM Serverside

296L

Running WebAssembly on the server with Wasmtime, Spin, WasmEdge, and other server-side runtimes

Technology & EngineeringWebassembly

Cqrs

159L

Implement Command Query Responsibility Segregation to separate write and read models in event-sourced architectures

Technology & EngineeringEvent Sourcing

Event Store

163L

Design and implement event stores for persisting domain events with append-only semantics and optimistic concurrency

Technology & EngineeringEvent Sourcing

Event Versioning

186L

Evolve event schemas safely over time using upcasting, weak schema strategies, and version negotiation

Technology & EngineeringEvent Sourcing

Eventual Consistency

197L

Handle eventual consistency challenges in distributed event-sourced systems with practical patterns and strategies

Technology & EngineeringEvent Sourcing

Projections

191L

Build and maintain read model projections from event streams for optimized query performance

Technology & EngineeringEvent Sourcing

Sagas

184L

Coordinate long-running business processes across aggregates and services using sagas and process managers

Technology & EngineeringEvent Sourcing

Snapshots

234L

Optimize aggregate loading with snapshot patterns to avoid replaying long event streams from the beginning

Technology & EngineeringEvent Sourcing

API Mocking

274L

API mocking with MSW (Mock Service Worker) and Prism for development and testing

Technology & EngineeringApi Testing

Bruno

231L

Bruno API client for git-friendly, offline-first API testing with Bru markup language

Technology & EngineeringApi Testing

Contract Testing

228L

Pact contract testing for consumer-driven API contracts between microservices

Technology & EngineeringApi Testing

Httpie

182L

HTTPie CLI for human-friendly API testing, scripting, and debugging from the terminal

Technology & EngineeringApi Testing

Load Testing

271L

k6 load testing for API performance, stress testing, and threshold-based CI checks

Technology & EngineeringApi Testing

Postman

190L

Postman collections, environments, pre-request scripts, tests, and Newman CLI automation

Technology & EngineeringApi Testing

Supertest

226L

Supertest for Node.js HTTP assertion testing with Express, Koa, and Fastify

Technology & EngineeringApi Testing

Build Systems

350L

Build systems for systems programming including CMake, Meson, and Zig build with cross-compilation

Technology & EngineeringSystems Programming

Cpp Modern

294L

Modern C++ (C++20/23) patterns including concepts, ranges, coroutines, and modules

Technology & EngineeringSystems Programming

Ffi

302L

Foreign function interfaces for calling between C, C++, Rust, Zig, Python, and other languages safely

Technology & EngineeringSystems Programming

Memory Safety

312L

Techniques for achieving memory safety without garbage collection including ownership models, arenas, and static analysis

Technology & EngineeringSystems Programming

Zig Basics

237L

Zig language fundamentals for systems programming including comptime, error handling, and manual memory management

Technology & EngineeringSystems Programming

Auto Layout

215L

Understanding Figma auto layout and translating it directly to CSS Flexbox and Grid implementations

Technology & EngineeringFigma Development

Component Inspection

194L

Inspecting Figma components and systematically translating their structure, variants, and properties into production code

Technology & EngineeringFigma Development

Design Tokens Export

224L

Exporting design tokens from Figma into platform-agnostic formats for use in codebases and design systems

Technology & EngineeringFigma Development

Dev Mode

124L

Using Figma Dev Mode to inspect designs, extract code snippets, and streamline the design-to-code workflow

Technology & EngineeringFigma Development

Figma API

196L

Using the Figma REST API to programmatically access files, components, images, and design data

Technology & EngineeringFigma Development

Figma Plugins

248L

Building Figma plugins using the Plugin API to automate tasks, generate assets, and extend Figma's capabilities

Technology & EngineeringFigma Development

Bigquery

238L

Analyze large datasets with Google BigQuery serverless data warehouse and SQL engine

Technology & EngineeringGcp Services

Cloud Functions

195L

Build and deploy event-driven serverless functions on Google Cloud Functions

Technology & EngineeringGcp Services

Cloud Run

180L

Deploy and manage containerized applications on Google Cloud Run serverless platform

Technology & EngineeringGcp Services

Cloud Storage

232L

Store, retrieve, and manage objects in Google Cloud Storage buckets

Technology & EngineeringGcp Services

Firestore

247L

Model, query, and manage data with Google Cloud Firestore NoSQL document database

Technology & EngineeringGcp Services

App Service

374L

Azure App Service for hosting web apps, REST APIs, and mobile backends

Technology & EngineeringAzure Services

Azure Functions

365L

Azure Functions serverless compute for event-driven applications

Technology & EngineeringAzure Services

Blob Storage

330L

Azure Blob Storage for scalable object storage and data lake scenarios

Technology & EngineeringAzure Services

Cosmos Db

320L

Azure Cosmos DB globally distributed multi-model database service

Technology & EngineeringAzure Services

Postgres Extensions

218L

Key PostgreSQL extensions including pgvector, PostGIS, pg_cron, and other essential add-ons

Technology & EngineeringPostgres

Postgres Full Text Search

195L

Full-text search in PostgreSQL using tsvector, tsquery, ranking, and GIN indexes

Technology & EngineeringPostgres

Postgres Partitioning

200L

Table partitioning strategies in PostgreSQL including range, list, and hash partitioning

Technology & EngineeringPostgres

Postgres Replication

224L

Logical and streaming replication in PostgreSQL for high availability and data distribution

Technology & EngineeringPostgres

Postgres Row Level Security

211L

Row-level security policies in PostgreSQL for fine-grained access control on table rows

Technology & EngineeringPostgres

Postgres Triggers

259L

Triggers and PL/pgSQL functions in PostgreSQL for automated data processing and integrity enforcement

Technology & EngineeringPostgres

Caching Patterns

197L

Cache-aside, write-through, and write-behind caching strategies with Redis

Technology & EngineeringRedis

Data Structures

153L

Redis core data structures including strings, hashes, sets, sorted sets, and lists

Technology & EngineeringRedis

Lua Scripting

197L

Lua scripting in Redis for atomic multi-step operations

Technology & EngineeringRedis

Pub Sub

177L

Redis Pub/Sub messaging patterns for real-time event broadcasting

Technology & EngineeringRedis

Sentinel Cluster

211L

Redis Sentinel and Cluster configurations for high availability and horizontal scaling

Technology & EngineeringRedis

Streams

184L

Redis Streams for durable event processing with consumer groups

Technology & EngineeringRedis

API Documentation

79L

Craft clear, accurate, and user-friendly API documentation that empowers developers to

Technology & EngineeringApi Integration

API Gateway Patterns

89L

Architect and implement robust API Gateway patterns to manage, secure, and scale your microservices APIs effectively.

Technology & EngineeringApi Integration

API Monitoring

79L

Effectively implement and manage robust API monitoring strategies to ensure the availability, performance, and correctness of your API integrations. This skill guides you through proactive detection, deep diagnostics, and actionable alerting across your API ecosystem. Activate this skill when designing new API architectures, troubleshooting existing integrations, or optimizing the reliability and user experience of your services.

Technology & EngineeringApi Integration