<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Coders Lingo — Word of the Day</title><description>One IT English term every day — pronunciation, plain-English definition, and real engineering examples. Curated for non-native developers, QA, DevOps, and other IT professionals.</description><link>https://coderslingo.com/</link><language>en-us</language><item><title>Strangler Fig Pattern (Software Architecture)</title><link>https://coderslingo.com/word-of-the-day/strangler-fig-pattern/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/strangler-fig-pattern/</guid><description>&lt;p&gt;&lt;strong&gt;/ˈstræŋɡlər fɪɡ ˈpætən/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;A migration pattern where new functionality is built around an existing system, gradually replacing it.&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;We strangler-figged the legacy billing — new features go to the new service; old ones migrate one by one.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Sun, 17 May 2026 00:00:00 GMT</pubDate><category>Software Architecture</category><category>Word of the Day</category></item><item><title>CAP Theorem (Software Architecture)</title><link>https://coderslingo.com/word-of-the-day/cap-theorem/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/cap-theorem/</guid><description>&lt;p&gt;&lt;strong&gt;/kæp ˈθɪərəm/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;A theorem stating distributed systems can guarantee at most two of three properties: Consistency, Availability, Partition tolerance.&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;We chose AP for the shopping cart — it stays available during a partition, accepting eventual consistency.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Sat, 16 May 2026 00:00:00 GMT</pubDate><category>Software Architecture</category><category>Word of the Day</category></item><item><title>Domain-Driven Design (Software Architecture)</title><link>https://coderslingo.com/word-of-the-day/domain-driven-design/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/domain-driven-design/</guid><description>&lt;p&gt;&lt;strong&gt;/dəˈmeɪn ˈdrɪvən dɪˈzaɪn/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;A software design approach modelling the system around the real-world business domain and its language.&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;In DDD, the &apos;Order&apos; aggregate owns its own consistency boundary — no external service modifies it directly.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Fri, 15 May 2026 00:00:00 GMT</pubDate><category>Software Architecture</category><category>Word of the Day</category></item><item><title>Event-Driven Architecture (Software Architecture)</title><link>https://coderslingo.com/word-of-the-day/event-driven-architecture/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/event-driven-architecture/</guid><description>&lt;p&gt;&lt;strong&gt;/ɪˈvent ˈdrɪvən ˈɑːkɪtektʃər/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;A design where services communicate by producing and consuming events through a message broker.&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;When an order is placed, we emit &apos;order.created&apos; — inventory, billing, and shipping each consume it independently.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Thu, 14 May 2026 00:00:00 GMT</pubDate><category>Software Architecture</category><category>Word of the Day</category></item><item><title>CQRS (Software Architecture)</title><link>https://coderslingo.com/word-of-the-day/cqrs/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/cqrs/</guid><description>&lt;p&gt;&lt;strong&gt;/siː kjuː ɑː es/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Command Query Responsibility Segregation — separating write operations (commands) from read operations (queries).&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;Commands update the write model; queries read from a denormalised read model — allows independent scaling.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Wed, 13 May 2026 00:00:00 GMT</pubDate><category>Software Architecture</category><category>Word of the Day</category></item><item><title>Circuit Breaker (Software Architecture)</title><link>https://coderslingo.com/word-of-the-day/circuit-breaker/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/circuit-breaker/</guid><description>&lt;p&gt;&lt;strong&gt;/ˈsɜːkɪt ˈbreɪkər/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;A pattern that detects failures in service calls and temporarily stops sending requests to an unhealthy service.&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;After 5 consecutive timeouts, the circuit opens — calls fail fast for 30 seconds, then retry a probe.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate><category>Software Architecture</category><category>Word of the Day</category></item><item><title>Microservices (Software Architecture)</title><link>https://coderslingo.com/word-of-the-day/microservices/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/microservices/</guid><description>&lt;p&gt;&lt;strong&gt;/ˈmaɪkrəʊˈsɜːvɪsɪz/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;An architectural style where an application is composed of small, independently deployable services communicating over APIs.&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;Splitting the monolith lets us scale the recommendation engine independently during peak traffic.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Mon, 11 May 2026 00:00:00 GMT</pubDate><category>Software Architecture</category><category>Word of the Day</category></item><item><title>Coupling (Software Architecture)</title><link>https://coderslingo.com/word-of-the-day/coupling/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/coupling/</guid><description>&lt;p&gt;&lt;strong&gt;/ˈkʌplɪŋ/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;The degree to which software components depend on each other — lower coupling means components can change without affecting others.&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;Payment was tightly coupled to orders — we refactored to event publishing, reducing coupling dramatically.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Sun, 10 May 2026 00:00:00 GMT</pubDate><category>Software Architecture</category><category>Word of the Day</category></item><item><title>Data Leakage (Data Science &amp; ML)</title><link>https://coderslingo.com/word-of-the-day/data-leakage/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/data-leakage/</guid><description>&lt;p&gt;&lt;strong&gt;/ˈdeɪtə ˈliːkɪdʒ/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Using information in model training that would not be available at prediction time, causing inflated performance metrics.&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;We included the total at checkout in training — it&apos;s derived from items bought, so it leaks the target label.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Sat, 09 May 2026 00:00:00 GMT</pubDate><category>Data Science &amp; ML</category><category>Word of the Day</category></item><item><title>Feature Engineering (Data Science &amp; ML)</title><link>https://coderslingo.com/word-of-the-day/feature-engineering/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/feature-engineering/</guid><description>&lt;p&gt;&lt;strong&gt;/ˈfiːtʃər ˌendʒɪˈnɪərɪŋ/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;The process of transforming raw data into informative input features that improve model performance.&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;Extracting day-of-week from a timestamp was the key feature — the model&apos;s AUC jumped from 0.71 to 0.85.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate><category>Data Science &amp; ML</category><category>Word of the Day</category></item><item><title>Cross-validation (Data Science &amp; ML)</title><link>https://coderslingo.com/word-of-the-day/cross-validation/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/cross-validation/</guid><description>&lt;p&gt;&lt;strong&gt;/krɒs ˌvælɪˈdeɪʃən/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;A technique splitting data into k folds and training/evaluating k times to get a robust performance estimate.&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;5-fold cross-validation gives five accuracy scores — we report the mean and standard deviation, not just one split.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate><category>Data Science &amp; ML</category><category>Word of the Day</category></item><item><title>Model Drift (Data Science &amp; ML)</title><link>https://coderslingo.com/word-of-the-day/model-drift/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/model-drift/</guid><description>&lt;p&gt;&lt;strong&gt;/ˈmɒdəl drɪft/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;The degradation of a model&apos;s accuracy over time as real-world data patterns diverge from its training distribution.&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;Our fraud model drifted after new payment methods launched — we retrain monthly to keep accuracy above 95%.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate><category>Data Science &amp; ML</category><category>Word of the Day</category></item><item><title>Precision vs Recall (Data Science &amp; ML)</title><link>https://coderslingo.com/word-of-the-day/precision-vs-recall/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/precision-vs-recall/</guid><description>&lt;p&gt;&lt;strong&gt;/prɪˈsɪʒən vɜːsəs rɪˈkɔːl/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Precision measures correctness of positive predictions; recall measures how many actual positives were found.&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;High recall, low precision: we catch all fraudulent transactions but flag too many legitimate ones.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate><category>Data Science &amp; ML</category><category>Word of the Day</category></item><item><title>Hyperparameter (Data Science &amp; ML)</title><link>https://coderslingo.com/word-of-the-day/hyperparameter/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/hyperparameter/</guid><description>&lt;p&gt;&lt;strong&gt;/ˈhaɪpərˌpærəmɪtər/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;A configuration value set before training (learning rate, batch size, layer count) that controls the training process.&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;We tuned the learning rate hyperparameter from 0.01 to 0.001 — validation loss improved consistently.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Mon, 04 May 2026 00:00:00 GMT</pubDate><category>Data Science &amp; ML</category><category>Word of the Day</category></item><item><title>Hallucination (Data Science &amp; ML)</title><link>https://coderslingo.com/word-of-the-day/hallucination/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/hallucination/</guid><description>&lt;p&gt;&lt;strong&gt;/həˌluːsɪˈneɪʃən/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;When an LLM generates plausible-sounding but incorrect or fabricated information not grounded in its training data.&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;The model hallucinated a non-existent citation — always validate LLM outputs against authoritative sources.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Sun, 03 May 2026 00:00:00 GMT</pubDate><category>Data Science &amp; ML</category><category>Word of the Day</category></item><item><title>RAG (Data Science &amp; ML)</title><link>https://coderslingo.com/word-of-the-day/rag/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/rag/</guid><description>&lt;p&gt;&lt;strong&gt;/ræɡ/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Retrieval-Augmented Generation — augmenting LLM prompts with relevant retrieved documents to ground responses in facts.&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;Our support bot uses RAG — it fetches relevant KB articles and adds them to the prompt before answering.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Sat, 02 May 2026 00:00:00 GMT</pubDate><category>Data Science &amp; ML</category><category>Word of the Day</category></item><item><title>Embeddings (Data Science &amp; ML)</title><link>https://coderslingo.com/word-of-the-day/embeddings/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/embeddings/</guid><description>&lt;p&gt;&lt;strong&gt;/ɪmˈbedɪŋz/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Dense vector representations of data (text, images) that capture semantic meaning, enabling similarity search.&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;We store document embeddings in a vector database — semantic search finds related articles by cosine similarity.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate><category>Data Science &amp; ML</category><category>Word of the Day</category></item><item><title>Inference (Data Science &amp; ML)</title><link>https://coderslingo.com/word-of-the-day/inference/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/inference/</guid><description>&lt;p&gt;&lt;strong&gt;/ˈɪnfərəns/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;The process of running new input data through a trained model to generate predictions.&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;Inference latency matters for our real-time API — the model must respond in under 200ms per request.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate><category>Data Science &amp; ML</category><category>Word of the Day</category></item><item><title>Overfitting (Data Science &amp; ML)</title><link>https://coderslingo.com/word-of-the-day/overfitting/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/overfitting/</guid><description>&lt;p&gt;&lt;strong&gt;/ˌəʊvəˈfɪtɪŋ/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;When an ML model learns training data too precisely — including noise — and fails to generalise to new examples.&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;99% training accuracy but 62% on the test set — classic overfitting. We added dropout and reduced model complexity.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Wed, 29 Apr 2026 00:00:00 GMT</pubDate><category>Data Science &amp; ML</category><category>Word of the Day</category></item><item><title>Social Engineering (Cybersecurity)</title><link>https://coderslingo.com/word-of-the-day/social-engineering/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/social-engineering/</guid><description>&lt;p&gt;&lt;strong&gt;/ˈsəʊʃəl ˌendʒɪˈnɪərɪŋ/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Manipulating people into divulging information or performing actions that compromise security.&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;The attacker called the helpdesk pretending to be IT support and got a password reset — social engineering, not hacking.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate><category>Cybersecurity</category><category>Word of the Day</category></item><item><title>OWASP Top 10 (Cybersecurity)</title><link>https://coderslingo.com/word-of-the-day/owasp-top-10/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/owasp-top-10/</guid><description>&lt;p&gt;&lt;strong&gt;/ˈəʊwæsp tɒp ten/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;A widely referenced list of the most critical web application security risks, updated periodically by OWASP.&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;Every release includes an OWASP review — we run a checklist against broken access control, injection, and IDOR.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Mon, 27 Apr 2026 00:00:00 GMT</pubDate><category>Cybersecurity</category><category>Word of the Day</category></item><item><title>SIEM (Cybersecurity)</title><link>https://coderslingo.com/word-of-the-day/siem/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/siem/</guid><description>&lt;p&gt;&lt;strong&gt;/siːm/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Security Information and Event Management — a system collecting and analysing security logs to detect threats in real time.&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;The SIEM correlated 12 failed logins from the same IP with a successful one 3 minutes later — alerted the SOC.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Sun, 26 Apr 2026 00:00:00 GMT</pubDate><category>Cybersecurity</category><category>Word of the Day</category></item><item><title>Encryption (Cybersecurity)</title><link>https://coderslingo.com/word-of-the-day/encryption/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/encryption/</guid><description>&lt;p&gt;&lt;strong&gt;/ɪnˈkrɪpʃən/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;The process of encoding data so only authorised parties can read it, using symmetric or asymmetric algorithms.&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;All data is encrypted at rest (AES-256) and in transit (TLS 1.3) — raw text never touches the wire or disk.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Sat, 25 Apr 2026 00:00:00 GMT</pubDate><category>Cybersecurity</category><category>Word of the Day</category></item><item><title>Penetration Testing (Cybersecurity)</title><link>https://coderslingo.com/word-of-the-day/penetration-testing/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/penetration-testing/</guid><description>&lt;p&gt;&lt;strong&gt;/ˌpenɪˈtreɪʃən ˈtestɪŋ/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;An authorised simulated cyberattack to identify and exploit vulnerabilities before real attackers do.&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;The pen test team found an IDOR vulnerability in our API — they could fetch any user&apos;s data by changing the ID.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Fri, 24 Apr 2026 00:00:00 GMT</pubDate><category>Cybersecurity</category><category>Word of the Day</category></item><item><title>SQL Injection (Cybersecurity)</title><link>https://coderslingo.com/word-of-the-day/sql-injection/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/sql-injection/</guid><description>&lt;p&gt;&lt;strong&gt;/es kjuː el ɪnˈdʒekʃən/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;An attack where malicious SQL is inserted into a query via unsanitised user input, allowing data theft or modification.&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;Never concatenate user input into SQL — use parameterised queries or an ORM to prevent SQL injection.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Thu, 23 Apr 2026 00:00:00 GMT</pubDate><category>Cybersecurity</category><category>Word of the Day</category></item><item><title>CVE (Cybersecurity)</title><link>https://coderslingo.com/word-of-the-day/cve/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/cve/</guid><description>&lt;p&gt;&lt;strong&gt;/siː viː iː/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Common Vulnerabilities and Exposures — a public list of security vulnerabilities with unique identifiers (CVE-2024-12345).&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;CVE-2024-3094 was the XZ Utils backdoor — check your packages for known CVEs with npm audit or trivy.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Wed, 22 Apr 2026 00:00:00 GMT</pubDate><category>Cybersecurity</category><category>Word of the Day</category></item><item><title>Principle of Least Privilege (Cybersecurity)</title><link>https://coderslingo.com/word-of-the-day/principle-of-least-privilege/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/principle-of-least-privilege/</guid><description>&lt;p&gt;&lt;strong&gt;/ˈprɪnsɪpəl əv liːst ˈprɪvɪlɪdʒ/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;A security practice granting users and services only the minimum permissions needed for their specific function.&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;The Lambda only needs read access to S3 — granting it full S3 admin would violate least privilege.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Tue, 21 Apr 2026 00:00:00 GMT</pubDate><category>Cybersecurity</category><category>Word of the Day</category></item><item><title>MFA (Cybersecurity)</title><link>https://coderslingo.com/word-of-the-day/mfa/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/mfa/</guid><description>&lt;p&gt;&lt;strong&gt;/em ef eɪ/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Multi-Factor Authentication — requiring two or more verification factors (password + OTP, passkey, etc.) to prove identity.&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;All admin accounts require MFA — knowing the password alone isn&apos;t enough to access production.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate><category>Cybersecurity</category><category>Word of the Day</category></item><item><title>Zero Trust (Cybersecurity)</title><link>https://coderslingo.com/word-of-the-day/zero-trust/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/zero-trust/</guid><description>&lt;p&gt;&lt;strong&gt;/ˈzɪərəʊ trʌst/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;A security model assuming no user or system is trusted by default — every request must be authenticated and authorised.&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;Zero trust means even internal service-to-service calls require mTLS — being inside the network isn&apos;t enough.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Sun, 19 Apr 2026 00:00:00 GMT</pubDate><category>Cybersecurity</category><category>Word of the Day</category></item><item><title>CSRF (Cybersecurity)</title><link>https://coderslingo.com/word-of-the-day/csrf/</link><guid isPermaLink="true">https://coderslingo.com/word-of-the-day/csrf/</guid><description>&lt;p&gt;&lt;strong&gt;/siː es ɑː ef/&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Cross-Site Request Forgery — an attack forcing a user&apos;s browser to make unintended requests using their active session.&lt;/p&gt;&lt;blockquote&gt;&lt;em&gt;&quot;The fund transfer button was CSRF-vulnerable — an attacker&apos;s page could POST to it while the user was logged in.&quot;&lt;/em&gt;&lt;/blockquote&gt;</description><pubDate>Sat, 18 Apr 2026 00:00:00 GMT</pubDate><category>Cybersecurity</category><category>Word of the Day</category></item></channel></rss>