loco-rs / loco

🚂 🦀 The one-person framework for Rust for side-projects and startups
https://loco.rs
Apache License 2.0
3.65k stars 153 forks source link

✍️ 👋 Guest blog posts #559

Open jondot opened 2 months ago

jondot commented 2 months ago

Hi all, we'd like to promote guest posts on the following topics, if you've used any of those or would like to write about it -- please chip in:

If you have a topic or idea, please add in the commends below ❤️

maxcountryman commented 2 months ago

It'd be nice to see more emphasis on Loco integrating with the broader axum and tower ecosystem. For example, I'm the author of axum-login, a crate that provides a generic interface for managing user sessions: it supports arbitrary authn and authz flows ranging from username/password, to LDAP, to OAuth2. I don't see any mention of how I would approach integrating a crate like axum-login with Loco. A blog post that covers examples like this would be helpful toward showing Loco is a complementary part of the larger community it belongs to.

jondot commented 2 months ago

@maxcountryman this is a good idea. would you want to write this with some guidance from us? (we can actually use some of your expertise, and I think, eventhough we have our own login implementation, we'd be happy to replace it with something that's gold standard that comes from the community)

erhards0812 commented 2 months ago

@jondot

I'm using HTMX in my personal pet project and would be up to writing a blog post about it. What's the process? Add a markdown file to docs-site/content/blog and open a PR?

jondot commented 2 months ago

Fantastic Yes just go for it and we’ll help you make it into the website however we can

HiImJulien commented 1 month ago

Would there be any interest in an article regarding "Rust, Loco and Nix(OS): Build & Deployment"?

Just a short article and how/why to use Nix for environments and use that with Loco.