41 articles tagged #backend
All English for IT articles related to #backend.
-
Senior Distributed Systems Engineer English: Consensus, CRDTs, and CAP Theorem Vocabulary
Consensus, Raft vs Paxos, split-brain, CRDT, CAP theorem — English vocabulary for senior distributed systems engineers in design reviews and architecture discussions.
-
English for Hono Framework Developers
Master English vocabulary for Hono web framework development — middleware, context, routing, edge runtimes, and validators.
-
English for Supabase Developers
Master English vocabulary for Supabase development — row-level security, real-time subscriptions, edge functions, and Postgres policies.
-
English for Fastify v5 Developers
Master the English vocabulary for Fastify v5: plugin architecture, hooks lifecycle, decorators, schema-first validation, type providers, and reply.send explained.
-
English Vocabulary for Convex Backend Developers
Learn the English vocabulary for Convex backend development — mutations, queries, actions, schedulers, crons, and real-time subscriptions in professional contexts.
-
English Vocabulary for Advanced FastAPI Patterns
Learn the English vocabulary Python developers use with advanced FastAPI — lifespan events, dependency injection, middleware, response models, and security schemes explained.
-
English Vocabulary for Rust Axum Web Developers
Learn the English vocabulary Rust developers use with Axum — routers, extractors, middleware layers, shared state, and the IntoResponse trait explained clearly.
-
English for Database Migration Discussions
The vocabulary and phrases you need to plan, discuss, and coordinate database migrations in English — schema changes, rollback plans, data integrity, and cut-over strategies.
-
English for FastAPI Developers
Master the English vocabulary for type hints, dependency injection, Pydantic models, and async patterns in FastAPI projects.
-
English for NestJS Developers
Learn the key vocabulary and phrases for discussing NestJS modules, decorators, and dependency injection in English at work.
-
English for Prisma ORM Developers
Learn the vocabulary and phrases for discussing Prisma schema, migrations, and the query client in English at work.
-
English for tRPC Developers
Discover the vocabulary and phrases for discussing tRPC procedures, routers, and end-to-end type safety in English.
-
English for Zod Validation
Learn the vocabulary and phrases for discussing Zod schemas, validation errors, and type inference in English at work.
-
English for gRPC Error Handling
Learn the vocabulary and phrases backend engineers use when discussing, documenting, and debugging gRPC status codes and error handling strategies.
-
English for WebSocket Protocol Development
Learn the English vocabulary and phrases backend engineers use when designing, building, and troubleshooting WebSocket-based real-time applications.
-
Workflow Engine English: Inngest and Temporal Vocabulary
Learn the English vocabulary of durable workflow engines — Inngest and Temporal — including retry policy, idempotency, fan-out, and compensating transactions.
-
Vocabulary for API Rate Limiting: 30 Terms Explained in Context
Learn essential English vocabulary for API rate limiting: throttling, token bucket, backoff, 429 responses, quotas, and how to use each term correctly in conversation.
-
Vocabulary for Distributed Databases: Consensus, Replication, and Partitioning
Master the English of distributed databases: consensus, quorum, replication lag, sharding, partition tolerance, and the CAP theorem. Precise terms for backend and platform engineers.
-
Vocabulary for Event-Driven Systems: Producers, Consumers, Sagas, and More
Master the English of event-driven architecture: events, producers, consumers, topics, brokers, sagas, idempotency, dead-letter queues, and event sourcing. For backend and platform engineers.
-
Vocabulary for GraphQL APIs: Schema, Resolvers, Mutations, and Subscriptions
Master core GraphQL vocabulary: schema, types, queries, mutations, subscriptions, resolvers, fragments, and the N+1 problem. Precise English for engineers building GraphQL APIs.
-
Vocabulary for Message Queue Systems: Queues, Topics, and Dead Letters
Essential English vocabulary for message queue systems: producers, consumers, topics, partitions, DLQs, backpressure, and how to use each term correctly in context.
-
Vocabulary for Stream Processing: Windowing, Watermarks, and Backpressure
Master the English of stream processing: windowing, watermarks, backpressure, exactly-once, late data, and stateful operators. Precise terms for data and platform engineers.
-
API Versioning Vocabulary: URI vs Header vs Content-Type Versioning
Master API versioning vocabulary — URL path, header, and content-type strategies, semantic versioning, deprecation, sunset headers, breaking changes, and changelog writing.
-
Domain-Driven Design Vocabulary: 30 DDD Terms Explained
Bounded context, aggregate, entity, value object, domain event, and tactical DDD vocabulary for software architects.
-
FastAPI & Python Async Vocabulary for Backend Developers
FastAPI path operations, Pydantic models, async/await in Python, dependency injection, and Python API vocabulary.
-
Go (Golang) Vocabulary: 30 Terms Every Go Developer Needs to Know
Learn essential Go vocabulary — goroutines, channels, interfaces, defer, context, and 25+ more terms explained with real developer conversation examples.
-
gRPC & Protocol Buffers Vocabulary: 30 Terms for API Developers
gRPC service definition, Protocol Buffers, streaming types, interceptors, deadlines, and client generation vocabulary.
-
Apache Kafka Vocabulary: 30 Terms for Event Streaming Developers
Topics, partitions, consumer groups, offsets, Kafka Streams, Schema Registry, and event streaming vocabulary.
-
OpenTelemetry & Observability Vocabulary: The Three Pillars Explained
Learn observability vocabulary — traces, spans, metrics, logs, OpenTelemetry SDK, OTLP, sampling, SLOs, and the three pillars of observability explained for developers.
-
PostgreSQL JSONB & Advanced Query Vocabulary for Backend Developers
Master PostgreSQL JSONB operators, GIN indexes, window functions, CTEs, lateral joins, and query plan vocabulary — with real SQL examples and developer conversation phrases.
-
PostgreSQL Vocabulary: 30 Terms Every Developer Should Know
Learn essential PostgreSQL vocabulary — MVCC, WAL, VACUUM, index types, EXPLAIN ANALYZE, CTEs, window functions, replication, and 20+ more terms explained for developers.
-
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.
-
Spring Boot Vocabulary: 30 Terms for Java Backend Developers
Spring Boot auto-configuration, beans, dependency injection, Spring Data, Spring Security, and enterprise Java vocabulary.
-
System Design Interview Vocabulary: Scalability, Availability, Consistency, and Partitioning
Master the English vocabulary for system design interviews — scalability patterns, availability trade-offs, consistency models, database partitioning, and distributed systems terminology.
-
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.
-
Distributed Systems Consensus Vocabulary: Raft, Paxos, CAP, and Linearizability Explained
Master the vocabulary of distributed consensus for senior engineers: Raft leader election, quorum, linearizability vs serializability, CAP and PACELC theorems, split-brain, vector clocks, 2PC, and saga.
-
Event-Driven Architecture Vocabulary: Event Storming, CQRS, Saga Pattern, and More
A complete guide to event-driven architecture vocabulary: domain events, event sourcing, CQRS, saga patterns, choreography vs. orchestration, schema registry, and CloudEvents. For backend engineers, system architects, and developers building distributed event-driven systems.
-
GraphQL Advanced Vocabulary: SDL, Resolvers, Federation, DataLoader, and More
Master advanced GraphQL vocabulary: Schema Definition Language, resolvers, mutations, subscriptions, the N+1 problem, DataLoader, schema federation, Apollo Federation, persisted queries, and API gateway patterns. For engineers building and consuming GraphQL APIs.
-
API Vocabulary: 30 Terms Every Backend Developer Must Know
From endpoint to idempotency — 30 essential API terms explained in plain English with real usage examples. The vocabulary you need to design, document, and discuss APIs confidently.
-
Writing API Documentation in English: Templates and Examples
How to write clear, professional API documentation in English. Templates for endpoints, parameters, error codes, and SDK guides — with real examples.
-
Git Vocabulary Every Developer Needs to Know
Commit, branch, merge, rebase, cherry-pick, stash — the 30 Git terms you will encounter in every day team communication and code reviews.