Website profile

Medium

On Medium, anyone can share insightful perspectives, useful knowledge, and life wisdom with the world.

  • 15,754articles · 30d
  • 46+ min agolatest article
  • Aug 14, 2026earliest in window
  • 68%with images
  • 77avg words
articles per day
Categories
  • Science & Technology 3,639
  • Arts, Culture, Entertainment & Media 3,615
  • People & Society 2,991
  • Economy, Business & Finance 1,947
  • Finance & Business 1,940
  • Computers & Electronics 1,911
  • Business & Industrial 1,870
  • Social Life 1,658

Please confirm you are human

This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.

A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.

Hold with a pointer, or hold Space or Enter.

News

Medium
medium.com > @0s.and.1s > llm-discussions-02-train-time-vs-test-time-compute-3ad7194efdee

LLM Discussions (02): Train-time Vs. Test-time Compute

3+ hour, 48+ min ago   (155+ words) Small Models with Deep Thinking Out-perform Frontier Models — But How? If this is the first story you have come across in our LLM Discussions …...

Medium
medium.com > @umeshcapg > the-database-connection-pool-was-configured-with-50-connections-so-why-did-the-20th-request-time-e559f67397cb

The database connection pool was configured with 50 connections, so why did the 20th request time…

6+ hour, 23+ min ago   (30+ words) The database connection pool was configured with 50 connections, so why did the 20th request time out? Understanding how parallel database queries inside a single HTTP request can exhaust your …...

Medium
medium.com > @sumit-paul > our-users-phones-were-the-backup-rebuilding-a-lost-database-from-app-caches-8c4d78dffc35

Our users’ phones were the backup: rebuilding a lost database from app caches

7+ hour, 10+ min ago   (223+ words) How expired cache entries on readers’ devices, server logs, and a year-old dump were merged back into MongoDB without …...

Medium
medium.com > @fullExpert > 7-numbers-from-8-1-million-pull-requests-that-explain-why-your-team-feels-slower-e8cbeca89ecc

7 numbers from 8.1 million pull requests that explain why your team feels slower

7+ hour, 58+ min ago   (32+ words) LinearB benchmarked 8.1 million PRs across 4,800 organizations in 42 countries. I review code for less experienced …...

Medium
medium.com > @chiranjilalsinghal4 > the-go-context-context-trick-that-saved-my-service-from-crashing-80b7bfc8357b

The Go context.Context Trick That Saved My Service From Crashing 💥

7+ hour, 54+ min ago   (29+ words) Okay, picture this: you’re staring at your production dashboards, and your core service — the one everyone depends on — is …...

Medium
medium.com > @rhutu.takle > ienumerable-vs-iqueryable-in-c-04df15b52729

IEnumerable vs. IQueryable in C#

8+ hour, 13+ min ago   (429+ words) This distinction sounds simple stated this way, but it has real, concrete consequences for where computation happens, how much data crosses the network, what C# expressions are even legal to write, and a specific, common class of bug that this…...

Medium
medium.com > @wasowski.jarek > kv-cache-prefix-caching-prompt-caching-and-semantic-caching-four-cache-layers-in-llms-8316952f18db

KV Cache, Prefix Caching, Prompt Caching, and Semantic Caching — Four Cache Layers in LLMs

10+ hour, 4+ min ago   (25+ words) KV cache, prefix caching, prompt caching, and semantic caching are four different mechanisms. Three cost you time and money. The fourth lies with a 200....

Medium
medium.com > @herefindalex > what-survives-close-tracing-shutdown-through-an-unfamiliar-go-codebase-ce77f8288bdb

# What Survives Close()? Tracing Shutdown Through an Unfamiliar Go Codebase

11+ hour, 3+ min ago   (1303+ words) *How I used GoLand, Codex, and deterministic tests to understand the lifecycle of a pub/sub RPC client.* ## 1. Start With a …...

Medium
medium.com > @itsmayurmore > tokenization-is-not-a-preprocessing-step-its-a-system-design-decision-c8a4ba9b6ab2

Tokenization Is Not a Preprocessing Step. It’s a System Design Decision.

11+ hour, 9+ min ago   (281+ words) Introduction At some point almost every LLM engineer hits one of these: A “128k context window” model runs out of …...

Medium
medium.com > @wambuicecilia36 > django-project-vs-app-whats-the-difference-3b82d74e97f8

Django Project vs App: What’s the Difference?

10+ hour, 2+ min ago   (707+ words) When I first started working with Django, one thing that took me a while to understand was the difference between a Django project and a Django app …...