Skip to main content

Database

Browse 4,557 skills across 394 packs and 37 categories

Showing 961–1020 of 1,708 skills
1,708 skills found in Technology & Engineering

Spring Actuator

368L

Application monitoring, health checks, metrics, and observability with Spring Boot Actuator and Micrometer

Technology & EngineeringJava Spring

Spring Batch

337L

Batch processing with Spring Batch including jobs, steps, chunk processing, readers, writers, and job scheduling

Technology & EngineeringJava Spring

Spring Boot Basics

230L

Core Spring Boot concepts including auto-configuration, starters, dependency injection, and application lifecycle

Technology & EngineeringJava Spring

Spring Cloud

359L

Microservices architecture with Spring Cloud including service discovery, API gateway, circuit breakers, and distributed configuration

Technology & EngineeringJava Spring

Spring Data Jpa

280L

Data persistence with Spring Data JPA including repositories, entity mapping, queries, and transaction management

Technology & EngineeringJava Spring

Spring Security

325L

Authentication, authorization, and security configuration with Spring Security including JWT, OAuth2, and method-level security

Technology & EngineeringJava Spring

Spring Testing

361L

Testing patterns for Spring Boot applications including unit tests, integration tests, sliced tests, and test containers

Technology & EngineeringJava Spring

Spring Webflux

292L

Reactive programming with Spring WebFlux including Mono, Flux, non-blocking I/O, and reactive data access

Technology & EngineeringJava Spring

Ctes Recursive

228L

Common Table Expressions and recursive queries for hierarchical data, graph traversal, and complex query composition

Technology & EngineeringSql

Indexing Strategies

183L

Index types, design strategies, and maintenance for optimal query performance in relational databases

Technology & EngineeringSql

JSON Operations

262L

JSON storage, querying, indexing, and manipulation in PostgreSQL and MySQL for semi-structured data

Technology & EngineeringSql

Migration Patterns

255L

Database schema migration strategies for safe, reversible, and zero-downtime changes to production databases

Technology & EngineeringSql

Query Optimization

218L

Techniques for analyzing and optimizing SQL query performance using execution plans, statistics, and query rewrites

Technology & EngineeringSql

Stored Procedures

318L

Stored procedures, functions, and triggers for encapsulating business logic and automating actions within the database

Technology & EngineeringSql

Transactions Isolation

226L

Transaction management, ACID properties, isolation levels, and concurrency control in relational databases

Technology & EngineeringSql

Window Functions

199L

SQL window functions for analytics, ranking, and running calculations over partitioned result sets

Technology & EngineeringSql

Disk Management

273L

Disk partitioning, filesystems, LVM, RAID, mount management, and storage monitoring on Linux

Technology & EngineeringLinux Admin

File Permissions

242L

Linux file permissions, ownership, special bits, ACLs, and file attribute management

Technology & EngineeringLinux Admin

Log Management

320L

Log management with journalctl, rsyslog, logrotate, and centralized logging strategies on Linux

Technology & EngineeringLinux Admin

Networking Tools

317L

Linux networking tools including ss, ip, iptables, nftables, and diagnostic utilities

Technology & EngineeringLinux Admin

Process Management

260L

Process lifecycle, monitoring, signals, cgroups, and performance analysis on Linux systems

Technology & EngineeringLinux Admin

Shell Scripting

299L

Bash scripting patterns, control flow, text processing, and automation for Linux administration

Technology & EngineeringLinux Admin

Systemd

212L

Systemd service units, timers, targets, and dependency management for Linux init systems

Technology & EngineeringLinux Admin

User Management

371L

User and group management, sudo configuration, PAM, and SSH access control on Linux

Technology & EngineeringLinux Admin

Basics Syntax

167L

Core regular expression syntax including character classes, quantifiers, anchors, and alternation

Technology & EngineeringRegex

Email URL Validation

137L

Practical regex patterns for validating emails, URLs, IP addresses, and other common string formats

Technology & EngineeringRegex

Log Parsing

161L

Regex patterns for parsing structured and semi-structured log files from common servers, applications, and systems

Technology & EngineeringRegex

Lookahead Lookbehind

136L

Lookahead and lookbehind assertions for matching patterns based on surrounding context without consuming characters

Technology & EngineeringRegex

Named Groups

161L

Named capture groups for readable, maintainable regex patterns with structured data extraction

Technology & EngineeringRegex

Performance

224L

Regex performance optimization, catastrophic backtracking prevention, and engine internals for writing efficient patterns

Technology & EngineeringRegex

Search Replace

219L

Regex-powered find and replace patterns for text transformation, refactoring, and data reformatting

Technology & EngineeringRegex

Text Extraction

175L

Regex patterns for extracting structured data from unstructured or semi-structured text sources

Technology & EngineeringRegex

Apollo Client

355L

Apollo Client with React for querying, mutating, and caching GraphQL data

Technology & EngineeringGraphql

Apollo Server

305L

Apollo Server setup, configuration, plugins, and production deployment patterns

Technology & EngineeringGraphql

Authentication

334L

Authentication and authorization patterns for securing GraphQL APIs

Technology & EngineeringGraphql

Code Generation

406L

Type-safe GraphQL development with graphql-codegen for TypeScript

Technology & EngineeringGraphql

Pagination

355L

Cursor-based pagination following the Relay connection specification

Technology & EngineeringGraphql

Resolvers

218L

Resolver patterns, data loading strategies, and the N+1 problem in GraphQL

Technology & EngineeringGraphql

Schema Design

187L

Schema design principles for building maintainable, intuitive GraphQL APIs

Technology & EngineeringGraphql

Subscriptions

339L

Real-time GraphQL subscriptions with WebSockets and server-sent events

Technology & EngineeringGraphql

Drizzle

231L

Drizzle ORM for lightweight, type-safe SQL in TypeScript with zero dependencies, SQL-like syntax, and schema-as-code

Technology & EngineeringOrm

Knex

261L

Knex.js SQL query builder for Node.js with schema building, migrations, seed files, and support for PostgreSQL, MySQL, and SQLite

Technology & EngineeringOrm

Kysely

294L

Kysely type-safe SQL query builder for TypeScript with zero overhead, full autocompletion, and no code generation

Technology & EngineeringOrm

Mikro ORM

300L

MikroORM for TypeScript with Unit of Work, Identity Map, decorator-based entities, and support for SQL and MongoDB

Technology & EngineeringOrm

Mongoose

292L

Mongoose ODM for MongoDB with schema validation, middleware hooks, population, virtuals, and TypeScript support in Node.js

Technology & EngineeringOrm

Prisma

220L

Prisma ORM for type-safe database access with auto-generated client, migrations, and schema-first modeling in TypeScript/Node.js

Technology & EngineeringOrm

Sequelize

243L

Sequelize ORM for promise-based SQL database access with model definitions, associations, migrations, and transaction support in Node.js

Technology & EngineeringOrm

Typeorm

247L

TypeORM for decorator-based entity modeling, migrations, and Active Record or Data Mapper patterns in TypeScript/Node.js

Technology & EngineeringOrm

API Key Auth

222L

API key generation, hashing, rotation, scoping, and rate limiting patterns

Technology & EngineeringAuth Patterns

JWT Tokens

151L

JWT creation, validation, refresh token rotation, and secure token storage patterns

Technology & EngineeringAuth Patterns

Multi Tenancy

199L

Multi-tenant authentication isolation, tenant-scoped tokens, and data boundary enforcement

Technology & EngineeringAuth Patterns

Oauth2 Flows

194L

OAuth 2.0 authorization code, PKCE, client credentials, and token exchange patterns

Technology & EngineeringAuth Patterns

Passkeys

213L

Passkeys and WebAuthn implementation for passwordless authentication

Technology & EngineeringAuth Patterns

Rbac

196L

Role-based access control design, permission hierarchies, and enforcement patterns

Technology & EngineeringAuth Patterns

Session Management

168L

Server-side session handling, cookie security, session stores, and fixation prevention

Technology & EngineeringAuth Patterns

Sso Saml

255L

SSO and SAML integration for enterprise identity federation and service provider setup

Technology & EngineeringAuth Patterns

Chat Rooms

306L

Chat room architecture covering message routing, history, moderation, and scalable room-based real-time systems

Technology & EngineeringWebsocket

Collaborative Editing

309L

Real-time collaborative editing with CRDTs and Operational Transform for conflict-free concurrent document editing

Technology & EngineeringWebsocket

Presence

277L

User presence system design for tracking online/offline status, typing indicators, and activity in real-time apps

Technology & EngineeringWebsocket

Reconnection

407L

Reconnection and offline resilience patterns for WebSocket apps including retry strategies and state synchronization

Technology & EngineeringWebsocket