user image

⤺ it's-a me! ❄️

‍ ‍ ‍‍ ‍ ‍ ‍ ‍ ‍ ‍‍ ‍ ‍‍ ‍ ₊˚。⋆❆⋆。˚₊

bookmarks:
Kate Things I Love (December 2024)
Jodie 2025 (books)
mei literatura
love media consumption (december '24)
rose monthly (december 2024)

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
    • mongodb
    • redis

‍ ‍‍ ‍ ‍ ‍ ‍ ‍ ‍‍ ‍ ‍‍ ‍

⌘ 𝗺𝗼𝗯𝗶𝗹𝗲 𝗮𝗽𝗽 𝗱𝗲𝘃𝗲𝗹𝗼𝗽𝗺𝗲𝗻𝘁

  • react native
  • android
    • java
    • kotlin
  • iOS
    • swift
    • objective-c

‍ ‍‍ ‍ ‍ ‍ ‍ ‍ ‍‍ ‍ ‍‍ ‍

⌘ 𝗼𝘁𝗵𝗲𝗿𝘀

oop (object-oriented programming):

  • java
  • ruby
  • perl
  • c#
  • c++
  • python
  • visual basic

others:

  • bash/shell
  • go
  • assembly
  • c

etc:

  • .net framework ⤻ dev framework for building and running applications on windows
sep 29 2018 ∞
nov 5 2024 +