👋 Hey, I'm Thomas Queste.
Welcome to my part of the web!
I write about software development, productivity, and other things I find interesting.
If you want to know about me, head to my About page.
See some public projects I wrote, go to Projects.
Or read my posts on the Blog.
Interested in books? Go to Bookshelf.
What I am doing Now.
Latest Posts
-
Kibana most useful keyboard shortcuts
My most used keyboard shortcuts for Kibana. Yes, Kibana has keyboard shortcuts! 🚀
-
Elasticsearch 101: Shards vs Replicas
Understanding the critical difference between Elasticsearch shards and replicas for optimal cluster performance and reliability.
-
Elasticsearch 101: Object vs Nested
Interview question on Elasticsearch: what is the difference between object and nested data types?
-
Elasticsearch tips: auto_expand_replicas
The auto_expand_replicas setting in Elasticsearch dynamically adjust replica counts during cluster scaling.
-
Elasticsearch best practice: disable dynamic mapping
Elasticsearch best practice: disable dynamic mapping in your indices, or even reject unmapped fields.