43 articles tagged #performance
All English for IT articles related to #performance.
-
Technical SEO Engineering English: Structured Data, Core Web Vitals, and Crawl Budget Vocabulary
Learn the precise English vocabulary engineers use when discussing technical SEO: structured data, Core Web Vitals, crawl budget, and search console findings.
-
English for NumPy Developers
Vocabulary for developers working with NumPy — arrays, broadcasting, vectorization, and dtypes — for teams discussing numerical Python code in English.
-
How to Explain a P99 Latency Regression in English
Learn how to explain in English that p99 latency regressed after a deploy, including what that metric actually means and how to connect the regression credibly to a specific cause.
-
How to Explain a Database Index Bloat Issue in English
Learn the English vocabulary for explaining database index bloat to your team — what caused it, why it's slowing queries down, and how the fix will affect the database during a maintenance window.
-
English for Fortran Developers
Vocabulary for developers maintaining and modernizing Fortran — array-oriented performance talk, module vs. legacy common blocks, and interoperability vocabulary for scientific computing teams.
-
How to Explain p95 and p99 Latency to Stakeholders in English
Learn how to explain latency percentiles to non-technical stakeholders in English — why the average is misleading, and how to make p95 and p99 numbers meaningful to a business audience.
-
English for D Language Developers
Vocabulary for developers working in D — compile-time function execution, the garbage collector opt-out, templates versus generics, and range-based algorithm talk for systems teams.
-
English for C++ Developers
Learn the English vocabulary C++ developers need to explain undefined behavior, RAII, move semantics, dangling pointers, and template metaprogramming.
-
English for Julia Developers
Learn the English vocabulary for Julia: multiple dispatch, type stability, and explaining why a dynamically-typed language can still run at compiled speed.
-
English for Memcached
Learn the English vocabulary for discussing Memcached's caching model, eviction behavior, and common failure modes with a backend team.
-
How to Explain a Noisy Neighbor Problem in English
Learn the English vocabulary and phrases needed to explain a noisy neighbor incident on shared infrastructure, where one tenant's load degrades performance for others.
-
How to Explain an N+1 Query Problem in English
Learn the English vocabulary for describing N+1 query problems clearly in code reviews, performance investigations, and architecture discussions.
-
Vocabulary for Memory Leaks and Garbage Collection
Learn the essential English vocabulary for diagnosing memory leaks and discussing garbage collection behavior across managed-memory languages.
-
English for Marko Developers
Learn the English vocabulary for Marko: fine-grained streaming, partial hydration, and the compiler-driven performance model behind eBay's UI framework.
-
English for Zig Zap Developers
Learn the English vocabulary for Zap, the high-performance Zig web framework: request handlers, blazing throughput claims, and low-level HTTP control.
-
How to Respond to an Unexpected Performance Improvement Plan in English
Learn the English phrases for responding professionally when placed on a performance improvement plan (PIP), asking clarifying questions, and deciding how to proceed.
-
English for Astro Server Islands (Advanced Patterns)
Learn advanced English vocabulary for Astro Server Islands: deferred rendering, fallback content, streaming boundaries, and per-island caching, explained for developers.
-
English for Cap'n Proto Serialization
Learn the English vocabulary for Cap'n Proto: zero-copy deserialization, schema evolution, and RPC, contrasted clearly with Protocol Buffers.
-
English for Qwik Developers
Learn the English vocabulary for Qwik's resumability model: hydration-free loading, lazy loading boundaries, and the optimizer, explained clearly.
-
English for Explaining Postgres VACUUM and Table Bloat
Learn the English vocabulary for describing table bloat, autovacuum tuning, and dead tuple cleanup clearly when discussing Postgres maintenance with your team.
-
How to Discuss a Slow Query Plan with a DBA in English
Learn the English vocabulary for describing EXPLAIN ANALYZE output, index usage, and query plans clearly when working with a database administrator.
-
How to Discuss Cold Start Latency in English
Learn the English phrasing for explaining cold start latency in serverless systems, from diagnosing the cause to describing mitigation options.
-
How to Discuss Database Index Tuning in English
Learn the English vocabulary for discussing database index tuning: query plans, selectivity, and the trade-offs between read and write performance.
-
How to Explain a Cache Invalidation Bug in English
Learn the English vocabulary for describing stale cache bugs, invalidation strategies, and cache consistency problems in debugging discussions and postmortems.
-
How to Explain a Caching Strategy in English
Learn the English vocabulary for explaining a caching strategy to both engineers and non-technical stakeholders: TTLs, invalidation, and trade-offs.
-
How to Explain a Garbage Collection Pause in English
Learn the English vocabulary for describing garbage collection pauses, memory pressure, and GC tuning in performance discussions and incident reports.
-
How to Explain a Memory Leak in English
Learn the English phrases for describing a memory leak: naming what's being retained, the growth pattern, and the fix, for both engineers and stakeholders.
-
How to Explain an N+1 Query Problem in English
Learn the English phrasing for explaining an N+1 query problem to teammates or stakeholders, from spotting the pattern to describing the fix.
-
English for Astro Islands Architecture
Master the English vocabulary for Astro's islands architecture: hydration directives, partial hydration, server islands, and zero-JS-by-default explained.
-
How to Discuss Load Testing Results in English
Learn the English vocabulary and phrases for presenting load and performance testing results clearly to engineering and non-technical teams.
-
English for Qwik City Developers
Vocabulary for developers building sites with Qwik City — resumability, routing conventions, route loaders, and actions — for teams discussing meta-framework architecture in English.
-
English for Million.js Developers
Vocabulary for developers using Million.js to speed up React rendering — the block virtual DOM, compiler optimizations, and benchmarking talk for performance-focused teams.
-
Team Performance Reviews in English: Language for Engineering Managers
English vocabulary and phrases for engineering managers: calibration sessions, performance bands, delivering feedback, development areas, growth conversations, and rating vocabulary.
-
English for GraphQL Persisted Queries
Learn the English vocabulary and phrases GraphQL developers use when implementing, discussing, and troubleshooting persisted query strategies.
-
English for k6 Load Testing
Learn the English vocabulary and phrases used by performance engineers when writing, running, and discussing k6 load tests.
-
Vocabulary for Discussing Database Performance in English
English vocabulary for database performance: indexes, query plans, N+1 problems, locking, and the phrases engineers use to diagnose and fix slow queries.
-
How to Explain Latency Issues in English: Describing Performance Problems
Learn to describe latency and performance problems in English — bottlenecks, tail latency, p99, contention and root causes — with phrases for calls and incident channels.
-
Redis & Caching Vocabulary: 25 Terms Every Backend Developer Needs
Learn Redis and caching vocabulary — cache hit/miss, TTL, eviction policies, Redis data structures, pub/sub, clustering, and caching patterns explained for backend developers.
-
English for Systems Engineers: Performance Analysis and Kernel Vocabulary
Learn the English vocabulary systems engineers use — flamegraphs, p99 latency, eBPF, kprobes, tracepoints, saturation — with example sentences for performance reports.
-
Writing Performance Analysis Reports: Structure and Vocabulary
Learn to write clear performance analysis reports in English: executive summary, methodology, findings, recommendations, numbers and units vocabulary, and hedging language.
-
SQL Performance Tuning Vocabulary Explained
50 essential SQL performance tuning terms for DBAs and developers: query plans, indexes, statistics, lock types, and optimiser vocabulary — with plain English explanations.
-
Performance Engineering Vocabulary: From Baseline to Bottleneck
A comprehensive English vocabulary guide for performance engineers — baselines, regressions, percentile latency, saturation, load test types, and key performance metrics explained.
-
Database Vocabulary: 80 Terms Every DBA Must Know
The complete DBA vocabulary guide: ACID, indexes, execution plans, replication, failover, RPO/RTO, sharding, partitioning, and 70 more essential database terms.
Frequently Asked Questions
How many articles are tagged #performance?
There are currently 43 articles tagged #performance on CoderSlingo.
What is the #performance tag about?
The #performance tag groups together CoderSlingo articles that discuss performance — useful if you want to read everything on this topic in one place.
Is browsing tagged articles free?
Yes. Every article on CoderSlingo, including all articles tagged here, is free to read with no account, sign-up, or paywall.
How often is this tag page updated?
This page is regenerated automatically whenever a new article is published with this tag, so the list always reflects the latest content.
What's the difference between a tag and a category?
A category is the single primary topic of an article (shown as a badge on each card), while tags are more specific keywords an article can have several of — useful for cross-cutting topics like tools or techniques.
Can I find beginner-friendly articles under this tag?
Yes — each article card shows a level badge (Beginner, Intermediate, or Advanced) so you can quickly spot content that matches your current English level.
How do I browse other tags?
Click any tag pill on an article card to jump to that tag's page, or visit the main Blog index to browse by category instead.
Are these articles connected to exercises?
Many are — articles link to a relevant vocabulary exercise in their "What to Read Next" section so you can practise the terms you just read about.
What's the most recent article tagged #performance?
The most recent article tagged #performance is "Technical SEO Engineering English: Structured Data, Core Web Vitals, and Crawl Budget Vocabulary".
Where can I see all articles, not just this tag?
Visit the main Blog index to browse every CoderSlingo article, filterable by category, level, and tag.