Tags
A tag is a keyword or label that categorizes your question with other, similar questions. Using the right tags makes it easier for others to find and answer your question.
CoAP is an application protocol designed for constrained devices, designed to easily translate to HTTP.
0 Questions
Couchbase Sync Gateway is an add-on that enables Couchbase Server 2.0 and later to act as a replication endpoint for Couchbase Lite. Sync Gateway runs an HTTP listener process that provides a passive replication endpoint and uses a Couchbase Server bucket as persistent storage for all database documents.
0 Questions
Web service is a system that enables applications to communicate with an API. Web service helps to expose business logic through an API interface where different systems communicate over network.
0 Questions
Riot is a React-like user interface micro-library.
Incredibly fast, powerful yet tiny client side (MV*) library for building large scale web applications.
0 Questions
Geometry shader should not be mixed up with [vertex-shader], but are shader programs executed after vertex shaders. They take as input a whole primitive like point, line or triangle.
0 Questions
ApacheBench (ab) is a single-threaded command line computer program for measuring the performance of HTTP web servers
0 Questions
ASP.NET role management helps you to manage authorization, allowing you to specify which resources various users in your application are allowed to access. Role management lets you group users by assigning them to roles.
0 Questions
Single Page Applications are web applications that simulate the interaction behavior of desktop applications.
0 Questions
PHP function to register a function with the Standard PHP Library (SPL) provided `__autoload` stack. If the stack is not yet activated it will be activated.
0 Questions
Questions regarding the common SQL problem selecting records holding the group-wise maximum of a certain column. Example: "For each article, find the dealer or dealers with the most expensive price."
0 Questions