-
React Practice
I’m learning it. (Yes, I know it’s been around forever. I was just avoiding learning it.) Since I cannot post these projects here, I’m going to use those playground sites. Demos Tile Flipper: https://playcode.io/1964099 (read more)
-
WordPress and JSON Schemas Noob Notes
Learning the basics about validating inputs using JSON Schemas in WordPress REST API plugins. (read more)
-
Websocket Chat Server Examples
Collecting links to example code implementing minimal chat servers on different libraries. Ratchet, PHP ws, nodejs, deadsimplechat ws, nodejs, tutorial by Sentre ws, nodejs, codeboxx fastAPI, python, FastAPI Websocket Chat Example fastAPI, python, tutorial… (read more)
-
Async PHP Libraries and Frameworks
I’m way behind on this trend, or non-trend as the case may be. I’m catching up, and these are notes for July 2024. (read more)
-
Turn Audio Links into inline audio players
This is a fork of https://greasyfork.org/users/8668, modified to work with a platform I’m working for. It adds a small Play button next to links to audio. To use it, you load the page, and… (read more)
-
Online Editors with Compilers for Different Computer Languages
Online code editors with compilers are a great way to learn a computer language without going through the hassles of installing it on your computer. You can code anywhere you can bring up a… (read more)