Bidirectional Communication Before WebSocket2026-01-12· loading · loading Websocket HTTP Long Polling Http Streaming RFC6202Let’s explore HTTP long polling and HTTP streaming by reading RFC 6202 about bidirectional communication before WebSocket
A Brief Reflection on 2025 and Plans for 20262026-01-01· loading · loading A brief reflection and plans
Coding Game Recommendation: The Farmer Was Replaced2025-12-15· loading · loading Game Coding-Game Python Automation Steam The-Farmer-Was-ReplacedSteam game recommendation for developers…?
Adding Comments to Hugo Blog with Giscus2025-10-17· loading · loading Blog Tutorial Hugo Giscus GitHub Blowfish CommentsHow to add a free, Markdown-supporting comment system in 10 minutes
Complete Guide to Comment Systems for Static Blogs2025-10-17· loading · loading Blog Tutorial Hugo Comments GitHub Pages Giscus Static SitePros, cons, and implementation methods for all comment systems: Giscus, Utterances, Remark42, Disqus, and more
Complete Guide to Blog Subscription and Email Notification Systems2025-10-17· loading · loading Blog Tutorial Hugo Email Subscription RSS AutomationEverything about blog subscription systems - from RSS Feed and Mailchimp to custom solutions
Hugo Markdown Guide2025-10-16· loading · loading Blowfish Blowfish Hugo MarkdownBlowfish Markdown Syntax Guide
Why I Switched to Hugo & GitHub Pages2025-10-15· loading · loading Blog Hugo GitHub Pages Blog MigrationMoving to Hugo for better markdown compatibility, Open API support ended, and improved developer experience
Elasticsearch Highlighting Techniques2024-02-07· loading · loading Backend Elasticsearch Highlighting Search PerformanceThree Elasticsearch highlighter methods including Unified, Plain, and FVH, along with efficient offset strategies using Postings List and Term Vectors
Elasticsearch Pagination Technique2024-02-06· loading · loading Backend Elasticsearch Pagination Search After PIT PerformanceComparing Elasticsearch pagination methods including From/Size, Search After, and Scroll, with stable paging implementation using PIT (Point In Time)
Elasticsearch Autocomplete Search Methods2024-02-04· loading · loading Backend Elasticsearch Search Autocomplete N-Gram SuggesterComparing Elasticsearch autocomplete implementation methods like Edge N-Gram, Search-as-you-type, and Completion Suggester with guidelines for optimal choices
Elasticsearch Query Processing Sequence2024-02-03· loading · loading ElasticSearch Elasticsearch Query Filter PostFilter AggregationExecution order of Query, Filter, PostFilter in Elasticsearch and their impact on Aggregation