Find something to work on or promote your project here.
Please shamelessly promote your project. Everyone who posted in previous months is welcome...
For further actions, you may consider blocking this person and/or reporting abuse
I'm posting again about Office Moms & Dads! It is an open source project that my consultancy helped start for the local non-profit that helps kids in the foster care system. Specifically, the app helps schedule/notify volunteers to come in and spend time with kids while they are being placed in the foster care system.
From their website:
Link to Repo: github.com/OfficeMomsandDads/sched...
Link to Prioritized Roadmap: github.com/OfficeMomsandDads/sched...
Special thanks to @haseebelahi for contributing (PR #201) this past month!
Looks like a great project! (also looks like your link to the roadmap is missing)
I think this is probably what Kyle meant to post for the Roadmap: github.com/OfficeMomsandDads/sched...
Whoops! Yep thanks for catching that. I’ll edit the post.
Thanks for the mention Kyle, looking forward to contribute more!
I starred the project.
I look forward to joining the project as soon as my work relocation is done and life returns to normal.
I'm working on Orpheus GQL. It's an open source project that is meant to help diagnose / visualize / debug GraphQL endpoints. It's still in a pretty early phase, and we don't really have a roadmap, so if you have ideas about features that might be useful to add, we'd love to hear it!
I am actively developing
wemake-python-styleguide
. Or it is also known as "the strictest python linter ever". And I am looking for new contributors.Linter? It sound like a complex task!
No, it is not. Everything complex is hidden away from you. We just need to write business logic. It is simple. Look at the entry level tasks: github.com/wemake-services/wemake-...
How do I start?
We have a friendly tutorial for newcomers, check it out: wemake-python-styleguide.readthedo...
wemake-services / wemake-python-styleguide
The strictest and most opinionated python linter ever!
wemake-python-styleguide
Welcome to the strictest and most opinionated python linter ever.
…wemake-python-styleguide
is actually aflake8
plugin with some other plugins as dependencies.What to do if I get lost?
Just ask me any questions and I will help you.
I wrote a banner generator for DEV a few days ago and posted about it here:
Introducing a banner generator for your articles on DEV
Christopher Kade ・ 1 min read
I managed to write contribution guidelines & a few issues in case some people want to work on it ! I was also happy to see this comment from Ben Halpern which was the main motivation to keep on working on it:
Super cool! I agree with all the suggestions. Maybe we could all put some work into this and once it's really polished we could link to it or fold it in to the main editor in some way. 🙂
One thing of note: Our image is 1000x420, but, so a little wider than a 2x1 "social image", so the edges get clipped. You may want to make it so the text can't extend too far to the edges of the image, so it will show up properly in both scenarios.
Here's the project's repo link.
Needed a very simple Poll/Quiz application for work to get user feedback, but couldn't find any that didn't need databases/infrastructure spun up. Created MOB to fit that need. Actively being worked on. Always open for a PR for bugfixes, or any needed features.
Posting about Overhide.io, it's an open source projects that is looking to provide a "trustless" backed as a service for developers. Goal is to allow developers to focus on their app functionality and not have to worry about dealing with sensitive end user data and payment gateways for remuneration. Let your users pay for services in dollars or crypto. We are also looking to promote the "bring your own data" movement with end users through this project. We are bringing some of the blockchain technologies to Web 2.0
Project Links,
Youtube intro: youtube.com/watch?v=QffGsBoTegs
Github: github.com/overhide/overhide
Overhide Broker API spec: overhide.github.io/overhide/docs/b...
Interactive Presentation: overhide.io/overhide/
Twitter: twitter.com/overhideio
If you're interested in contributing to the project, getting your feet wet with distributed technologies or just have questions and want to learn about this space feel free to reach out to us. Paul / Jakub
I co-maintain a password manager for Android called Android Password Store that serves as a feature-complete client for pass. We're reimagining the app architecture right now to support multiple password stores and it is very overwhelming to get rid of the years of technical debt and rewrite the app. We'd love to get all the help we can :)
Postwoman - A free, fast & beautiful API request builder (web alternative to Postman)
liyasthomas / postwoman
👽 A free, fast & beautiful API request builder (web alternative to Postman) https://postwoman.io 🔥
A free, fast & beautiful API request builder
Web alternative to Postman - Helps you create requests faster, saving precious time on development - Subscribe
Built with ❤︎ by
liyasthomas and
contributors
Read: Story behind Postwoman, Postwoman v1.0
Chat: Telegram, Discord
Donate: PayPal, Open Collective, Patreon
Features✨
Methods:
GET
- Retrieve information about the REST API resourceHEAD
- Retrieve response headers identical to those of a GET request, but without the response body.POST
- Create a REST API resourcePUT
- Update a REST API resourceDELETE
- Delete a REST API resource or related componentCONNECT
- Establishes a tunnel to the server identified by the target resourceOPTIONS
-…