Database
Browse 4,557 skills across 394 packs and 37 categories
ODT (OpenDocument Text)
147LThe open standard document format from the OASIS OpenDocument Format (ODF) family, used by LibreOffice, Apache OpenOffice, and other applications for word processing documents.
OGG Vorbis
157LAn open-source, royalty-free lossy audio codec in the Ogg container, offering quality comparable to or better than MP3 without patent restrictions.
Opus
160LA modern, open-source, royalty-free audio codec excelling at both speech and music across a wide bitrate range, with ultra-low latency for real-time communication.
OpenType Font
253LThe OpenType font format — the modern standard for digital typography, extending TrueType with PostScript outlines, advanced layout features, and cross-platform support.
PAGES (Apple Pages Document)
165LApple's proprietary word processing and page layout format for the Pages application, part of the iWork suite, with tight Apple ecosystem integration and dual word-processing/layout modes.
Apache Parquet
243LApache Parquet columnar storage format — a highly efficient binary format for analytics workloads, supporting compression and encoding optimizations.
PDF (Portable Document Format)
178LAdobe's universal document format for fixed-layout, platform-independent document exchange with support for text, images, vector graphics, forms, and digital signatures.
PNG Image Format
154LPNG is a lossless compressed raster image format with full alpha transparency
PPTX (Microsoft PowerPoint Open XML)
173LThe modern Microsoft PowerPoint presentation format based on Open XML, storing slides, layouts, themes, animations, and media in a ZIP-compressed package of XML files.
ProRes (Apple ProRes)
180LApple ProRes is a family of lossy and visually lossless video codecs designed for high-quality professional video editing, post-production, and broadcast delivery.
Protocol Buffers
293LProtocol Buffers (Protobuf) — Google's language-neutral binary serialization format for structured data, used in gRPC, inter-service communication, and data storage.
PSD Image Format
200LPSD is Adobe Photoshop's native file format, preserving layers, masks, blend
QOI Image Format
141LQOI (Quite OK Image Format) is a simple, fast lossless image format designed
RAR Compressed Archive
165LThe RAR archive format — proprietary compression with strong encryption, recovery records, and multi-volume splitting for high-ratio archiving.
RAW Camera Image Format
177LRAW files contain minimally processed sensor data from digital cameras,
RPM Red Hat Package
268LThe RPM package format — Red Hat's software package manager for installing, updating, and managing applications on Fedora, RHEL, CentOS, SUSE, and other enterprise Linux distributions.
RTF (Rich Text Format)
141LA Microsoft-developed text-based document interchange format that encodes formatted text with control words, providing cross-platform rich text exchange without binary complexity.
SQL
229LStructured Query Language files — text files containing database queries for schema definition, data manipulation, migrations, and seed data.
SQLite
249LSQLite single-file relational database — a self-contained, serverless, zero-configuration SQL database engine stored as a single cross-platform file.
STEP/STP CAD Exchange Format
209LThe STEP file format — the ISO standard for exchanging complete CAD product data including 3D geometry, tolerances, materials, and assembly structure across engineering tools.
STL Stereolithography
218LThe STL 3D model format — the standard for 3D printing, representing surface geometry as a mesh of triangles in either ASCII or binary encoding.
SVG Image Format
175LSVG is an XML-based vector image format for two-dimensional graphics that
TAR Tape Archive
171LThe TAR archive format — Unix/Linux standard for bundling files while preserving permissions, ownership, and symlinks, typically paired with a compression layer.
TGA Image Format
169LTGA (Targa) is a raster image format supporting alpha channels and simple
TIFF Image Format
172LTIFF is a flexible, high-quality raster image format widely used in
TOML
195LTom's Obvious Minimal Language — a configuration file format emphasizing readability with explicit, unambiguous semantics. Used by Cargo, pyproject.toml, and Hugo.
TSV (Tab-Separated Values)
166LA plain-text tabular data format using tab characters as field delimiters, avoiding the quoting complexities of CSV and widely used in bioinformatics, linguistics, and data processing.
TrueType Font
241LThe TrueType font format — Apple and Microsoft's scalable font technology using quadratic Bezier outlines, the foundation of digital typography on every major platform.
TXT (Plain Text Files)
147LThe simplest document format — unformatted text encoded in character sets like UTF-8, ASCII, or Latin-1, readable by virtually every computing device and application.
USDZ Universal Scene Description
298LThe USDZ format — Apple's AR-ready 3D file format based on Pixar's USD, designed for sharing immersive 3D content on iOS, macOS, and visionOS.
Variable Font Technology
378LVariable fonts — a single font file containing a continuous range of styles (weight, width, slant, optical size) controlled by design axes, replacing entire font families.
VCard
409LvCard (.vcf) contact format — the universal standard (RFC 6350) for exchanging electronic business card and contact information between applications.
WebAssembly
363LWebAssembly (Wasm) binary format — a portable, high-performance binary instruction format for running compiled code in browsers and server-side runtimes.
WAV (Waveform Audio File Format)
180LThe standard uncompressed audio format for Windows, storing raw PCM audio data with full fidelity for professional editing and archival.
WebM
203LWebM is an open, royalty-free multimedia container format developed by Google for the web, using VP8, VP9, or AV1 video with Vorbis or Opus audio.
WebP Image Format
177LWebP is a modern image format developed by Google that provides both lossy and
WMA (Windows Media Audio)
195LMicrosoft's proprietary audio codec family for the Windows platform, including lossy, lossless, and professional variants.
WMV (Windows Media Video)
198LWMV is Microsoft's proprietary video codec and format, used within the ASF container, once common for Windows-based media distribution and streaming.
WOFF/WOFF2 Web Open Font Format
326LThe WOFF and WOFF2 web font formats — compressed font containers optimized for efficient web delivery, enabling custom typography on websites with smaller file sizes.
XCF Image Format
172LXCF is the native file format for GIMP (GNU Image Manipulation Program),
XLS (Microsoft Excel Binary Format)
191LThe legacy binary spreadsheet format used by Microsoft Excel from 1997 through 2003, storing worksheets, formulas, and formatting in an OLE2 compound file structure.
XLSX (Microsoft Excel Open XML)
224LThe modern Microsoft Excel spreadsheet format based on Open XML, storing worksheets, formulas, charts, pivot tables, and formatting in a ZIP-compressed package of XML files.
XML
243LExtensible Markup Language — a verbose but powerful structured data format widely used in enterprise systems, document formats, and legacy APIs.
XZ/LZMA Compression
216LThe XZ compression format — high-ratio single-stream compression using LZMA2, the modern standard for software distribution as tar.xz on Linux.
YAML
248LYAML Ain't Markup Language — a human-friendly data serialization format popular for configuration files, CI/CD pipelines, and infrastructure-as-code.
ZIP Compressed Archive
209LThe ZIP archive format — structure, creation, extraction, encryption, and cross-platform compatibility for the most widely used compressed archive format.
Zstandard Compression
240LThe Zstandard (zstd) compression format — Facebook's modern compressor offering dramatically better speed-to-ratio tradeoffs than gzip, with dictionary support and streaming capabilities.
Backup Recovery
77LMaster the strategies and techniques for safeguarding database integrity and ensuring business continuity through robust backup and recovery plans.
Caching Strategies
76LImplement and manage various caching strategies to reduce database load, improve application response times, and
Connection Pooling
173LConfigure and manage database connection pools to maximize throughput, minimize latency, and
Data Modeling
83LDesign and structure data for databases to ensure integrity, optimize performance, and support business logic effectively. Activate this skill when initiating new database projects, refactoring existing schemas, troubleshooting data consistency issues, or when planning for future application scalability and data evolution.
Database Security
67LHarden database systems against unauthorized access, data breaches, and service disruption by implementing robust security controls. Activate this skill when designing new data infrastructure, auditing existing systems, responding to security incidents, or establishing a comprehensive data governance framework.
Full Text Search
92LImplement and optimize full-text search capabilities in databases to provide fast, relevant,
Graph Databases
84LDesign, implement, and query graph databases to effectively model and analyze highly connected data.
Indexing Strategies
89LOptimize database query performance by understanding, designing, and implementing effective indexing strategies.
Migrations
98LManage database schema and data changes in a controlled, versioned, and reversible manner.
Nosql Patterns
85LStrategize and apply effective data modeling and access patterns for non-relational databases.
ORM Patterns
85LApply common Object-Relational Mapping (ORM) patterns to efficiently interact with databases,
Query Performance
76LIdentify, diagnose, and optimize slow database queries to improve application responsiveness and
Replication Patterns
170LArchitect and manage database replication topologies to achieve high availability, disaster