Tutorial by Topics

WordPress plugins should have a focus on the server logic and/or admin parts of your website application. Good plugins are like good apps, they do one thing really well. They are intended to enhance and automate parts of the CMS in a modular way, since you can activate and deactivate them. Good plug...
This section provides an overview of what spring-data-rest is, and why a developer might want to use it. It should also mention any large subjects within spring-data-rest, and link out to the related topics. Since the Documentation for spring-data-rest is new, you may need to create initial ver...
Sometimes you have a test you need to run multiple times, each time with different data. Parameterizing the test allows you to do this in an easy and maintainable way. @RunWith(Parameterized.class) //annotation for test class @Parameters//annotation for data One benefit to using pa...
Scala.js is a port from Scala that compiles to JavaScript, which at the end will be running outside the JVM. It has benefits as strong typing, code optimization at compile time, full interoperability with JavaScript libraries.
This section provides an overview of what marionette is, and why a developer might want to use it. It should also mention any large subjects within marionette, and link out to the related topics. Since the Documentation for marionette is new, you may need to create initial versions of those rel...
This section provides an overview of what graphite is, and why a developer might want to use it. It should also mention any large subjects within graphite, and link out to the related topics. Since the Documentation for graphite is new, you may need to create initial versions of those related t...
ScalaCheck is a library written in Scala and used for automated property-based testing of Scala or Java programs. ScalaCheck was originally inspired by the Haskell library QuickCheck, but has also ventured into its own. ScalaCheck has no external dependencies other than the Scala runtime, and works...
This section provides an overview of what zeromq is, and why a developer might want to use it. It should also mention any large subjects within zeromq, and link out to the related topics. Since the Documentation for zeromq is new, you may need to create initial versions of those related topics....
pyautogui is a module used to control mouse and keyboard. This module is basically used to automate mouse click and keyboard press tasks. For the mouse, the coordinates of the screen (0,0) start from the top-left corner. If you are out of control, then quickly move the mouse cursor to top-left, it w...
This section provides an overview of what liquibase is, and why a developer might want to use it. It should also mention any large subjects within liquibase, and link out to the related topics. Since the Documentation for liquibase is new, you may need to create initial versions of those relate...
The ICMP Ping request can be performed in Android by creating a new process to run the ping request. The outcome of the request can be evaluated upon the completion of the ping request from within its process.
AngularDart is a client-side framework for creating structured web applications in Dart. AngularDart is an implementation of Angular in Dart. It shares concepts and some API with the TypeScript version but differs in implementation, taking advantage of Dart features such as classes and annotatio...
To quote from @SnoringFrog's topic-creation request: "One of the biggest gotchas using sed is scripts that fail (or succeed in an unexpected way) because they were written for one and not the other. Simple run-down of the more major differences would be good." macOS uses the BSD ver...
NSOpenPanel provides an API for prompting the user for a file to open. This menu is the standard UI presented by the Open (⌘O) menu item.
As the name suggests, this uses attributes to route. This gives the user more control over the URI's in the WebAPI. For example, you can describe hierarchies of the resource. However, the earlier 'Conventional Routing' is fully supported. Users can have a mixture of both too. [RoutePrefix(&quo...
Yarn is a package manager for Node.js, similar to npm. While sharing a lot of common ground, there are some key differences between Yarn and npm.

Page 370 of 428