Programming

192 Publication

CSS

CSS Style sheet language Wikipedia A formal language for describing the appearance of a document written using a markup language. It can also be applied to any XML documents, for example, SVG or XUL. Year of release: 1996 Website: w3.org/Style/CSS CSS

HTML5

HTML5 Markup language Wikipedia A language for structuring and presenting the contents of the World Wide Web. This is the fifth version of HTML. Although the standard was completed only in 2014, since 2013, browsers have been promptly supported, and developers have been using a working standard. The goal of HTML5 development is to improve the level of support for multimedia technologies while HTML5

HTML

HTML Markup language Wikipedia Standardized document markup language for web browsing in a browser. Web browsers receive an HTML document from the server via HTTP/HTTPS protocols or open it from a local disk, then interpret the code into an interface that will be displayed on the monitor screen. Year of release: 1990 Website: w3.org/html HTML

Crystal programming language

Crystal Programming language Wikipedia An object-oriented general-purpose programming language designed and developed by Arie Borenzweig, Juan Weinerman and Brian Cardiff. Developed by a community of over 300 developers. It has a Ruby-like syntax, but, unlike Ruby, it is compiled and statically typed. Read more Year of release: 2014 Platform: X64 Website: crystal-lang.org Crystal programming language

PHP Programming language

PHP Programming language Wikipedia A general-purpose scripting language that is intensively used for developing web applications. Currently, it is supported by the vast majority of hosting providers and is one of the leaders among the languages used to create dynamic websites. Year of release: 1995 Interesting fact: In 1994, the Danish programmer Rasmus Lerdorf created a set of Perl/CGI scripts PHP Programming language

Python

Python Programming language Wikipedia A high-level general-purpose programming language with dynamic strict typing and automatic memory management, focused on improving developer productivity, code readability and quality, as well as ensuring the portability of programs written in it. The language is completely object-oriented in the sense that everything is objects. Unusual Read more Year of Python

C++ Programming language

C++ Programming language Wikipedia It is widely used for software development, being one of the most popular programming languages. The scope of its application includes the creation of operating systems, various application programs, device drivers, applications for embedded systems, high-performance servers, as well as games. There are many implementations of the C++ language, both free and C++ Programming language

Node.js

A software platform based on the V8 engine that transforms jаvascript from a highly specialized language into a general-purpose language. Node.js adds the ability for jаvascript to interact with I/O devices through its API written in C++, connect other external libraries written in different languages, providing calls to them from jаvascript code. Node.js is used mainly on the server, acting as Node.js