home.social

#prayerofhannah — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #prayerofhannah, aggregated by home.social.

  1. Updating makes my head spin.
    This evening:
    - new version of #RustLang several #CratesIo updates in Cargo.toml had to reinstall Cargo watch
    - then a new #NeoVim release and merge Nvim-starter-kit updates. I still have a way to go on good Rust support
    - a little progress towards login and tenancy on #PrayerOfHannah

    Yes I'm still very slow navigating around multiple files and windows in NeoVim but I'm getting more comfortable with basic editing.

  2. Been playing a lot with #SurrealDB on #RustLang with #Axum and #Handlebars_rs
    My #PrayerOfHannah app on #CodeBerg at codeberg.org/Dave42W/PrayerOfH now has working #CRUD for SongBooks and Authors using the embedded file db engine which is #RocksDB under the covers.
    Starting to get to a more productive place.

  3. Today I've been playing with #SurrealDB as embedded database in #RustLang for my #PrayerOfHannah project. Code is on #CodeBerg as usual.
    Hadn't realised local storage uses #RocksDB which it turns out is an #OpenSource project from #FaceBook - H'mm, that doesn't thrill me.

  4. Very excited. I have the parts working together for an incredibly, basic #RustLang web app. Using #Axum #Handlebars_rs #SeaOrm with #Sqlite all on #CodeBerg at codeberg.org/Dave42W/daves_das
    I've tidied the code and massively simplified it.
    Getting to the point where I have a working environment to start building #PrayerOfHannah .
    I do want to add doc strings, and tests so this becomes the simplest possible example of all the connections for a CRUD web app.