CRChristian Richterinshibui.hashnode.dev·4h ago · 7 min readOne Schema, Ten Systems: What Happened When We Let Users Query 31M Rows in Plain EnglishWe built a financial data MCP server. It sits on 64 years of US stock market data, 31 million daily price records, quarterly financials, daily valuations, 56 technical indicators, SEC filing metadata,00
AMArchit Mittalinautomate-archit.hashnode.dev·3h ago · 7 min readBuild an Offline GSTIN Validator in 62 Lines of PythonEvery vendor master I have ever been handed has bad GSTINs in it. Not malicious — just typos. A digit swapped during copy-paste, a trailing space, an O where a 0 should be, a number carried over from 00
ĐĐĐăng Đỗiniot-security-lab.hashnode.dev·3h ago · 1 min readI Built a TCP Port Scanner in Python - Scanning Only LocalhostWhy I built this Project 02 in my small-security-projects series. After the password checker, I wanted to understand networking. Port scanning is a technique used to identify open ports and services a00
NNumberCheckerinnumberchecker.hashnode.dev·4h ago · 5 min readDesigning a modular data pipeline to filter and categorize phone number lists by platform-specific activity and value signalsThe Challenge of High-Volume Contact Data In modern data engineering, the "more is better" approach to contact lists often leads to a significant technical bottleneck. When processing a list of 100,0000
VVectorNodeinvectronode.hashnode.dev·10h ago · 6 min readReuse HTTP Connections for OpenAI-Compatible APIs in PythonA one-off API script can create a client, send one request, and exit. A long-running worker should not rebuild its HTTP connection state for every prompt. Repeated client creation can repeat DNS looku00
KGKunal Guptainkunalforked.hashnode.dev·1d ago · 11 min readPrefect on Kubernetes: ExplainedFlows, tasks, deployments, work pools, workers, and what actually happens to a pod from the second it's born to the second it dies. Quickly, what is Prefect? Say your app's UI has a button - "Run Repo10
NKNandan Kumarinblog.nandan.dev·1d ago · 12 min readBulk-Adding Google Workspace Domain Aliases Without Service-Account KeysManaging one domain in Google Workspace is straightforward. Managing ten, twenty, or more domains across several brands is where the process starts to hurt. For every domain, an administrator has to p10
Sspongeb0binbobtaylor.hashnode.dev·23h ago · 10 min readPylint Was Too Slow, So I Built AridI didn't set out to write a duplicate-code checker. I was working on Polaris, a fairly large Python project, and doing what I normally do: running code-quality tools against it. Ruff handles most of w00
TTharunintharunpandya.hashnode.dev·1d ago · 9 min readMultiple Linear Regression: When One Input Isn't EnoughPicture two different orders. Both are exactly 3 kilometers away from the restaurant. One arrives in 18 minutes. The other takes 35 minutes. If distance is the only thing our model looks at, it has no10
AKAman Karkiinamankarki.hashnode.dev·1d ago · 6 min readI Built an AI Refactoring Tool That Can't See More Code Than the Dependency Graph AllowsI've spent few days building RAAG — a platform that parses code, builds a dependency graph, computes coupling metrics, and indexes the code for semantic search. Every piece of that was in service of o00