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.
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.
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.
NumPy is a fundamental Python library for numerical computing. It provides support for large, multi-dimensional arrays and matrices, along with a wide range of high-performance mathematical. NumPy is a core building block for many scientific computing and machine learning libraries in Python.
React is a frontend JavaScript library that aims to make building user interfaces easier with the use of components.
Gradle is a flexible build automation tool primarily used for Java projects but supports many other languages. It uses a Groovy- or Kotlin-based DSL to define build scripts, allowing complex dependency management, incremental builds, and customizable workflows.
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.
Short for "segmentation fault," a low-level runtime error that occurs when a program accesses restricted memory, often due to bad pointers.
JSON Web Tokens are a compact, self-contained method for securely transmitting user identity and claims between parties, often used in authentication.
Cross-Origin Resource Sharing is a browser mechanism that controls access to resources from different origins, often a source of request errors.