Website profile

Medium

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

  • 15,974articles · 30d
  • 35+ min agolatest article
  • Aug 14, 2026earliest in window
  • 67%with images
  • 78avg words
articles per day
Categories
  • Science & Technology 3,717
  • Arts, Culture, Entertainment & Media 3,687
  • People & Society 3,076
  • Economy, Business & Finance 1,943
  • Finance & Business 1,930
  • Computers & Electronics 1,929
  • Business & Industrial 1,863
  • Social Life 1,696

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 > @piyushraj.code > bloom-filter-all-you-need-to-know-055d8230e340

Bloom Filter: All You Need to Know

1+ hour, 1+ min ago   (677+ words) Before diving into it directly, let us first try to understand what problem we faced so this became necessary! We know about the set data structure. A hash-based …...

Medium
medium.com > @ritanshbagal > why-is-redis-so-fast-understanding-the-in-memory-database-f2a3040611fb

Why Is Redis So Fast? Understanding the In-Memory Database

2+ hour, 2+ min ago   (27+ words) Redis can deliver extremely low-latency reads and writes. Here’s how in-memory storage, persistence, data structures, and its mostly …...

Medium
medium.com > @geekycodes > window-functions-in-pyspark-a-practical-guide-with-row-number-rank-lag-lead-and-running-totals-e3393086c308

Window Functions in PySpark: A Practical Guide with ROW_NUMBER, RANK, LAG, LEAD, and Running Totals

2+ hour, 27+ min ago   (104+ words) Non member readers can read it here for free If you work with Apache Spark, PySpark, Databricks, or SQL, sooner or later you will encounter a problem that looks deceptively simple: “For every customer, find their latest transaction.” “Calculate the…...

Medium
medium.com > @cemdrman > ditch-h2-postgresql-repository-tests-with-testcontainers-and-serviceconnection-in-spring-boot-4-8cd5bd5367af

Ditch H2: PostgreSQL Repository Tests with Testcontainers and @ServiceConnection in Spring Boot 4

9+ hour, 41+ min ago   (204+ words) Your repository tests are green. Then production throws a column “metadata” is of type jsonb but expression is of type character varying…Continue reading on Medium » Ditch H2: PostgreSQL Repository Tests with Testcontainers and @ServiceConnection in Spring Boot 4 Your repository tests…...

Medium
medium.com > @kuriankevin.dev > vector-store-how-similarity-becomes-something-you-can-actually-search-37462b643553

Vector Store: How Similarity Becomes Something You Can Actually Search

10+ hour, 18+ min ago   (290+ words) A beginner’s guide to how vector stores make embeddings searchable while preserving their connection to the passages and …...

Medium
medium.com > @scosmexs > database-isolation-levels-what-can-concurrent-transactions-actually-see-210777f1a5d9

Database Isolation Levels: What Can Concurrent Transactions Actually See?

11+ hour, 53+ min ago   (743+ words) Transactions do not execute in isolation from reality. Isolation levels define how much of that reality they are allowed to observe. In the previous topic, we explored Optimistic and Pessimistic Concurrency Control. Now we can go one level deeper. What…...

Medium
medium.com > @dravonicx > the-sql-queries-that-lie-to-you-with-a-straight-face-10c060c76f67

The SQL Queries That Lie to You With a Straight Face

12+ hour, 26+ min ago   (191+ words) Seven queries that run without error, return a result, and are still wrong — and how to stop writing them. Some SQL mistakes throw an error …...

Medium
medium.com > @alakov.ilia > explain-describes-a-query-production-is-everything-else-thats-running-6b307b63c330

EXPLAIN Describes a Query. Production Is Everything Else That’s Running.

14+ hour, 19+ min ago   (1398+ words) A while back I wrote about migrating a terabyte of banking data from Oracle to PostgreSQL with no downtime. The part people …...

Medium
medium.com > @ashrayadhikari > i-replaced-chroma-qdrant-and-pinecone-with-a-sqlite-file-1ae5210c85d4

I Replaced Chroma, Qdrant, and Pinecone With a SQLite File

14+ hour, 16+ min ago   (165+ words) I needed a vector DB that didn’t require a daemon. SQLite was already there. Every RAG tutorial starts the same way. Step one: install …...

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…

19+ hour, 8+ 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 …...