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

Английская IT-терминология для работы в международной команде: server, database, software, hardware, network, code, bug, debug. Разработка и тестирование, сети и инфраструктура — лексика рабочих обсуждений.
Английский (США)РусскийB1B2
400 слов
новыхучишьзнаешь
Термин (100)
Значение
server — сервер
serverThe server is down for maintenance
сервер
database — база данных
databaseWe need to optimize the database
база данных
software — программное обеспечение
softwareThis software needs an update
программное обеспечение
hardware — аппаратное обеспечение
hardwareThe hardware failed unexpectedly
аппаратное обеспечение
network — сеть
networkThe network connection is unstable
сеть
code — код
codeI need to review the code
код
bug — ошибка в коде
bugWe found a critical bug
ошибка в коде
debug — отлаживать
debugLet me debug this issue
отлаживать
deploy — развёртывать
deployWe will deploy the update tonight
развёртывать
API — интерфейс программирования
APIThe API returns JSON data
интерфейс программирования
frontend — фронтенд
frontendShe works on the frontend
фронтенд
backend — бэкенд
backendThe backend handles all requests
бэкенд
framework — фреймворк
frameworkWe use React as our framework
фреймворк
library — библиотека
libraryThis library simplifies the task
библиотека
repository — репозиторий
repositoryClone the repository from GitHub
репозиторий
commit — коммит
commitPlease commit your changes
коммит
branch — ветка
branchCreate a new branch for this feature
ветка
merge — слияние
mergeMerge the branch into main
слияние
pull request — запрос на слияние
pull requestI submitted a pull request
запрос на слияние
cloud — облако
cloudWe store data in the cloud
облако
virtual machine — виртуальная машина
virtual machineThe virtual machine is running
виртуальная машина
container — контейнер
containerDeploy the app in a container
контейнер
microservice — микросервис
microserviceEach microservice handles one task
микросервис
scalability — масштабируемость
scalabilityScalability is important for growth
масштабируемость
latency — задержка
latencyWe need to reduce latency
задержка
bandwidth — пропускная способность
bandwidthCheck the bandwidth usage
пропускная способность
firewall — межсетевой экран
firewallThe firewall blocks malicious traffic
межсетевой экран
encryption — шифрование
encryptionEncryption protects sensitive data
шифрование
authentication — аутентификация
authenticationAuthentication is required to log in
аутентификация
authorization — авторизация
authorizationAuthorization determines access rights
авторизация
token — токен
tokenThe token expires in one hour
токен
session — сессия
sessionYour session has timed out
сессия
cookie — куки
cookieThe website uses cookies
куки
cache — кэш
cacheClear the cache to see changes
кэш
proxy — прокси
proxyUse a proxy server for security
прокси
load balancer — балансировщик нагрузки
load balancerThe load balancer distributes traffic
балансировщик нагрузки
DNS — система доменных имён
DNSDNS resolves domain names
система доменных имён
IP address — IP-адрес
IP addressEach device has an IP address
IP-адрес
protocol — протокол
protocolHTTP is a common protocol
протокол
SSL — протокол защищённых соединений
SSLEnable SSL for secure connections
протокол защищённых соединений
HTTPS — защищённый протокол передачи
HTTPSAlways use HTTPS for security
защищённый протокол передачи
domain — домен
domainRegister a domain name
домен
hosting — хостинг
hostingWe need reliable hosting
хостинг
backup — резервная копия
backupCreate a backup before updating
резервная копия
restore — восстанавливать
restoreRestore the database from backup
восстанавливать
migration — миграция
migrationThe data migration is complete
миграция
integration — интеграция
integrationAPI integration takes time
интеграция
automation — автоматизация
automationAutomation saves time
автоматизация
script — скрипт
scriptRun the deployment script
скрипт
pipeline — конвейер
pipelineThe CI/CD pipeline failed
конвейер
continuous integration — непрерывная интеграция
continuous integrationWe practice continuous integration
непрерывная интеграция
continuous deployment — непрерывное развёртывание
continuous deploymentContinuous deployment speeds up releases
непрерывное развёртывание
version control — контроль версий
version controlUse version control for code
контроль версий
Git — система контроля версий Git
GitGit tracks code changes
система контроля версий Git
staging — промежуточная среда
stagingTest on staging first
промежуточная среда
production — продакшн
productionDeploy to production carefully
продакшн
environment — среда
environmentSet up the development environment
среда
variable — переменная
variableDeclare a variable for this value
переменная
function — функция
functionThis function returns a string
функция
method — метод
methodCall the method with parameters
метод
class — класс
classCreate a new class for users
класс
object — объект
objectThe object contains user data
объект
array — массив
arrayStore the items in an array
массив
string — строка
stringConvert the number to a string
строка
integer — целое число
integerThe function returns an integer
целое число
boolean — логический тип
booleanThe boolean value is true
логический тип
null — пустое значение
nullThe value is null
пустое значение
undefined — неопределённый
undefinedThe variable is undefined
неопределённый
loop — цикл
loopUse a loop to iterate
цикл
condition — условие
conditionCheck the condition first
условие
statement — оператор
statementAdd a return statement
оператор
expression — выражение
expressionEvaluate the expression
выражение
parameter — параметр
parameterPass the parameter to the function
параметр
argument — аргумент
argumentThe function accepts three arguments
аргумент
return — возвращать
returnReturn the result
возвращать
import — импортировать
importImport the module at the top
импортировать
export — экспортировать
exportExport the function for use
экспортировать
module — модуль
moduleThis module handles payments
модуль
package — пакет
packageInstall the required package
пакет
dependency — зависимость
dependencyUpdate the project dependencies
зависимость
compiler — компилятор
compilerThe compiler found errors
компилятор
interpreter — интерпретатор
interpreterPython uses an interpreter
интерпретатор
runtime — среда выполнения
runtimeA runtime error occurred
среда выполнения
syntax — синтаксис
syntaxCheck the syntax carefully
синтаксис
error — ошибка
errorAn error occurred during execution
ошибка
exception — исключение
exceptionHandle the exception properly
исключение
stack trace — трассировка стека
stack traceRead the stack trace for details
трассировка стека
log — журнал
logCheck the log files
журнал
logging — журналирование
loggingEnable logging for debugging
журналирование
monitoring — мониторинг
monitoringSet up monitoring for the server
мониторинг
alert — оповещение
alertConfigure alerts for errors
оповещение
dashboard — панель управления
dashboardView metrics on the dashboard
панель управления
metric — метрика
metricTrack key metrics
метрика
performance — производительность
performanceImprove application performance
производительность
optimization — оптимизация
optimizationCode optimization is needed
оптимизация
refactoring — рефакторинг
refactoringRefactoring improves code quality
рефакторинг
testing — тестирование
testingTesting is essential
тестирование
unit test — модульный тест
unit testWrite unit tests for functions
модульный тест
integration test — интеграционный тест
integration testRun integration tests
интеграционный тест
end-to-end test — сквозной тест
end-to-end testEnd-to-end tests cover full flows
сквозной тест

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

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

0 / 4000