This website uses cookies
We use cookies to continuously improve your experience on our site. More info.
Front-end Technologies |
|
The working name for a future web standard and JavaScript API for accelerated graphics and compute, aiming to provide "modern 3D graphics and computation capabilities". |
|
Webhooks are a way for one application to provide real-time data to other applications or services by sending HTTP requests when a specific event occurs. |
|
Web-engine used by Safari, App Store, and many other OS X, iOS, and Linux applications. Most mobile phones use the WebKit engine. |
|
Bundling tool, meaning it will take all the parts of the application (JavaScript, CSS files, HTML etc) and bundle them. By bundling, we mean it would minimize, optimize them and even add some features in accordance with the plugins. |
|
Browser-based MVVM-Framework that combines functional-reactive programming with declarative Data-Binding, Templating and Client-Side Routing. The framework is written in TypeScript and built on top of ReactiveX for JavaScript (RxJs). |
|
A kit of software products which helps businesses to build applications or integrate applications, databases and systems built in house with any third party applications procured for various business functions with each other easily and quickly. |
|
Lightweight yet powerful IDE primarily for web, JavaScript and TypeScript development, perfectly equipped for complex client-side development and server-side development with Node.js. |
|
Graphical (GUI) class library included as a part of Microsoft .NET Framework. Providing a platform to write rich client applications for desktop, laptop, and tablet PCs. |
|
The different concept of XML, one of its practical applications. WSDL is related to SOAP Services and it has all information related to service. |
|
Cleaner and stricter version of HTML 4.01. invented with respect to the XML standard. (Closing tag for each opening tag, attributes have to have a value, etc.) |
|
Data serialization language, a light alternative for XML or JSON. Unlike XML or JSON, however, its structure is defined by indentation. This makes them a joy to use especially for configuration. |