-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Container supported development learning path #20958
Container supported development learning path #20958
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
37504be
to
3dbef3e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some open questions/thoughts
With the new layout, where the modules are pages as opposed to accordions, I get the feeling that something is missing. Compare them to the concepts, where the videos were accompanied by "explanation" and "try it out" sections.
I wonder if we should try and add similar content to the modules in this guide, to make it more complete? I realize this is a tall order. But I feel like it would help give the guide more substance.
The WireMock and pre-seeding databases guides seem like they're quite similar to the "runnig databases locally" and "mocking API endpoints" modules in this series. I wonder if we should try and consolidate?
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
@dvdksn Good question about the content with the shift. The idea was that this guide would serve as a starting point to think about using containers for development, helping be a response when someone asks "Why should I use containers in local development if my app runtime isn't containerized?". With that, the thought was to have these introduce the concept and do various demos, but then point to the actual use case guide to learn how to do it yourself (intro vs how-to). Once those are merged, I was going to add links to the pages to point to those guides to make it easier to follow the journey. Does that make sense? I'm open to ideas/feedback too! |
@mikesir87 thanks, yes that makes sense. I wonder if the multi-page format is appropriate here, or if we should try and consolidate it to a single page. Given that there isn't very much text content here. Do you have a preference? Sorry about the bikeshedding 😅 Still figuring out the information architecture with these new content types we now have. |
@dvdksn I'm open to ideas and trying out different things. I split it to keep it similar to the other migrated learning paths. We can either add some more text to each of the videos or merge it all back together. Do you have a preference? |
I don't mean to block this guide, just to raise the observation. I'm fine with keeping it like it is for consistency's sake; we can put a pin in this for the future. If we decide to change the format we should do it across the board anyway. |
I have nothing to add that David hasn't. I have no comments on the content itself, but I get the same feeling when looking at the page. The page design feels empty with just a couple sentences and a video on a whole page. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mikesir87 I think this looks better! A couple extreme nits but other than that LGTM. Let me know if it's ready to ship (pr is still in draft)
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Good to go on my end! Removed the draft status @dvdksn 👍 |
Description
Creation of a new learning path focused on container-supported development.
The videos are still being edited and uploaded, hence the reason this is starting as a draft. However, the text content can be reviewed and approved while we wait for the videos.
Reviews