Skip to main content

Database

Browse 6,168 skills across 448 packs and 38 categories

Showing 3901–3960 of 6,168 skills
6,168 skills found

Streaming

253L

Streaming responses and deferred data loading with defer, Await, and Suspense in Remix

Technology & EngineeringRemix

Styling

227L

CSS strategies in Remix including route-scoped links, Tailwind CSS, CSS Modules, and CSS-in-JS approaches

Technology & EngineeringRemix

Auto Update

345L

Auto-update mechanisms for desktop applications using electron-updater and Tauri's built-in updater

Technology & EngineeringDesktop App

Electron Ipc

309L

IPC communication patterns for Electron main and renderer process messaging

Technology & EngineeringDesktop App

Electron

241L

Electron fundamentals for building cross-platform desktop applications with web technologies

Technology & EngineeringDesktop App

File System Access

413L

File system access patterns, native dialogs, and drag-and-drop for desktop applications

Technology & EngineeringDesktop App

Native Menus

469L

System tray icons, native application menus, and desktop notifications for Electron and Tauri apps

Technology & EngineeringDesktop App

Packaging

439L

Building, packaging, and distributing desktop applications for Windows, macOS, and Linux

Technology & EngineeringDesktop App

Security

425L

Desktop application security including context isolation, preload scripts, CSP, and sandboxing for Electron and Tauri

Technology & EngineeringDesktop App

Tauri

275L

Tauri framework for building lightweight, secure desktop applications with a Rust backend and web frontend

Technology & EngineeringDesktop App

Deployment

378L

Independent deployment patterns for micro-frontends including CI/CD pipelines, versioning, rollback, and environment strategies.

Technology & EngineeringMicro Frontend

Design System Sharing

316L

Strategies for sharing design systems, component libraries, and visual consistency across independently deployed micro-frontends.

Technology & EngineeringMicro Frontend

Iframe Composition

246L

iFrame-based micro-frontend composition for maximum isolation between independently deployed frontend applications.

Technology & EngineeringMicro Frontend

Module Federation

218L

Webpack Module Federation for sharing code and dependencies across independently deployed micro-frontends at runtime.

Technology & EngineeringMicro Frontend

Routing

291L

Cross-application routing strategies for micro-frontends including shell-controlled routing, distributed routing, and URL contracts.

Technology & EngineeringMicro Frontend

Shared State

265L

Cross-application state sharing patterns for micro-frontends including event buses, shared stores, and URL-based state.

Technology & EngineeringMicro Frontend

Single Spa

240L

Single-SPA framework for orchestrating multiple JavaScript micro-frontends within a single page application shell.

Technology & EngineeringMicro Frontend

Web Components

285L

Web Components and Shadow DOM as a framework-agnostic encapsulation layer for micro-frontend composition.

Technology & EngineeringMicro Frontend

Cloudflare D1

312L

Cloudflare D1 for running SQLite databases at the edge with SQL query support

Technology & EngineeringEdge Computing

Cloudflare Kv

297L

Cloudflare Workers KV for globally distributed key-value storage at the edge

Technology & EngineeringEdge Computing

Cloudflare Workers

211L

Cloudflare Workers for serverless edge compute using the V8 isolate model

Technology & EngineeringEdge Computing

Deno Deploy

267L

Deno Deploy for globally distributed edge applications using the Deno runtime

Technology & EngineeringEdge Computing

Edge Auth

524L

Authentication and authorization at the edge for securing requests before they reach the origin

Technology & EngineeringEdge Computing

Edge Caching

357L

Edge caching strategies for optimizing content delivery and reducing origin load

Technology & EngineeringEdge Computing

Geolocation Routing

397L

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

Technology & EngineeringEdge Computing

Vercel Edge

219L

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

Technology & EngineeringEdge Computing

Assemblyscript

267L

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

Technology & EngineeringWebassembly

Js Interop

275L

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

Technology & EngineeringWebassembly

Performance

327L

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

Technology & EngineeringWebassembly

Rust WASM

273L

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

Technology & EngineeringWebassembly

Wasi

221L

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

Technology & EngineeringWebassembly

WASM Basics

176L

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

Technology & EngineeringWebassembly

WASM in Browser

323L

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

Technology & EngineeringWebassembly

WASM Serverside

295L

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

Technology & EngineeringWebassembly

Cqrs

158L

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

Technology & EngineeringEvent Sourcing

Event Store

162L

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

Technology & EngineeringEvent Sourcing

Event Versioning

185L

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

Technology & EngineeringEvent Sourcing

Eventual Consistency

196L

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

Technology & EngineeringEvent Sourcing

Projections

190L

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

Technology & EngineeringEvent Sourcing

Sagas

183L

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

Technology & EngineeringEvent Sourcing

Snapshots

233L

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

Technology & EngineeringEvent Sourcing

API Mocking

273L

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

Technology & EngineeringAPI Testing

Bruno

230L

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

Technology & EngineeringAPI Testing

Contract Testing

227L

Pact contract testing for consumer-driven API contracts between microservices

Technology & EngineeringAPI Testing

Httpie

181L

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

Technology & EngineeringAPI Testing

Load Testing

270L

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

Technology & EngineeringAPI Testing

Postman

189L

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

Technology & EngineeringAPI Testing

Supertest

225L

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

Technology & EngineeringAPI Testing

Build Systems

349L

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

Technology & EngineeringSystems Programming

Cpp Modern

293L

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

Technology & EngineeringSystems Programming

Ffi

301L

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

Technology & EngineeringSystems Programming

Memory Safety

311L

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

Technology & EngineeringSystems Programming

Zig Basics

236L

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

Technology & EngineeringSystems Programming

Auto Layout

214L

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

Technology & EngineeringFigma Development

Component Inspection

193L

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

Technology & EngineeringFigma Development

Design Tokens Export

223L

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

Technology & EngineeringFigma Development

Dev Mode

123L

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

Technology & EngineeringFigma Development

Figma API

195L

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

Technology & EngineeringFigma Development

Figma Plugins

247L

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

Technology & EngineeringFigma Development

Bigquery

237L

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

Technology & EngineeringGCP Services