# Geek Mind > Technical Minded Blog Public Ghost content for AI and LLM tooling. Use `/llms-full.txt` for consolidated page and post context. Append `.md` to any post or page URL to get the content in Markdown (for example, `/example-post.md`). ## Pages _No public content available._ ## Posts - [PHreader-UI - React PH Data Frontend](https://undiluted.org/react-ph-data-frontend.md) - What is PHreader-UI? PHreader-UI is the display portion of the Hot Tub PH Monitoring System PHreader-UI is a SPA(single-page application) which was bootstrapped using Create React App. The application makes use of the Flux Pattern to manage the data flow. Stack * React + Flux Pattern * reactstrap C… - [PHrest - Node.js + ExpressJS REST API](https://undiluted.org/node-js-rest-ph-data-api.md) - What is PHrest? PHrest is a REST API that retrieves Ph data from a PostgreSQL database. It is a data source that PHreader retrieves from the Raspberry Pi circuit and stores. This post will not delve into technical details, as the API itself is constructed using the Node.js+ExpressJS REST API boiler… - [PHreader - Storing PH Data into PostgreSQL](https://undiluted.org/c-software-to-store-ph-data.md) - As mentioned in section 1, the Raspberry Pi PH Circuit (https://undiluted.org/raspberry-pi-ph-circuit/) was selected, incorporating a PH sensor from AtlasScientific (https://www.atlas-scientific.com/product_pages/kits/ph-kit.html) and a Raspberry Pi Zero. Summary - What PHreader is In short, PHread… - [Hot Tub PH Monitoring System](https://undiluted.org/hot-tub-ph-sensor-system.md) - This blog post, will describe the process of building out a Hot Tub PH monitoring system. There will be four sections: * Raspberry Pi PH Circuit * Storing PH Data into PostgreSQL (PHreader) * Node.js+ExpressJS REST API to obtain PH data from PostgreSQL (PHrest) * React Frontend for display of PH Da… - [Raspberry Pi PH Circuit](https://undiluted.org/raspberry-pi-ph-circuit.md) - Raspberry Pi PH Circuit The first section of this project was building the Circuit which would be used to pull the PH from the Hot Tub's water. To build the circuit, I settled on a Raspberry Pi Zero v1, and not the newer Raspberry Pi Zero W. The sensor which I settled on was the PH sensor from Atla… - [JSON Parsing in Bash](https://undiluted.org/json-parsing-in-bash.md) - About a month ago, I needed to parse JSON from in Bash scripts. This was an interesting problem/challenge, enter ./jq. jq is a sed like tool for JSON data, that can be used to parse JSON, from the command line, and from within Bash scripts. jq is written in C, and is a single binary, that has zero… - [REST API Boilerplate (Node.js + Express)](https://undiluted.org/rest-api-node-js-express.md) - A few years ago, I was working with a Raspberry Pi with a Z-Wave adapter to talk to z-wave enabled devices, such as switches, dimmers, and door locks. I needed a method of keeping track and manipulating user account details, which seemed like the perfect time for me to create something using Node.j… ## Optional - [RSS Feed](https://undiluted.org/rss/) - [Sitemap](https://undiluted.org/sitemap.xml) - [Full content of pages and posts](https://undiluted.org/llms-full.txt)