-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List of all important guides #1
Comments
it would be good to have: Hanami for rails developers |
First off, thank you all for your work. I started to try Hanami last month and I really like it. 👏 👏 In addition to what has already been said, I think that would be very interesting an introduction of some "internal" parts of Hanami, something like "hanami under the hood" :) Especially, I'm thinking about:
Thanks again! |
@nickgnd thanks for your input! I'm planning on writing a guide for @Bugagazavr I like the Hanami for Rails developers idea. I'd like to see that as a "tips" page, like how to mount a Hanami app inside a Rails app. I think the "Getting Started" guide should be good for all people, including Rails developers. |
Not sure if this topic is implicit in any of those above, but some ideas about how to scale a monolithic app would be awesome. I mean, Hanami is incredible for start mono and became splitted, so some words about that would be great! ;) |
@rafaels88 Splitting a monolith into parts might be outside the scope of Hanami docs, since it's not Hanami specific. It's also subjective, not easy, and specific to each project. Perhaps we could link to some outside resources, instead of writing our own? |
I think we need to create the general issue with all parts which we want to cover.
What guides we need to create
How to login
slug
How to testing my app
How to work with frontend
How to upload files
How to work with NoSQL DB
How to organize my code
How to maintain server
How to call code in background
How to create JSON API
How to add realtime to my server
How to create multi lang apps
state machine
A/B testing (?)
So, let's try to discuss this 😊
/cc @hanami/ecosystem
The text was updated successfully, but these errors were encountered: