OpenSourceFellows / open-source-mentorship

Inspiring the next generation of open source contributors and maintainers
https://www.notion.so/programequity/ProgramEquity-Open-Source-Fellows-5f4dfc06109842779b81e8166c056334
Creative Commons Zero v1.0 Universal
16 stars 1 forks source link

✍️ @Jiachun's Blog #82

Open mpa-mxiang opened 2 weeks ago

mpa-mxiang commented 2 weeks ago

Hi and welcome to Content Lab! Here is a self paced guide to ensure you get feedback as you publish your technical blog.

Resources:

Timeline:

📋 Blog Outline: Write your outline in the issue directly

Requirements

Questions to consider:

Sample Topics for your blog post

Example Outlines

What makes good documentation on open source?

  • Could this be a list? (3 pieces of documentation thats easy to check for and add to the project to add immediate value?
  • What inspired you from the Tech documentation workshop?
  • What would you help encourage other first time contributors to do?
  • Is a learning curve for everyone? And whats the balance between good documentation and too much documentation? Choice architecture
  • What is each space used for? Wiki vs Discussion vs Pages
  • How do we search and find? Reference: https://blackgirlbytes.dev/conquering-the-fear-of-contributing-to-open-source Reference issue/PR for photos Conclusion: Documentation is always changing, will always be needed`

To Do: when you complete the requirements, add "outline ready" label on your issue

📰 Blog Rough draft: Format into a google doc

Questions to answer across draft

  • Why is this helpful for a reader?
  • What problem does this help them solve?
  • What kind of experience should the reader have or that you will provide so they’re up to speed
  • What larger problem is this solving?
  • Were there other ways of solving this problem - what made you choose the one that you did?
  • What were the positive tradeoffs? (Did it save time? Save hours? Was more secure?)
  • What is the best way to present the content (i.e. code snippets, graphics) ?
  • What additional resources can they provide the reader if they want more information?
  • Is there a call to action?

To do: when you complete the requirements, add "draft ready" label on your issue

mpa-mxiang commented 2 weeks ago

Topic: Twilio

Title: How to send a text message without your real phone number - Introduce Twilio Text Message API

Sections:

Intro What is Twilio Definition and purpose Overview of popular choices in the marketplace Why Twilio

Context of Amplify Overview of its mission Role of open source code in supporting the community Understanding Twilio

Paragraph on problem Implementing Twilio API How to use Twilio to send a text message API & its tokens

Paragraph compare your solution How to use the API secretly Impact

Paragraph impact your solution Benefits of Twilio Providing resources Conclusion

Key Takeaways The insight gained about Twilio Understanding the value of environmental variables Importance of testing

Final Thoughts Twilio can play a vital role in daily life for people to receive confirmation messages, notifications, etc.