2026-05-27
Channel: thatssojosh (45 subscribers)
Most of today's candidates were hashtag-laden Shorts or quick clips with little real teaching content. This one stands out as the final episode of a multi-part Raspberry Pi 5 build series, which means the creator has actually been documenting a project end-to-end rather than just showing a finished gadget.
The hook here is the addition of a SQLite database for persistent guest sign-ins. That's a genuinely useful step up from the toy projects most beginner Pi tutorials stop at — it crosses the line from "blink an LED" into building something that holds real state across reboots. For anyone learning Python on embedded Linux, watching someone wire a database into a kiosk-style UI is a good template: you see schema design, write/read paths, and how to handle a touchscreen front-end against a local DB all in one project.
Because it's the final episode, expect a working demo of the whole kiosk plus a recap of the architecture. It's also worth poking around the earlier episodes if the database layer alone doesn't show enough of the wiring and OS setup. A 45-subscriber channel doing a complete, multi-episode build is exactly the kind of small-creator effort worth a watch.
