Inglise – eesti / vene terminid / dictionary

Array() (JavaScript) – Array() – määrab massivi JS, algab nulliga ja slgutes kirjutatakse elemedid Näide: const array = new Array(element1, element2, …);
backend – Code that processed on the server side
body (CSS, HTML, JavaScript, PHP) – HTML CSS HTML lehe sisu, mida näeb kasutaja ja mida näitab veebilehitseja(brauser) Näide – <body></body> body(omadus)
CI (CSS, HTML, JavaScript, PHP) – CI (continuous integration) is the practice of automating the integration of code changes from multiple contributors into a single software project. CI on tava automatiseerida koodimuutuste integreerimist mitmest panustajast ühte tarkvaraprojekti
class (CSS, HTML) –
  • HTML atribuut(omadus), mis määrab. Pärast saab kasutada CSS ja määrata konkreetse classiga omadused
Näite: <div class=”container”> Klassinimi saab kasutada mitu korda .container{background-color:”red”;}
code refactoring – Kind of final work that should be done by the end of project. This process has to make code more readable for another and clean code Omamoodi lõputööd, mis tuleks ära teha projekti lõpuks. See protsess peab muutma koodi loetavamaks teise ja puhta koodi jaoks
compiler – The programm that processed code by high level language into machine code Programm, mis töötles koodi kõrge taseme keele abil masinkoodiks
CRM süsteem – CRM (Customer Relationship Management) süsteem on tarkvara, mis aitab ettevõtetel hallata ja analüüsida klientide andmeid, suhteid ja suhtlemist. Eesmärgiks on suurendada klientide rahulolu, lojaalsust ja müüki.
CSS (CSS) – Cascanding Style Sheets – каскадные таблицы стилей
debugging (CSS, HTML, JavaScript, PHP) – debugging is the process that has to find bugs and problems in an app debuging on protsess, mis peab äpist leidma vigu ja probleeme
1 2 3 4