Install
A constructive and inclusive social network for software developers. With you every step of your journey.
- 10,495articles · 30d
- 1+ hour agolatest article
- Aug 14, 2026earliest in window
- 97%with images
- 292avg words
- software 9,727
- coding 9,514
- development 9,482
- engineering 9,458
- community 9,441
- inclusive 9,403
- ai 7,981
- webdev 5,736
- programming 5,135
- productivity 3,487
- python 2,955
- technology 2,876
- artificial intelligence 2,826
- devops 2,737
- security 2,725
- llm 2,287
- architecture 2,255
- agents 2,162
- tutorial 2,105
- javascript 1,929
- Software Dev. 9,692
- Science & Technology 9,570
- Computers & Electronics 7,421
- Business & Industrial 802
- Internet & Telecom 771
- Economy, Business & Finance 387
- Finance 334
- Arts, Culture, Entertainment & Media 245
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.
News
The one Whoosh setting that decides whether search actually works: the analyzer
3+ day, 14+ hour ago (391+ words) Nine times out of ten the answer is the analyzer — the small pipeline that decides how text becomes searchable tokens. It runs when you index and when you query, and if the two sides don't agree on what a "word…...
Queried the Local Embeddings Store for the First Time
2+ week, 5+ day ago (820+ words) Context: Building the vector store in the last entry was only half the job — the actual point of embeddings is being able to ask a question and get back the right stored document, not just any document. Chroma does this…...
Adding Semantic Search to an Existing DynamoDB Table with Vector Indexes
3+ week, 2+ day ago (785+ words) The current API uses a serverless setup. It includes SAM for infrastructure, API Gateway in front, Lambda functions behind, and DynamoDB for storage. The API contains plain CRUD operations to manage recipes: create, read, update, delete, and list. Semantic search…...