FeaturedGitHub Trending Weekly Digest — March 9-14, 2026A curated weekly roundup of the hottest GitHub repositories. Deduplicated and ranked by trending persistence.March 15, 2026•11 min readGitHubTrendingOpen SourceAIDeveloper Tools
March 15, 2026•11 min readGitHub Trending Weekly Digest — March 9-14, 2026A curated weekly roundup of the hottest GitHub repositories. Deduplicated and ranked by trending persistence.GitHubTrendingOpen Source+2 more
March 8, 2026•9 min readGitHub Trending Weekly Digest — March 2-7, 2026A curated weekly roundup of the hottest GitHub repositories. Deduplicated and ranked by trending persistence.GitHubTrendingOpen Source+2 more
March 1, 2026•4 min readBuilding a Production-Grade AI Gateway with LiteLLM on AWSHow I deployed a self-hosted AI Gateway using LiteLLM on AWS EC2 with auto-failover, Redis caching, Prometheus/Grafana monitoring, and Cloudflare Zero Trust security.AIAWSDocker+3 more
March 1, 2026•12 min readGitHub Trending Weekly Digest — Feb 23-28, 2026A curated weekly roundup of the hottest GitHub repositories. Deduplicated and ranked by trending persistence.GitHubTrendingOpen Source+2 more
February 22, 2026•6 min readGitHub Trending Weekly Digest — Feb 16–21, 2026A curated weekly roundup of the hottest GitHub repositories. Deduplicated and ranked by trending persistence.GitHubTrendingOpen Source+2 more
February 15, 2026•5 min readGitHub Trending Weekly Digest — Feb 11–15, 2026A curated weekly roundup of the hottest GitHub repositories from Feb 11–15, 2026. 13 unique projects across AI dev tools, agent frameworks, and infrastructure — deduplicated and ranked by trending persistence.GitHubTrendingOpen Source+2 more
November 24, 2025•4 min readSync Fetch Pattern: Escape the Async/Await ChainLearn how to use the throw-to-suspend pattern to get synchronous-looking code from async fetch operations. This technique powers Vue Suspense and React Suspense under the hood.JavaScriptAsyncVue+2 more
January 23, 2025•9 min readUnderstanding Binary Trees: My Journey with Tree TraversalMy hands-on experience learning binary tree data structures and implementing tree traversal algorithms (pre-order, in-order, post-order) in JavaScript. Includes tree reconstruction and depth calculation.JavaScriptData StructuresBinary Trees+2 more
January 23, 2025•9 min readMy Notes on Sorting and Searching AlgorithmsPersonal notes and implementations of common sorting and searching algorithms I've been studying. Includes Selection Sort, Bubble Sort, Insertion Sort, Quick Sort, and various search techniques with JavaScript code examples.JavaScriptAlgorithmsData Structures+1 more
January 11, 2025•3 min readWelcome to My Technical BlogAn introduction to my blog where I'll share insights about web development, software engineering, and the technologies I work with daily.IntroductionWeb DevelopmentCareer