Tutorial by Topics

This section provides an overview of what ansible is, and why a developer might want to use it. It should also mention any large subjects within ansible, and link out to the related topics. Since the Documentation for ansible is new, you may need to create initial versions of those related topic...
Clojure is a dynamically-typed general-purpose programming language with Lisp syntax. Its features support the functional style of programming with first-class functions and immutable values by default. Using reassignable variables is not as easy in Clojure as in many mainstream languages, sinc...
This section provides an overview of what spring-boot is, and why a developer might want to use it. It should also mention any large subjects within spring-boot, and link out to the related topics. Since the Documentation for spring-boot is new, you may need to create initial versions of those r...
Android Studio is the official IDE by Google for Android app development, based on IntelliJ IDEA. [1] It utilizes a Gradle-based build system through the Android Plugin for Gradle. [2] VersionRelease Date0.1.x2013-05-010.2.x2013-07-010.3.22013-10-010.4.22014-01-010.4.62014-03-010.5.22014-05-0...
The NSString class is a part of Foundation framework to work with strings (series of characters). It also includes methods for comparing, searching and modifying strings. For nesting various types of objects and data-types into NSStrings refer to: Objective-C, Format Specifiers
Apache Spark is an open source big data processing framework built around speed, ease of use, and sophisticated analytics. A developer should use it when (s)he handles large amount of data, which usually imply memory limitations and/or prohibitive processing time. It should also mention any lar...
'A string' // creates a string via single-quoted literal "A string" // creates a string via double-quoted literal String.new("A string") %q(A string) // alternative syntax for creating single quoted strings %Q(A string) // alternative syntax for creating double quoted stri...
ASP.NET is a collection of technologies within the .NET Framework that are targeted towards web application development. These technologies consist of: WebForms: A RAD style development platform using web controls. MVC: A Model View Controller development platform. SignalR: A real-time messag...
JSON (JavaScript Object Notation) is a lightweight, text-based, language-independent data exchange format that is easy for humans and machines to read and write. JSON can represent two structured types: objects and arrays. JSON is often used in Ajax applications, configurations, databases, and RESTf...
Topics organize Examples into an easily digestible page. They should be self-contained and written for the benefit of the reader in a hurry.
LINQ is a set of features introduced in the .NET Framework version 3.5 that bridges the gap between the world of objects and the world of data. Traditionally, queries against data are expressed as simple strings without type checking at compile time or IntelliSense support. Furthermore, you have ...
Dart is an open-source, class-based, optionally-typed programming language for building web applications--on both the client and server--created by Google. Dart’s design goals are: Create a structured yet flexible language for web programming. Make Dart feel familiar and natural to programme...
Unity provides a cross platform game development environment for developers. Developers can use C# language and/or JavaScript syntax based UnityScript for programming the game. Target deployment platforms can be switched easily in the editor. All core game code stays same except some platform depe...
What is Ubuntu? Ubuntu is an open source software platform that runs everywhere from the smartphone, the tablet and the PC to the server and the cloud. Why use Ubuntu for development? The fastest route from development to deployment on desktop, mobile, server or cloud The desktop of choice f...

Page 33 of 428