400 английских слов для IT-специалистов

Английская IT-терминология для работы в международной команде: server, database, software, hardware, network, code, bug, debug. Разработка и тестирование, сети и инфраструктура — лексика рабочих обсуждений.
Английский (США)РусскийB1B2
400 слов
новыхучишьзнаешь
Термин (100)
Значение
server — сервер
server
The server is down for maintenance
сервер
database — база данных
database
We need to optimize the database
база данных
software — программное обеспечение
software
This software needs an update
программное обеспечение
hardware — аппаратное обеспечение
hardware
The hardware failed unexpectedly
аппаратное обеспечение
network — сеть
network
The network connection is unstable
сеть
code — код
code
I need to review the code
код
bug — ошибка в коде
bug
We found a critical bug
ошибка в коде
debug — отлаживать
debug
Let me debug this issue
отлаживать
deploy — развёртывать
deploy
We will deploy the update tonight
развёртывать
API — интерфейс программирования
API
The API returns JSON data
интерфейс программирования
frontend — фронтенд
frontend
She works on the frontend
фронтенд
backend — бэкенд
backend
The backend handles all requests
бэкенд
framework — фреймворк
framework
We use React as our framework
фреймворк
library — библиотека
library
This library simplifies the task
библиотека
repository — репозиторий
repository
Clone the repository from GitHub
репозиторий
commit — коммит
commit
Please commit your changes
коммит
branch — ветка
branch
Create a new branch for this feature
ветка
merge — слияние
merge
Merge the branch into main
слияние
pull request — запрос на слияние
pull request
I submitted a pull request
запрос на слияние
cloud — облако
cloud
We store data in the cloud
облако
virtual machine — виртуальная машина
virtual machine
The virtual machine is running
виртуальная машина
container — контейнер
container
Deploy the app in a container
контейнер
microservice — микросервис
microservice
Each microservice handles one task
микросервис
scalability — масштабируемость
scalability
Scalability is important for growth
масштабируемость
latency — задержка
latency
We need to reduce latency
задержка
bandwidth — пропускная способность
bandwidth
Check the bandwidth usage
пропускная способность
firewall — межсетевой экран
firewall
The firewall blocks malicious traffic
межсетевой экран
encryption — шифрование
encryption
Encryption protects sensitive data
шифрование
authentication — аутентификация
authentication
Authentication is required to log in
аутентификация
authorization — авторизация
authorization
Authorization determines access rights
авторизация
token — токен
token
The token expires in one hour
токен
session — сессия
session
Your session has timed out
сессия
cookie — куки
cookie
The website uses cookies
куки
cache — кэш
cache
Clear the cache to see changes
кэш
proxy — прокси
proxy
Use a proxy server for security
прокси
load balancer — балансировщик нагрузки
load balancer
The load balancer distributes traffic
балансировщик нагрузки
DNS — система доменных имён
DNS
DNS resolves domain names
система доменных имён
IP address — IP-адрес
IP address
Each device has an IP address
IP-адрес
protocol — протокол
protocol
HTTP is a common protocol
протокол
SSL — протокол защищённых соединений
SSL
Enable SSL for secure connections
протокол защищённых соединений
HTTPS — защищённый протокол передачи
HTTPS
Always use HTTPS for security
защищённый протокол передачи
domain — домен
domain
Register a domain name
домен
hosting — хостинг
hosting
We need reliable hosting
хостинг
backup — резервная копия
backup
Create a backup before updating
резервная копия
restore — восстанавливать
restore
Restore the database from backup
восстанавливать
migration — миграция
migration
The data migration is complete
миграция
integration — интеграция
integration
API integration takes time
интеграция
automation — автоматизация
automation
Automation saves time
автоматизация
script — скрипт
script
Run the deployment script
скрипт
pipeline — конвейер
pipeline
The CI/CD pipeline failed
конвейер
continuous integration — непрерывная интеграция
continuous integration
We practice continuous integration
непрерывная интеграция
continuous deployment — непрерывное развёртывание
continuous deployment
Continuous deployment speeds up releases
непрерывное развёртывание
version control — контроль версий
version control
Use version control for code
контроль версий
Git — система контроля версий Git
Git
Git tracks code changes
система контроля версий Git
staging — промежуточная среда
staging
Test on staging first
промежуточная среда
production — продакшн
production
Deploy to production carefully
продакшн
environment — среда
environment
Set up the development environment
среда
variable — переменная
variable
Declare a variable for this value
переменная
function — функция
function
This function returns a string
функция
method — метод
method
Call the method with parameters
метод
class — класс
class
Create a new class for users
класс
object — объект
object
The object contains user data
объект
array — массив
array
Store the items in an array
массив
string — строка
string
Convert the number to a string
строка
integer — целое число
integer
The function returns an integer
целое число
boolean — логический тип
boolean
The boolean value is true
логический тип
null — пустое значение
null
The value is null
пустое значение
undefined — неопределённый
undefined
The variable is undefined
неопределённый
loop — цикл
loop
Use a loop to iterate
цикл
condition — условие
condition
Check the condition first
условие
statement — оператор
statement
Add a return statement
оператор
expression — выражение
expression
Evaluate the expression
выражение
parameter — параметр
parameter
Pass the parameter to the function
параметр
argument — аргумент
argument
The function accepts three arguments
аргумент
return — возвращать
return
Return the result
возвращать
import — импортировать
import
Import the module at the top
импортировать
export — экспортировать
export
Export the function for use
экспортировать
module — модуль
module
This module handles payments
модуль
package — пакет
package
Install the required package
пакет
dependency — зависимость
dependency
Update the project dependencies
зависимость
compiler — компилятор
compiler
The compiler found errors
компилятор
interpreter — интерпретатор
interpreter
Python uses an interpreter
интерпретатор
runtime — среда выполнения
runtime
A runtime error occurred
среда выполнения
syntax — синтаксис
syntax
Check the syntax carefully
синтаксис
error — ошибка
error
An error occurred during execution
ошибка
exception — исключение
exception
Handle the exception properly
исключение
stack trace — трассировка стека
stack trace
Read the stack trace for details
трассировка стека
log — журнал
log
Check the log files
журнал
logging — журналирование
logging
Enable logging for debugging
журналирование
monitoring — мониторинг
monitoring
Set up monitoring for the server
мониторинг
alert — оповещение
alert
Configure alerts for errors
оповещение
dashboard — панель управления
dashboard
View metrics on the dashboard
панель управления
metric — метрика
metric
Track key metrics
метрика
performance — производительность
performance
Improve application performance
производительность
optimization — оптимизация
optimization
Code optimization is needed
оптимизация
refactoring — рефакторинг
refactoring
Refactoring improves code quality
рефакторинг
testing — тестирование
testing
Testing is essential
тестирование
unit test — модульный тест
unit test
Write unit tests for functions
модульный тест
integration test — интеграционный тест
integration test
Run integration tests
интеграционный тест
end-to-end test — сквозной тест
end-to-end test
End-to-end tests cover full flows
сквозной тест

Запросить функцию

Что стоит добавить или починить? Читаем каждое сообщение и дарим за идею приятный подарок.

0 / 4000