Category: software engineering
-
It’s Finally Time You Understand What a Quantum Bit Is Because It’s the Quantum Decade
In this blog post, you will learn what a quantum bit is from a quantum computing perspective, and you will learn about the Bloch sphere, which is an important visualization tool for examining the state of a qubit. What is a qubit? A quantum bit (qubit) is like a classical bit in classical computing because…
-
Elasticsearch Full Text Phrase Matching Queries with cURL and Python
In this blog post, you will learn how to search for phrases in Elasticsearch documents.
-
Pythonically Parsing Command Line Arguments The Right Way
In this blog post, you will learn the wrong way to parse command line arguments in python and the right way to parse command line arguments in python
-
4 Methods of Data Modeling in Elasticsearch with Pythonic Code Samples
In this blog post, you will learn about the four different methods of data modeling in Elasticsearch with concrete code samples with benefits and tradeoffs with each method.
-
Securely and Programmatically Accessing Elasticsearch with curl and Python
In this blog post, you will learn how to securely and programmatically access Elasticsearch with Curl and Python.