What is?

Technical terms explained.

Angular

Angular is a framework for building client applications in HTML and either JavaScript or a language like TypeScript that compiles to JavaScript. Angular empowers developers to build applications that live on the web, mobile, or the desktop. Angular is open-source front-end web application platform led by the Angular Team at Google. Angular allows you to … Read more

Bootstrap

Bootstrap is a free and open-source front-end web framework for designing websites and web applications. It contains HTML- and CSS-based design templates for typography, forms, buttons, navigation and other interface components, as well as optional JavaScript extensions. Unlike many web frameworks, it concerns itself with front-end development only. Source: https://en.wikipedia.org/wiki/Bootstrap_(front-end_framework)

Business analysis

Business analysis is the application of knowledge, skills, tools, and techniques to: Determine problems and identify business needs; Identify and recommend viable solutions for meeting those needs; Elicit, document, and manage stakeholder requirements in order to meet business and project objectives; Facilitate the successful implementation of the product, service, or end result of the program … Read more

CSS

Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language.[1] Although most often used to set the visual style of web pages and user interfaces written in HTML and XHTML, the language can be applied to any XML document, including plain XML, SVG … Read more

HTML

Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications. With Cascading Style Sheets (CSS) and JavaScript it forms a triad of cornerstone technologies for the World Wide Web. Web browsers receive HTML documents from a webserver or from local storage and render them into multimedia web pages. HTML … Read more

JavaScript

JavaScript (often shortened to JS) is a lightweight, interpreted, object-oriented language with first-class functions, and is best known as the scripting language for Web pages, but it’s used in many non-browser environments as well. It is a prototype-based, multi-paradigm scripting language that is dynamic, and supports object-oriented, imperative, and functional programming styles. Source: https://developer.mozilla.org/en-US/docs/Web/JavaScript/About_JavaScript Alongside … Read more

Requirements

Requirements are a specification of what should be implemented. They are descriptions of how the system should behave, or of a system property or attribute. They may be a constraint on the development process of the system. Source: Sommerville, Ian, and Pete Sawyer. 1997. Requirements Engineering: A Good Practice Guide. Chichester, England: John Wiley & … Read more

SASS

Sass is an extension of CSS that adds power and elegance to the basic language. It allows you to use variables, nested rules, mixins, inline imports, and more, all with a fully CSS-compatible syntax. Sass helps keep large stylesheets well-organized, and get small stylesheets up and running quickly, particularly with the help of the Compass … Read more

Startup

A startup is a human institution designed to create a new product or service under conditions of extreme uncertainty. – Eric Reis, The lean startup, 2011 A startup company (startup or start-up) is an entrepreneurial venture which is typically a newly emerged, fast-growing business that aims to meet a marketplace need by developing a viable … Read more

TypeScript

TypeScript is a superset of JavaScript that compiles to JavaScript. Which means that any valid JavaScript will work in TypeScript. TypeScript compiles to clean, simple JavaScript code which runs on any browser, in Node.js, or in any JavaScript engine that supports ECMAScript 3 (or newer). TypeScript offers support for the latest and evolving JavaScript features, … Read more

UX Design

UX Design stands for “User experience design” User experience design (UX Design) is the process of enhancing user satisfaction by improving the usability, accessibility, and pleasure provided in the interaction between the user and the product. With UX Design you focus on your users. How can we help our users? How easy is it to … Read more

Share page