Tags are for specific programming-related concepts, features, libraries, frameworks, platforms, versions, etc. Following tags helps curate your experience on solvin. You can also suggest new tags to be added or vote on others' suggestions.
YAML is a human-readable data serialization format commonly used for configuration files. It supports nested structures, comments, and is often used in CI/CD pipelines, Kubernetes manifests, and application settings.
The Stripe API enables developers to integrate payment processing and financial services into their applications. It supports payments, subscriptions, invoicing, and international currencies with robust documentation and SDKs.
An open-source backend-as-a-service that provides a Postgres database, authentication, real-time subscriptions, and storage via a RESTful and JavaScript client. Designed as a drop-in alternative to Firebase with an SQL-first approach.
SvelteKit is a full-stack application framework built on top of Svelte, designed for creating fast, modern web apps with features like file-based routing, server-side rendering, and API endpoints. It provides a unified development experience for both frontend and backend logic.
Markdown is a lightweight markup language designed for formatting plain text using a simple, human-readable syntax. It is commonly used for writing documentation, README files, and content for static site generators or publishing platforms.
React is a frontend JavaScript library that aims to make building user interfaces easier with the use of components.
LaTeX is a typesetting system widely used for producing technical and scientific documents, especially those containing complex mathematical notation. It uses a markup-based syntax to define the structure and styling of documents, offering precise control over layout, references, and formatting.
Regular Expression is a declarative language used to match patterns within strings.
Generally speaking, the ability of a computer to work concurrently or asynchronously, through different concurrent streams of execution (commonly called threads).
SolidJS is a reactive component-based frontend JavaScript library. Its main selling points are performance and fine grained reactivity.
A linear data structure where elements (nodes) point to the next (and optionally previous) node. Used in dynamic memory allocation and insertion-heavy use cases.