user image

โคบ it's-a me! ๐ŸŽƒ

โ€ โ€ โ€โ€ โ€ โ€ โ€ โ€ โ€ โ€โ€ โ€ โ€โ€ โ€ (ยฌ ยดเฝ€` )ยฌ โ€

bookmarks:
mau about me (selfies)
music (how i want my love to sound)
people (jillian)
people (johnny)
people (mom)

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 ∞
oct 14 2024 +