Tutorial by Topics: ion

Let's say we get inspired of some ideas from modern user interfaces used in programs and convert them to React components. That's what "User interface solutions" topic consists of. Attribution is appretiated.
Authentication is the process of verifying the identity of a client. When access control, i.e. authorization, is enabled, MongoDB requires all clients to authenticate themselves in order to determine their access. MongoDB supports a number of authentication mechanisms that clients can use to verify...
Authorization is the basically verifies user privileges. MongoDB support different kind of authorization models. 1. Role base access control <br> Role are group of privileges, actions over resources. That are gain to users over a given namespace (Database). Actions are performs on resourc...
A hub in VSTS is a section grouping the features based on similar functionality e.g. Code, Build etc. VSTS comes with a capability where we can extend the hubs by adding more functionalities related to current hub, making the hub more usable for the given scenario or requirement of functionality. ...
When using async callback we need to consider scope. Especially if inside a loop. This simple article shows what not to do and a simple working example.
Universal Windows 10 App lifecycle consists of three different states: 1) Running - application is currentyl in use 2) Not running - application is closed and removed from the memory 3) Suspended - application state is frozen but it is still in memory [![enter image description here][1]][1] [1]:...
This is a description how you can create configuration for you own bundle in the /app/config/config.{yml,xml}
Expressions in Java are the primary construct for doing calculations. For a reference on the operators that can be used in expressions, see Operators.
In this topic Spark Users can find different configurations of Spark SQL, which is the most used component of Apache Spark framework.
Garbage Collection (GC) is a way of automatically reclaiming memory that is occupied by objects that are no longer needed by a program. This is in contrast with manual memory management where the programmer explicitly specifies which objects should be deallocated and returned to memory. Good GC-s...
A soon as application have several pages/screens, a way of navigating among them is needed. With UWP applications, the navigation is handled by the [Frame][1] control. It displays [Page][2] instances, support the navigation to new pages and keep an history both for backward and forward navigation ...
This section provides an overview of what automation is, and why a developer might want to use it. It should also mention any large subjects within automation, and link out to the related topics. Since the Documentation for automation is new, you may need to create initial versions of those rel...
This document covers TCP/IP networking, network administration and system configuration basics. Linux can support multiple network devices. The device names are numbered and begin at zero and count upwards. For example, a computer with two NICs will have two devices labeled eth0 and eth1.

Page 59 of 78