Programming Languages لغات البرمجة
The languages software is written in, and what each one is genuinely good at.
12 terms in this categoryC# and .NET سي شارب ودوت نت
C# and .NET are Microsoft's pair for business software, where C# is the language you write in and .NET is the toolkit th...
Go جو (Go)
Go is a small programming language from Google, built so that one service can answer very many requests at the same time...
Java جافا
Java is the programming language large organisations settled on long ago, because a program written in it keeps running...
JavaScript جافاسكريبت
JavaScript is the language every web browser understands on its own, which is why anything that changes on a page withou...
Kotlin لغة كوتلن
Kotlin is the language most new Android apps are written in today, because it says the same thing as Java in far fewer l...
PHP لغة PHP
PHP is a programming language that builds a web page on the server before sending it to your screen, and much of the web...
Python بايثون
Python is a programming language written to read almost like plain English, which is why it became the usual choice for...
Ruby روبي
Ruby is a programming language designed to be pleasant to write, which is why a small team can often put a working produ...
Rust لغة رست
Rust is a programming language that refuses to build your program at all if it contains the memory mistakes behind most...
SQL إس كيو إل
SQL is the language software uses to ask a database a question, so every sales report you read on screen is an SQL quest...
Swift لغة سويفت
Swift is the programming language Apple wrote for its own devices, so it is the supported way to build an app that peopl...
TypeScript تايب سكريبت
TypeScript is JavaScript with labels on the data, so a mistake is caught while the code is still being written instead o...