Skip to content
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

Real world applications of containerized development #132

Closed
wants to merge 212 commits into from

Conversation

JohnnieJnr
Copy link
Contributor

@JohnnieJnr JohnnieJnr commented Dec 9, 2024

/claim #7
/closes #7

Writer's Checklist

Writing Structure

  • Use short sentences and paragraphs, and include bucket brigades.
  • Include more than two descriptive H2 headings to organize content.
  • Capitalize headings according to the AP Stylebook
    (use this tool)
  • Include an introduction with at least two paragraphs before the first H2
    section.
  • Use appropriate formatting (bold, italic, underline), notes, quotes,
    TLDRs, and key points.
  • Incorporate code elements and Markdown format where appropriate.
  • Ensure at least one visual element per “screen” of the article
    (screenshots, diagrams, tables, graphs, lists, sidenotes, blockquotes).

Fact-Checking

  • Verify all facts and data points included in the article.

Asset Management

  • Save images in the /assets folder.
  • Follow naming conventions:
    YYYYMMDD_title_of_the_article_IMG_NAME_NO.png.
  • (Optional) Create a GitHub repo for the code referenced in the article and
    share it.
  • (Optional) Include a link to this Loom video in the PR comments.

Interlinking

Glossary/Definitions

  • Create new definition in /defitnitions folder.

Review and Edit

  • Ensure articles address the needs of the target audience and their search
    intent.
  • Read the article out loud to catch any awkward phrasing.
  • Run the draft through Grammarly or a similar
    grammar tool.
  • Double-check adherence to the style guide and repository guidelines.
  • Use the name of the article for the title of the PR.

@JohnnieJnr
Copy link
Contributor Author

Screenshot from 2024-12-09 21-17-35
@mojafa I did what you suggested and started from scratch with a new branch but I'm still having the same issue with the rebase

@mojafa
Copy link
Collaborator

mojafa commented Dec 9, 2024

@JohnnieJnr do this.

  • git add . after making new changes. say add some word or something.
  • git commit -s -m "your_commit_message"
  • git push --force-with-lease origin [your_branch]

@mojafa
Copy link
Collaborator

mojafa commented Dec 9, 2024

lmk of that works.

@JohnnieJnr
Copy link
Contributor Author

Screenshot from 2024-12-09 23-43-19

@mojafa It didn't work

@mojafa
Copy link
Collaborator

mojafa commented Dec 11, 2024

@JohnnieJnr sorry for the delay.

do this please:

  1. Fetch the Latest Remote Changes: Before rebasing, have the latest remote data. run git fetch origin
  2. Rebase Onto the Latest Main: git rebase origin/main
  3. Resolve Any Merge Conflicts: If conflicts arise, open the files and fix the conflicts. After resolving do git add <file-with-conflicts> and git rebase --continue
  4. Confirm Your New History: Once the rebase finishes, you can review your commit history: git log --oneline
  5. Push Your Changes: git push --force-with-lease

@mojafa
Copy link
Collaborator

mojafa commented Dec 21, 2024

@JohnnieJnr any updates?

@mojafa
Copy link
Collaborator

mojafa commented Dec 21, 2024

@JohnnieJnr also please manually close all the other PRs you have open. We want contributors to work on one issue at a time.

I'll assign this issue to you

@mojafa
Copy link
Collaborator

mojafa commented Dec 21, 2024

@JohnnieJnr your DCO is failing, please sign off the commit
You can do as follows:

  1. run git commit -s --amend your-commit-message
  2. make sure that the commit message has signature contained in it and if it does close it
  3. run git push -f

@JohnnieJnr JohnnieJnr force-pushed the realworld-app branch 8 times, most recently from bf18058 to e250692 Compare December 21, 2024 20:22
@mojafa
Copy link
Collaborator

mojafa commented Dec 21, 2024

Hey @JohnnieJnr could you slack me at Jafa.

@JohnnieJnr JohnnieJnr force-pushed the realworld-app branch 2 times, most recently from 188b0bf to ccfdffd Compare December 21, 2024 21:06
@mojafa
Copy link
Collaborator

mojafa commented Dec 21, 2024

@JohnnieJnr we're still failing DCO. please sign your commits

Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
amrdb and others added 26 commits December 21, 2024 21:19
Signed-off-by: Amr Elmohamady <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Amr Elmohamady <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Amr Elmohamady <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Amr Elmohamady <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Amr Elmohamady <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Kiran1689 <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Kiran1689 <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Kiran1689 <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: bellatrick <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
…ection and fixes

Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Jaafar <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Jaafar <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Jaafar <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Kiran1689 <[email protected]>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
Signed-off-by: Johnnie <>
Signed-off-by: JohnnieJnr <[email protected]>
@JohnnieJnr
Copy link
Contributor Author

@mojafa, I've fixed all issues with the rebase and pushed the article

@mojafa
Copy link
Collaborator

mojafa commented Jan 31, 2025

@JohnnieJnr Thanks for your contribution and discussion on this issue! We're doing some cleanup to keep the repo focused, and we've closed the issue this PR addresses for now. Appreciate your support! 🙏

@mojafa mojafa closed this Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Real-World Applications of Containerized Development: Case Studies and Lessons Learned