Skip to main content

Database

Browse 4,557 skills across 394 packs and 37 categories

Showing 1321–1380 of 1,708 skills
1,708 skills found in Technology & Engineering

Deployment

273L

Deploying Remix applications to various platforms including Vercel, Fly.io, Cloudflare, and Node.js servers

Technology & EngineeringRemix

Error Handling

226L

Error boundaries, catch boundaries, and structured error handling strategies in Remix applications

Technology & EngineeringRemix

Loaders

189L

Server-side data loading with loader functions, useLoaderData, and type-safe data fetching in Remix

Technology & EngineeringRemix

Routing

208L

Nested routes, dynamic segments, outlets, and file-based routing conventions in Remix

Technology & EngineeringRemix

Streaming

254L

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

Technology & EngineeringRemix

Styling

228L

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

Technology & EngineeringRemix

Auto Update

346L

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

Technology & EngineeringDesktop App

Electron Ipc

310L

IPC communication patterns for Electron main and renderer process messaging

Technology & EngineeringDesktop App

Electron

242L

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

Technology & EngineeringDesktop App

File System Access

414L

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

Technology & EngineeringDesktop App

Native Menus

470L

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

Technology & EngineeringDesktop App

Packaging

440L

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

Technology & EngineeringDesktop App

Security

426L

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

Technology & EngineeringDesktop App

Tauri

276L

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

Technology & EngineeringDesktop App

Deployment

379L

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

Technology & EngineeringMicro Frontend

Design System Sharing

317L

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

Technology & EngineeringMicro Frontend

Iframe Composition

247L

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

Technology & EngineeringMicro Frontend

Module Federation

219L

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

Technology & EngineeringMicro Frontend

Routing

292L

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

Technology & EngineeringMicro Frontend

Shared State

266L

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

Technology & EngineeringMicro Frontend

Single Spa

241L

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

Technology & EngineeringMicro Frontend

Web Components

286L

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

Technology & EngineeringMicro Frontend

Cloudflare D1

313L

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

Technology & EngineeringEdge Computing

Cloudflare Kv

298L

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

Technology & EngineeringEdge Computing

Cloudflare Workers

212L

Cloudflare Workers for serverless edge compute using the V8 isolate model

Technology & EngineeringEdge Computing

Deno Deploy

268L

Deno Deploy for globally distributed edge applications using the Deno runtime

Technology & EngineeringEdge Computing

Edge Auth

525L

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

Technology & EngineeringEdge Computing

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