Tutorial by Topics: h

Elixir is a dynamic, functional language designed for building scalable and maintainable applications. Elixir leverages the Erlang VM, known for running low-latency, distributed and fault-tolerant systems, while also being successfully used in web development and the embedded software domain. ...
This section provides an overview of what access-vba is, and why a developer might want to use it. It should also mention any large subjects within access-vba, and link out to the related topics. Since the Documentation for access-vba is new, you may need to create initial versions of those rela...
This section provides an overview of what cakephp is, and why a developer might want to use it. It should also mention any large subjects within cakephp, and link out to the related topics. Since the Documentation for cakephp is new, you may need to create initial versions of those related topic...
Heroku is a popular Platform-as-a-Service provider (PaaS) which makes it easy for developers to deploy web applications without an operations team. Heroku has been around since 2007, and is now owned by Salesforce. This section provides an overview of what Heroku is, and why a developer might wan...
Scalable Vector Graphics (SVG) is a W3C standard for drawing vector images. Here is a simple standalone SVG file: <svg xmlns="http://www.w3.org/2000/svg"> <circle cx="50" cy="50" r="25" fill="blue"/> </svg> SVG can also...
This section provides an overview of what apache is, and why a developer might want to use it. It should also mention any large subjects within apache, and link out to the related topics. Since the Documentation for apache is new, you may need to create initial versions of those related topics. ...
Groovy is is an optionally typed dynamic language for the Java Virtual Machine builds upon the strengths of Java but has additional power features inspired by languages like Python, Ruby, and Smalltalk makes modern programming features available to Java developers with an almost-zer...
Vaadin is a server side scripting language, written in Java, which will generate most of the client side code needed for a web application. It uses Google Web Toolkit to generate the client side objects and can be extended by creating by extending the Google Web Toolkit. VersionRelease Date6.8...
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform. Orchard is built on a modern architecture that puts extensibility up-front, as its number one concern. All components in Orchard can be replaced or extended. Content is built from easily...
What is SAPUI5? Based on the theory above, SAP introduced an HTML5-based development toolkit, SAPUI5, which encourages one consistent user experience. By utilizing the theory above, apps built using SAPUI5 are responsive across browsers and devices - they run on smartphones, tablets, and desktop...
There are two ways to get the GAE SDK (the standalone GAE SDK vs Google Cloud SDK gcloud). There are slight differences when the deploying the app using gcloud. If you are using gcloud, you can use gcloud app deploy ~/my_app/app.yaml. The behaviour is different from using the old appcfg.py. If you...
Visual Studio is an Integrated Development Environment (IDE) from Microsoft. It enables the developer to work project orientated with various types of projects, including Windows Forms, Console Applications, Office Plug-Ins, and Windows Universal Apps. The IDE supports various programming languag...
This section provides a basic overview and superficial introduction to rx-java. RxJava is a Java VM implementation of Reactive Extensions: a library for composing asynchronous and event-based programs by using observable sequences. Learn more about RxJava on the Wiki Home. VersionStatusLates...
This section provides an overview of what asp.net-mvc-5 is, and why a developer might want to use it. It should also mention any large subjects within asp.net-mvc-5, and link out to the related topics. Since the Documentation for asp.net-mvc-5 is new, you may need to create initial versions of t...
Polymorphism is one of main OOP(object oriented programming) concepts. Polymorphism word was derived from the greek words "poly" and "morphs". Poly means "many" and morphs means "forms" (many forms). There are two ways to perform polymorphism. Method Overloa...
Hypertext Transfer Protocol (HTTP) uses a client-request/server-response model. HTTP is a stateless protocol, which means it does not require the server to retain information or status about each user for the duration of multiple requests. However, for performance reasons and to avoid TCP' connect...
This section provides an overview of what symfony3 is, and why a developer might want to use it. It should also mention any large subjects within symfony3, and link out to the related topics. Since the Documentation for symfony3 is new, you may need to create initial versions of those related to...
Emacs is a text editor whose most prominent feature is the ability of users to programmatically customize nearly all aspects of it. This is facilitated though a special dialect of the Lisp programming language, called Emacs Lisp, created specifically for use in the Emacs editor. There are a mult...
Tkinter ("Tk Interface")is python's standard cross-platform package for creating graphical user interfaces (GUIs). It provides access to an underlying Tcl interpreter with the Tk toolkit, which itself is a cross-platform, multilanguage graphical user interface library. Tkinter isn't the...
This section provides an overview of what wcf is, and why a developer might want to use it. It should also mention any large subjects within wcf, and link out to the related topics. Since the Documentation for wcf is new, you may need to create initial versions of those related topics.

Page 14 of 159