Recent

Bidirectional Communication Before WebSocket
·
loading
·
loading
Let’s explore HTTP long polling and HTTP streaming by reading RFC 6202 about bidirectional communication before WebSocket


Coding Game Recommendation: The Farmer Was Replaced
·
loading
·
loading
Steam game recommendation for developers…?


Complete Guide to Comment Systems for Static Blogs
·
loading
·
loading
Pros, cons, and implementation methods for all comment systems: Giscus, Utterances, Remark42, Disqus, and more

Complete Guide to Blog Subscription and Email Notification Systems
·
loading
·
loading
Everything about blog subscription systems - from RSS Feed and Mailchimp to custom solutions

Hugo Markdown Guide
Blowfish Markdown Syntax Guide

Why I Switched to Hugo & GitHub Pages
·
loading
·
loading
Moving to Hugo for better markdown compatibility, Open API support ended, and improved developer experience

Elasticsearch Highlighting Techniques
·
loading
·
loading
Three Elasticsearch highlighter methods including Unified, Plain, and FVH, along with efficient offset strategies using Postings List and Term Vectors

Elasticsearch Pagination Technique
·
loading
·
loading
Comparing Elasticsearch pagination methods including From/Size, Search After, and Scroll, with stable paging implementation using PIT (Point In Time)

Elasticsearch Autocomplete Search Methods
·
loading
·
loading
Comparing Elasticsearch autocomplete implementation methods like Edge N-Gram, Search-as-you-type, and Completion Suggester with guidelines for optimal choices

Elasticsearch Query Processing Sequence
·
loading
·
loading
Execution order of Query, Filter, PostFilter in Elasticsearch and their impact on Aggregation

