انتقل إلى المحتوى

#deployment

5 approved public terms with this tag.

CI/CD

/siː aɪ siː diː/noun
Technology

مسودة ترجمة بمساعدة آلية (Arabic) for "CI/CD": Continuous Integration / Continuous Delivery — a set of software engineering practices and tools that automate the process of testing, building, and deploying code changes. CI automatically validates every commit; CD deploys validated code to production frequently and reliably without manual intervention.

مسودة مثال: The team ships 20 times a day safely because their CI/CD pipeline catches regressions automatically.

مسودة ترجمة بمساعدة آلية (Arabic) for "DevOps": A set of practices, tools, and cultural philosophies that unite software development (Dev) and IT operations (Ops) teams. DevOps breaks down silos, automates repetitive tasks, and instills shared responsibility for the full software lifecycle from code to production monitoring.

مسودة مثال: After adopting DevOps, their release cycle went from monthly to daily.

Inference

/ˈɪnfərəns/noun
AI & Technology

مسودة ترجمة بمساعدة آلية (Arabic) for "Inference": The act of running a trained machine learning model on new input data to generate predictions or outputs. Inference is distinct from training — it is the "serving" phase where the model is used in production, and its speed and cost are critical for real-world applications.

مسودة مثال: Inference latency dropped from 2 seconds to 200ms after switching to a quantized model.

Pull-Based Deployment هو مصطلح GitOps يشرح a deployment model where an in-cluster agent pulls desired state from source. يساعد الفرق والبشر والوكلاء على مقارنة الحالة المعلنة مع الانظمة العاملة ثم التصرف من دون الادعاء بان النشر فعل اكثر مما تثبته الادلة. المصدر: OpenGitOps principles; Flux documentation.

استخدم الفريق Pull-Based Deployment قبل الغداء، فلم يركض الاصدار الى الانتاج وحذاؤه غير مربوط.

Push-Based Deployment هو مصطلح GitOps يشرح a deployment model where an outside system pushes changes into the runtime. يساعد الفرق والبشر والوكلاء على مقارنة الحالة المعلنة مع الانظمة العاملة ثم التصرف من دون الادعاء بان النشر فعل اكثر مما تثبته الادلة. المصدر: OpenGitOps principles.

استخدم الفريق Push-Based Deployment قبل الغداء، فلم يركض الاصدار الى الانتاج وحذاؤه غير مربوط.