@xw19
Lets learn together
Nothing here yet.
Nothing here yet.
Sep 12, 2025 · 3 min read · Ever wondered what’s happening under the hood of Elasticsearch, Lucene, or Typesense? I recently went down that rabbit hole and built a tiny search engine in Go. Here’s a breakdown of the key concepts that power every full-text search system. Inverte...
Join discussionSep 5, 2025 · 8 min read · Go makes concurrency feel simple without hiding the sharp edges. This post builds a solid mental model, then walks through patterns, pitfalls, timers/tickers, and how to ship reliable concurrent systems in production. Table of Contents Mental model ...
Join discussionAug 9, 2025 · 3 min read · If you’re running PostgreSQL or Cloud SQL on Google Cloud Platform (GCP) and looking to scale beyond what these can offer, you might be wondering — what’s next? How do you handle high availability, global scaling, and big workloads without breaking t...
Join discussionAug 3, 2025 · 5 min read · As part of my preparation for the Google Cloud Professional Cloud Architect (GCP PA) certification, I undertook a practical system design exercise: building the architecture for a fully functional, scalable blogging platform. This wasn't just a thoug...
Join discussion