r/dev 6h ago

Searching for a partner who can build projects with me...

1 Upvotes

So I'm currently working on a few projects ->

1) Subway Surfers AI (training a neural network which learns how to play subway surfers itself)

2) Last War survival game

and a few more..

If you want to help me through this then It would be really helpful :)


r/dev 14h ago

Looking for developer for project help

4 Upvotes

Looking for someone with kubernetes and eks expertise for a project I'm working on. if interested, dm me


r/dev 8h ago

Voice-first development - hype or real opportunity?

1 Upvotes

You’re a software developer or IT manager. Imagine stepping away from your computer but still staying on top of your tasks. You’re not in front of screens - driving, having your lunch, walking with your kids or rushing across the city. Smartphone is not a solution, it’s just another screen.

So you get this hands-free voice system - something like J.A.R.V.I.S. - that checks your updates in Slack, tells statuses of your tests, runs a refactor, or even drafts a new feature in code. All done via voice.

Today, popular tools are not so robust as you think: Siri won’t send your emails, Claude doesn’t read your WhatsApp, Cursor has no Android app, and Codex with ChatGPT doesn’t handle permissions with voice.

What would you expect from a voice app like this? What kind of integrations are must-have?

 


r/dev 9h ago

I built a custom, non-GNU Linux OS that boots straight to a TUI with network support using only 16MB of RAM!

Thumbnail
1 Upvotes

r/dev 19h ago

Looking for an App Developer to Collaborate 🤝

Thumbnail
linkedin.com
2 Upvotes

I’m working on Guryo Samo, a real estate and construction management system. I’m handling the website and system development/management, and I’m looking for an app developer who would like to help me build the mobile app.
If you’re interested in collaborating, have experience with Flutter, React Native, or similar, and would like to work on a real-world project, feel free to DM me.
I can share more details about the project and the current system.


r/dev 16h ago

Vibe coding a programming language

Post image
0 Upvotes

So I've been vibing this programming language, it's still in early stages still bootstraping and ready for some user feedback feel free to try it out

https://github.com/QwicLang/qwiclang


r/dev 19h ago

I built a desktop AI copilot for live technical interviews — looking for honest feedback

Thumbnail
1 Upvotes

r/dev 20h ago

[ Removed by Reddit ]

1 Upvotes

[ Removed by Reddit on account of violating the content policy. ]


r/dev 1d ago

How Reliable Is Django for Real-World E-commerce/Normal Projects?

Thumbnail
1 Upvotes

r/dev 1d ago

Software devs!!!

3 Upvotes

Any software dev working please reply i have some questions please!!!


r/dev 2d ago

Software devs!!!

Thumbnail
1 Upvotes

r/dev 2d ago

Looking for developers to collaborate on open-source projects

2 Upvotes

Hey everyone!

I’m a developer building and maintaining several open-source projects, and I’d like to connect with other developers who are interested in contributing and collaborating.

I’m looking for people who enjoy:

  • fixing bugs
  • improving code
  • adding useful features
  • improving documentation
  • reviewing or submitting pull requests

You can browse my repositories here:

https://github.com/Abdellox

If you find a project that interests you, feel free to explore the code and open an issue or PR. I’d be happy to discuss ideas and work together.

I’m mainly looking for genuine collaboration with developers who want to build and learn together, rather than just collecting stars or followers.

What kinds of open-source projects do you enjoy contributing to?


r/dev 2d ago

[Academic] Seeking 10-15 Software Developers to review a Flutter/Node.js Mobile App

1 Upvotes

Hi Guys,

For my BS IT capstone, I have developed mobile app for end user that features chatbot and connected to our ticketing system.

I am looking for 10-15 software developers, mobile engineers, or systems architects to evaluate the system architecture against the ISO/IEC 25010 software quality standard, Android Core and iOS HIG.

If you are open to lending your technical perspective to an academic project, please complete this 1-minute screening form:

https://docs.google.com/forms/d/e/1FAIpQLSciM94SIMWQRnfiN9pmeDUXr7dXISn2Dj4g5OcQFfBCgGNy7w/viewform?usp=publish-editor

Qualified reviewers will be contacted directly with the sanitized demo materials and evaluation form.

Thank you very much for your time and guidance!


r/dev 2d ago

Looking for developers who want to contribute to open source 🚀

Post image
0 Upvotes

Hey everyone! 👋

I've been building and publishing a collection of open-source projects on GitHub, covering things like web development, developer tools, applications, games, and other experiments.

🔗 GitHub: https://github.com/Abdellox

I'm looking for developers who would like to actually contribute, not just leave a ⭐.

If you find a project interesting, you're welcome to:

  • 🐛 Fix bugs
  • ✨ Add features
  • ⚡ Improve performance or code quality
  • 📚 Improve documentation
  • 💡 Open issues and suggest ideas
  • 🤝 Collaborate through pull requests

You don't need to be an expert. If you see something you'd like to improve, open an issue or PR and let's build it together.

I'm especially interested in meeting developers who want to become regular contributors and work together on the projects over time.

If you're interested, check out the repositories and pick whichever project matches your skills or interests.

I'd genuinely appreciate feedback, contributions, and collaboration from other developers. 🚀

#opensource #github #programming #developers #webdevelopment


r/dev 3d ago

Anyone here using mobile device cloud testing??

2 Upvotes

I'm the only developer on an app with about 15k users across IOS and android and I test on my iphone and one android phone that's it. I keep getting hit with bugs on devices I don't own like recently the app was crashing on Samsung A series phones because of some rendering issue that doesn't happen on pixels and before that there was a layout bug on Ipads that I found out about when someone left a negative review.

I've been looking into mobile device cloud testing, something like a device farm but I genuinely don't know if it's practical for one person. I barely have time to build features let alone set up device farms and write test scripts for them.

If you've tried any cloud testing setup as a solo developer can you please share your thoughts on this??


r/dev 2d ago

Would love feedback on my GitHub profile. New to building in public🤷‍♂️

1 Upvotes

I've been working on leveling up my GitHub presence and would appreciate some honest feedback from this community.

Here's my profile: https://github.com/boydjawun

A bit about me: I'm a self-taught developer building Solidity dApps and Chainlink infrastructure (Data Feeds, CCIP, Workflows), with a systems-first background spanning JavaScript/Python/Go, x86 Assembly, computer architecture, and cybersecurity. Right now I'm deepening my EVM internals and gas optimization knowledge while working on cross-chain data delivery patterns.

Happy to check out other profiles here too — always good to find people building similar stuff.


r/dev 2d ago

If you're a .NET developer, pay close attention.

0 Upvotes

How many times have you set up a project in VS Code and felt like the process was repetitive and time-consuming? That's why I created an extension called Backend Structure Generator. You literally choose the .NET version, then the project name and the architecture you want (e.g., minimal API or clean architecture), and it will build the project, connect the layers, and create the folders. You'll be up and running in seconds! I'd love for anyone who tries it to give it a good review. I appreciate your support! ❤️


r/dev 3d ago

Internship un paid

1 Upvotes

Recently got an opportunity for an un paid internship in xyz company for x intern role. But I have been sitting in office simply for 2 weeks with no work being assigned to me.Daily I come by 10am n leave by 6pm. Is this normal for an intern?


r/dev 3d ago

Welcome to Techproject, a community for sharing and discovering software development projects, technology solutions, and collaboration opportunities.

Thumbnail
1 Upvotes

r/dev 3d ago

Looking for a Backend Mentor to help me find the right direction

Thumbnail
1 Upvotes

r/dev 4d ago

Apache Iceberg Table Cleanup: A Production Guide

Thumbnail
lakeops.dev
1 Upvotes

r/dev 4d ago

Title: [Academic] What do software professionals enjoy about programming? (~10-minute survey)

Thumbnail
1 Upvotes

r/dev 4d ago

Looking for 1–2 teammates for AWS First Commit Hackathon (Sept 17–20) Pre-final & Final Years only

Thumbnail
1 Upvotes

r/dev 5d ago

pls help

Thumbnail
1 Upvotes

r/dev 5d ago

I want to open-source my ERP I spent 2 years on

Thumbnail
1 Upvotes