WIP. a list of all programming languages, markup languages, frameworks, libraries, databases etc i've come across. see also: coding todo
โ โโ โ โ โ โ โ โโ โ โโ โ
โ ๐บ๐ฎ๐ฟ๐ธ๐๐ฝ
- json javascript object notation โคป syntax for js data as text
- jsonp json with padding โคป method for sending json data without cross-domain issues (without xmlhttprequest)
- xml extensible markup language โคป markup language
- xsl extensible stylesheet language โคป xml style sheet language
- xslt xsl transformations โคป part of xsl for transforming
- xpath xml path language โคป part of xsl for navigating
- xquery xml query โคป part of xsl for querying
- xsd xml schema definition โคป defines valid xml
- dtd document type definition โคป defines valid xml
- svg scalable vector graphics โคป xml-based vector image format
โ โโ โ โ โ โ โ โโ โ โโ โ
โ ๐๐ฒ๐ฏ - ๐ณ๐ฟ๐ผ๐ป๐๐ฒ๐ป๐ฑ
- html hypertext markup language โคป markup language
- html 5 โคป introduced semantic elements, canvas, responsive images, etc
- xhtml extensible html โคป more restrictive, well-formed html
- css cascading style sheets โคป style sheet language
- sass syntactically awesome style sheets โคป css preprocessor
- scss sassy css โคป css preprocessor (newer sass)
- less leaner style sheets โคป css preprocessor
- bootstrap โคป html/css/js framework
- tailwind โคป html/css/js framework
- js javascript โคป programming language
- es ecmascript โคป name of javascript's language standard. (interchangable with js)
- es5 ecmascript 5 โคป old standard
- es6 ecmascript 6 โคป new standard
- babeljs โคป transpiler to transform es6 to es5
- typescript โคป programming language, superset of js, syntactic sugar (typing) for js
- webpack โคป js module bundler
- ajax asynchronous javascript and xml โคป techniques to create data asynchronously
- js frameworks and libraries
- jquery โคป js library (deprecated)
- react(js) โคป js library
- next.js โคป react framework
- angular(js) โคป web application framework
- node.js โคป js run-time environment outside of browser
- vue.js โคป js framework
- electron โคป framework for desktop applications
โ โโ โ โ โ โ โ โโ โ โโ โ
โ ๐๐ฒ๐ฏ - ๐ฏ๐ฎ๐ฐ๐ธ๐ฒ๐ป๐ฑ
- php php: hypertext preprocessor โคป back-end scripting language
- laravel โคป php framework
- symfony โคป php framework
- asp.net active server pages โคป back-end scripting language (not free)
- (ruby on) rails โคป full-stack framework
โ โโ โ โ โ โ โ โโ โ โโ โ
โ ๐ฑ๐ฎ๐๐ฎ๐ฏ๐ฎ๐๐ฒ๐
- relational / sql structured query language databases
- mysql
- oracle
- postgres(ql)
- microsoft sql server
- nosql databases
โ โโ โ โ โ โ โ โโ โ โโ โ
โ ๐บ๐ผ๐ฏ๐ถ๐น๐ฒ ๐ฎ๐ฝ๐ฝ ๐ฑ๐ฒ๐๐ฒ๐น๐ผ๐ฝ๐บ๐ฒ๐ป๐
โ โโ โ โ โ โ โ โโ โ โโ โ
โ ๐ผ๐๐ต๐ฒ๐ฟ๐
oop (object-oriented programming):
- java
- ruby
- perl
- c#
- c++
- python
- visual basic
others:
etc:
- .net framework โคป dev framework for building and running applications on windows