English.guru
वापस

सटीक तकनीकी और पेशेवर शब्दावली

सिस्टम, फ़ैसलों और समझौतों (trade-offs) का सटीक वर्णन कैसे करें — वह शब्दावली जो तकनीकी अंग्रेज़ी को भरोसेमंद बनाती है।

तकनीकी अंग्रेज़ी गलत व्याकरण से नहीं बल्कि अस्पष्ट क्रियाओं से असफल होती है। "We made the system better" और "we reduced query latency by 40%" एक ही काम को बहुत अलग-अलग भरोसेमंदी के साथ बताते हैं।

क्रियाएँ जो तकनीकी वज़न रखती हैं

अस्पष्ट सटीक
make faster optimise, accelerate, streamline
make smaller reduce, compress, consolidate
fix resolve, patch, mitigate
change refactor, migrate, restructure
check validate, verify, audit
set up configure, provision, deploy
join together integrate, consolidate, merge
find the cause diagnose, trace, isolate

We isolated the bottleneck and refactored the query layer.

भागों के आपसी संबंध का वर्णन करना

किसी बनावट (architecture) को ज़ोर से समझाने के लिए संबंध बताने वाली क्रियाओं का एक छोटा समूह चाहिए, और यहाँ अस्पष्टता एक अच्छी व्याख्या को भी समझने में मुश्किल बना देती है:

  • The API sits behind a load balancer.
  • The service depends on the auth layer. · Nothing else relies on it.
  • It talks to the database directly. (अनौपचारिक लेकिन मानक)
  • The queue decouples ingestion from processing.
  • Sessions are backed by Redis.
  • That module is responsible for validation.

ध्यान दें कि depend on और rely on दोनों on लेते हैं, और consist of of लेता है — तीन प्रीपोज़िशन जो तय हैं और अक्सर गलत होते हैं।

समझौतों (trade-offs) का वर्णन करना

तकनीकी चर्चा ज़्यादातर समझौतों के बारे में होती है, और अंग्रेज़ी में इसके लिए तय भाषा है:

  • There's a trade-off between speed and accuracy.
  • We prioritised reliability over raw performance.
  • That approach scales better, but at the cost of complexity.
  • It's a reasonable compromise given the constraints.
  • The downside is that it adds a dependency.

तकनीकी दावों को बचाव के साथ बताना

तकनीकी श्रोताओं के साथ ज़्यादा दावा करना भरोसे को नुकसान पहुँचाता है। सटीकता में निश्चितता की सटीकता भी शामिल है।

  • This should reduce load significantly. (उम्मीद)
  • It appears to be a race condition. (संभावित, पुष्ट नहीं)
  • We suspect the issue originates in the cache layer.
  • As far as we can tell, the data is consistent.

ज़्यादा दावे से तुलना करें: This will definitely fix it. शायद ही कभी उचित, और गलत होने पर महंगा।

कारण समझाना

  • The failure stems from an unhandled edge case.
  • This was triggered by a schema change.
  • The root cause turned out to be a timeout setting.
  • These issues are symptomatic of a deeper design problem.

जब कुछ टूट जाए

घटना (incident) की अंग्रेज़ी काफ़ी हद तक तय है, और गलत शब्द इस्तेमाल करने से स्थिति ज़्यादा या कम गंभीर लगने लगती है:

शब्द मतलब
outage यह पूरी तरह बंद है
degradation यह काम करता है, लेकिन धीरे या आंशिक रूप से
intermittent यह कभी-कभी फेल होता है
regression जो पहले काम करता था वह अब टूटा हुआ है
workaround इसके आस-पास का एक अस्थायी तरीका
mitigation असर कम करता है, कारण को ठीक नहीं करता
rollback पिछले वर्शन पर वापस जाना
postmortem बाद में लिखी गई रिपोर्ट

We've mitigated the impact with a workaround; the root cause is still open. — यह वाक्य एक मैनेजर को ठीक-ठीक बताता है कि मामला कहाँ खड़ा है।

दायरा तय करना और अनुमान लगाना

  • That's out of scope for this release.
  • Roughly — ballpark — two weeks.
  • We're seeing some scope creep.
  • I'd want to spike on it before committing to an estimate.
  • It's blocked on the API change.

मात्रा बताना

अस्पष्ट मात्रा एक अच्छी तकनीकी अंग्रेज़ी को भी कमज़ोर कर देती है।

  • It got a lot faster.
  • Latency dropped from 800 ms to roughly 200 ms.
  • That's an improvement of around 75%.
  • Error rates fell by an order of magnitude.

सटीकता और आत्मविश्वास दो अलग डायल हैं। We reduced p99 latency by roughly 60%, though we haven't confirmed why सटीक भी है और उचित रूप से अनिश्चित भी। तकनीकी श्रोता इस मिश्रण पर भरोसा करते हैं और इसके उल्टे पर अविश्वास करते हैं — बिना किसी संख्या के एक आत्मविश्वासी दावा।

एक घटना (incident) की कॉल

A: What are we seeing?

B: Intermittent 500s on checkout since about nine. It's degradation, not a full outage.

A: Do we know why?

B: Not yet. It appears to be connection-pool exhaustion, but that's a guess. We've rolled back the deploy as a mitigation and errors dropped by around 90%.

A: Good. Root cause can wait for the postmortem.

हर दावा निश्चितता के हिसाब से दर्जाबद्ध, एक संख्या, और हर जगह सही घटना-शब्द।

खुद अभ्यास करें

नीचे दी गई क्विज़ प्रभावशाली सुनाई देने वाली अस्पष्टता की बजाय सटीकता और उचित बचाव को इनाम देती है।

स्वयं को परखें: क्विज़: सटीक तकनीकी शब्दावली →