InTowards DevbyTremaine Eto·Jul 25, 2023How do you know what the active master node of an Elasticsearch cluster is?What can you do to find out what the active master node is in an ES cluster?
InTowards DevbyTremaine Eto·May 1, 2023How to safely decommission Elasticsearch nodes with cluster-level shard allocation filteringHow to get rid of nodes in Elasticsearch (ES) by excluding them with an API.
InTowards DevbyTremaine Eto·Mar 27, 2023What is a rollout in Kubernetes and what are the advantages of it?Kubernetes is incredibly useful and relevant in today’s software engineering universe.
InTowards DevbyTremaine Eto·Mar 8, 2023What is Amazon MSK (Managed Streaming for Apache Kafka) in AWS?If you’re here, then you’re probably looking for a simple answer: what exactly is AWS MSK?
InGeek CulturebyTremaine Eto·Jan 10, 2023This programming language was #1 on Github for 8 straight yearsIt’s a good idea to be well-versed in this coding language.
InTowards DevbyTremaine Eto·Dec 16, 2022What is an Elasticsearch reindex and how do you do it?This article will cover a crucial operation in Elasticsearch: reindexing. What is it? How do you do it? Why do we need to do reindex?
InDev GeniusbyTremaine Eto·Dec 6, 2022What is the -X (aka request) flag in a curl command?What is this mysterious option in the common curl Linux command?
InTowards DevbyTremaine Eto·Nov 28, 2022Write better Python code by using comparison operator chaining (a < b < c)Write less verbose Python code with this one little trick.
InTowards DevbyTremaine Eto·Nov 27, 2022How to list line numbers when you run the cat command in your Linux terminalIf you’ve used the Linux command line, then you’ve likely used the cat command before to see the contents of a file.
InTowards DevbyTremaine Eto·Nov 19, 2022How to get the number of data nodes for an Elasticsearch clusterHow can we look up the amount of data nodes on an Elasticsearch cluster?