Tutorial by Topics: de

Please note that mustRunAfter and shouldRunAfter are marked as "incubating" (as of Gradle 3.0) which means that these are experimental features and their behavior can be changed in future releases. There are two ordering rules available: mustRunAfter shouldRunAfter When you u...
This section provides an overview of what devexpress is, and why a developer might want to use it. It should also mention any large subjects within devexpress, and link out to the related topics. Since the Documentation for devexpress is new, you may need to create initial versions of those rela...
ParameterDetailscompletionHandlerA block that has no return value and takes the following parameters:accountStatusThe status of the current user’s iCloud account.errorAn error object or nil if the status is determined successfully. Use the information in the error object to determine whether the pr...
<defs> ... defined elements ... </defs> ParameterDetailsdefsThe defs element has no parameters The <defs> element is used as a container element for elements that are intended to be used solely by reference and not rendered directly. Elements that would normally be render...
Loaders and plugins make up the building blocks of Webpack. Loaders are typically delegated to a single task and file type. They are easier to setup and usually require less boilerplate code. Plugins, on the other hand, have access to Webpack's internal build system via hooks, and are therefore ...
Node.js uses streams to handle incoming data. Quoting from the docs, A stream is an abstract interface for working with streaming data in Node.js. The stream module provides a base API that makes it easy to build objects that implement the stream interface. To handle in request body of a PO...
Step definitions are in the programming language supported by a given implementation of Cucumber. This topic gives examples of step definitions in each supported programming language and examples of using Cucumber API calls in step definitions.
Video playback is front and center in a large range of modern solutions, with the software and standards evolving rapidly. To understand this field, you must first understand the multiple aspects involved in working with video: Raw color information captured from the physical world is commonly ...
The Decorator pattern allows you to add or modify behavior of objects in a situational way without affecting the base object. This can be achieved though plain Ruby using the stdlib, or via popular gems such as Draper.
This section provides an overview of what video-streaming is, and why a developer might want to use it. It should also mention any large subjects within video-streaming, and link out to the related topics. Since the Documentation for video-streaming is new, you may need to create initial version...
Aspect ratios are often expressed as a width:height ratio which is often - but not always - simplified and sometimes also as a simple floating point integer. All of the following aspect ratios are the same value expressed in different ways: 1280:720 16:9 1.7777777777777777777777777777778 ...
Wikipedia definition of dependency injection is: In software engineering, dependency injection is a software design pattern that implements inversion of control for resolving dependencies. A dependency is an object that can be used (a service). An injection is the passing of a dependency to a dep...

Page 22 of 47