Got my first http methods routing and returning static strings with #Axum on #RustLang see #GitHib https://github.com/dave42w/daves_dashboard/tree/axum-start
Long time since I've tried writing a #Resfful interface. Is my 2007 O'Reilly Restful Web Services still good practice?
eg
View all users: GET /users
use query to filter eg
View active users: GET /users?state=Active
Create a user: POST /users
View a user: GET /users/{userid}
Update user: PUT /users/{userid}
Delete user: DELETE /users/{userid}
#axum #rustlang #githib #resfful
Okey, I've got this stupid little set of #Ruby classes that I use to manage my #ssh config, which is constructed using a #Makefile and a bunch of #erb files. I'm thinking I haven't opened any projects recently, so maybe I'll clean it up, put it on #githib, and publish it as a #rubygem.
Does that tickle even the slightest interest in anyone, or would this basically just be making me feel better about myself? 🤔🤪
#ruby #ssh #makefile #erb #githib #rubygem