Tutorial by Topics: d

Firebase is a Backend as a Service (Baas) very useful for mobile app development. It provides many features like Authentication & Security, Realtime Database & File Storage, Analytics, Push Notifications, AdMod and many others It provides the SDK for Android, iOS, Web, NodeJS, C++ and Ja...
F# is a "functional-first" language. You can learn about all of the different types of expressions, along with functions. The F# compiler -- which is open source -- compiles your programs into IL, which means that you can use F# code from any .NET compatible language such as C#; and run...
Bootstrap is a HTML, CSS, and JavaScript framework used to create websites that are created using a mobile-first paradigm as well as responsive web design (RWD). It uses a combination of premade CSS classes and JavaScript to make a variety of things on the web. It includes things such as a custom,...
ExtJS is a JavaScript framework from Sencha for building Rich Internet Applications. It boasts one of the largest libraries of pre-built modular UI components. Since version 5.0, Sencha has advocated the use of Model-View-ViewModel (MVVM) architecture on its platform. It also maintains support fo...
WPF (Windows Presentation Foundation) is Microsoft's recommended presentation technology for classic Windows desktop applications. WPF should not be confused with UWP (Universal Windows Platform) although similarities exist between the two. WPF encourages data driven applications with a strong fo...
Windows PowerShell is a shell and scripting component of the Windows Management Framework, an automation/configuration management framework from Microsoft built on the .NET Framework. PowerShell is installed by default on all supported versions of Windows client and server operating systems since ...
NumPy (pronounced “numb pie” or sometimes “numb pea”) is an extension to the Python programming language that adds support for large, multi-dimensional arrays, along with an extensive library of high-level mathematical functions to operate on these arrays. VersionRelease Date1.3.02009-03-201.4...
This section provides an overview of what spring-mvc is, and why a developer might want to use it. It should also mention any large subjects within spring-mvc, and link out to the related topics. Since the Documentation for spring-mvc is new, you may need to create initial versions of those rela...
"Erlang is a programming language originally developed at the Ericsson Computer Science Laboratory. OTP (Open Telecom Platform) is a collection of middleware and libraries in Erlang. Erlang/OTP has been battle tested in a number of Ericsson products for building robust fault-tolerant distribu...
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...
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...
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...
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...

Page 15 of 221