inglise-eesti/vene terminid/dictionary

Tag: PHP

 deploy (CSS, HTML, JS, PHP) –  deploy means to spread out or arrange strategically. Software development companies use this term to explain the system of processes involved in the production of new software or hardware.
Backend (JS, PHP) – Backend Development involves the logic, database, and other operations that are built behind the scenes to run the web servers efficiently.
Continuous integration (CI) (CSS, HTML, JS, PHP) – Continuous integration (CI) refers to the practice of automatically and frequently integrating code changes into a shared source code repository.
debugger (CSS, HTML, JS, PHP) –
debugger a computer program that assists in the detection and correction of errors in other computer programs.
echo (PHP) – Kuva veebile sisu php failis Näide:  <?php> echo “Tere minu nimi on Masha“; ?>
Event driven languages (CSS, HTML, JS, PHP) – Event-driven languages are designed to respond to external events, such as user actions (mouse clicks, key presses), sensor outputs, or messages from other programs.
fillStyle (CSS, JS, PHP) – fillStyle – JS atribuut, mis värvib määrada ala Näide: ctx.fillsStyle = “blue”;
function (JS, PHP) –
  • Määrab funktsiooni (php/Js) nimega – nimi()
  • võib mitu korda kutsuda
Näide: function nimi(){ tegevus }
if (JS, PHP) – Näide: if(tingimus){ tegevus, kui tingimus in täidetud(TRUE) } else{ tegevus kui tingimus ei ole täidetud (FALSE) }