Category: Web

Vue

Vue, or Vue.js, is a progressive framework designed for UI development. Being incrementally adoptable, Vue offers easy integration into projects that are already in progress, and which employ different JavaScript libraries. The framework has the ability to underpin single-page web apps.

Elm

Elm is a programming language used to declaratively create GUIs based on web browsers. The language compiles to JavaScript generating CSS and HTML. It resembles Haskell in the sense that it’s characterized by static typing, resulting in more proper code. It also makes use of the purely functional graphical layout, which makes it robust and a better performer in general.

React

React (aka React.js) is an effective, declarative, and pliable JavaScript library designed by Facebook, meant for creating user interfaces. The software is dedicated to developers, who are enabled to build large web apps which utilize data that can alter in time, without the need to reload the page. React has many appreciated characteristics, but it’s especially known to be fast, simple, and scalable.

RoR (Ruby on Rails)

Ruby on Rails, also known as RoR or Rails, is an open-source, web application framework that is part of the Ruby programming language. It’s used for developing web applications at a very fast rate. By default, it offers structures for web pages, a web service, and a database.

IIS

IIS (Internet information Services) is a Microsoft web server that contains a group of programs that are used to deploy and administrate websites.

Magento

Magento is an open-source e-commerce platform written in PHP. It provides a viable e-commerce platform for retailers looking to implement a pleasant shopping experience, either physical or online.

Drupal

Drupal is an open-source content management system (CMS) that offers a wide variety of features and services (metadata functionalities, workflow publishing, user administration) for developing quality dynamic websites.

Due to its very specific programming environment, Drupal has gained popularity over the simpler platforms (such as Quick.Cms and WordPress) and is now recognized as one of the most complete CMS solutions available.

Apache Flex

Apache Flex (formerly known as Adobe Flex) is a set of software tools and libraries for the development and deployment of Flash-based, cross-platform RIAs (Rich Internet Applications). The user interfaces are created using MXML (an XML-based markup language) and the tools from an SDK which is available from Adobe for free.

XML

XML (Extensible Markup Language) is a simple text-based format, simultaneously human and machine-readable, which is used to create custom markup languages and share structured information. The language derives from an older standard format called SGML (ISO 8879) and it was created in order to be more suitable for web use.

Defined by the W3C’s XML 1.0 specification and by other free open standard related specifications, XML’s design goals target simplicity, generality and usability. It has been used for a large number of custom-designed languages, some of which have become widely used on the Internet (RSS, Atom, XHTML). Although XML has its focus on documents, it is often used in web services for the representation of arbitrary data structures.

CSS3

Cascading Style Sheets (CSS) is a style sheet language that became the standard for formatting content inside an HTML document. Even though it’s mostly used for visual styles for web pages and user interfaces written in HTML / XHTML, it can also be applied to plain XML, SVG and XUL.

The language has been designed to separate the content of the document from the document presentation (layout, colors, fonts etc.).