Tags

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.

Sort by
yaml

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.

0 Questions 0 Followers
stripe-api

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.

0 Questions 0 Followers
supabase

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.

0 Questions 1 Follower
sveltekit

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.

0 Questions 0 Followers
markdown

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.

0 Questions 0 Followers
reactjs

React is a frontend JavaScript library that aims to make building user interfaces easier with the use of components.

0 Questions 0 Followers
latex

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.

0 Questions 0 Followers
regex

Regular Expression is a declarative language used to match patterns within strings.

0 Questions 0 Followers
multithreading

Generally speaking, the ability of a computer to work concurrently or asynchronously, through different concurrent streams of execution (commonly called threads).

0 Questions 0 Followers
solidjs

SolidJS is a reactive component-based frontend JavaScript library. Its main selling points are performance and fine grained reactivity.

0 Questions 0 Followers
linked-list

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.

0 Questions 0 Followers