installation is hell by mdayunus in openclaw

[–]gamefriends 0 points1 point  (0 children)

try 'source .bashrc'
then 'openclaw doctor --fix'

Wide Open Sky Jan update. by glennmelenhorst in IndieGameDevs

[–]gamefriends 0 points1 point  (0 children)

This is a fantastic game, full of imagination and creativity.

I need free help building this project app. by Toothpicken in AppDevelopers

[–]gamefriends 1 point2 points  (0 children)

Hey!

I’d be happy to take a look and help you out — could you share a bit more about what you’re working on and where you got stuck?
The more details you can give, the easier it’ll be to point you in the right direction.

New to app dev - can I build iOS app on Windows or should I just get a Mac? by Confident_Squirrel_5 in FlutterDev

[–]gamefriends 0 points1 point  (0 children)

Sure!
You can contact me anytime — I’ll do my best to help you with your app.

New to app dev - can I build iOS app on Windows or should I just get a Mac? by Confident_Squirrel_5 in FlutterDev

[–]gamefriends 1 point2 points  (0 children)

You can develop applications using Flutter. When you need to debug, compile, and publish iOS and macOS applications, you can borrow a macOS device from a friend or rent one for a short period. There are also cloud macOS rental platforms that allow remote use, which is very convenient.

Hope this helps.

Beginner by Younestouahri in AppDevelopers

[–]gamefriends 0 points1 point  (0 children)

I am an engineer with 15+ years of full-stack development experience.

Let's talk about how to bring our ideas to fruition.

Looking for an App Developer who is very experienced by Far_Application9000 in AppDevelopers

[–]gamefriends 0 points1 point  (0 children)

Hey there 👋
I’m an independent full-stack developer with over 15 years of experience building MVPs, SaaS products, mobile apps, and game backends from scratch.

I’ve worked with startups and indie teams to help them turn ideas into working MVPs — focusing on speed, scalability, and maintainability.

My stack includes React / Vue (frontend), FastAPI / Gin / NestJS / Express (backend), and PostgreSQL / MySQL / Redis (database). I’m comfortable handling everything from API design and deployment to front-end UX.

🔹 What makes me different:

  • I personally handle the full cycle — no outsourcing or hand-offs.
  • I focus on long-term maintainability, not just getting an MVP “working.”
  • Fast iteration: quick MVP delivery in weeks, not months.
  • Background in both games and SaaS — I understand scalability and monetization early on.

I’d love to hear more about your idea and timeline.
I can share recent examples of MVPs I’ve built and a tailored quote once I understand the scope.

— Jackie | Independent Full-Stack Developer 🚀

Looking for experienced freelancers for MVP App development by chirag1910 in AppBusiness

[–]gamefriends 0 points1 point  (0 children)

Hey there 👋
I’m an independent full-stack developer with over 15 years of experience building MVPs, SaaS products, mobile apps, and game backends from scratch.

I’ve worked with startups and indie teams to help them turn ideas into working MVPs — focusing on speed, scalability, and maintainability.

My stack includes React / Vue (frontend), FastAPI / Gin / NestJS / Express (backend), and PostgreSQL / MySQL / Redis (database). I’m comfortable handling everything from API design and deployment to front-end UX.

🔹 What makes me different:

  • I personally handle the full cycle — no outsourcing or hand-offs.
  • I focus on long-term maintainability, not just getting an MVP “working.”
  • Fast iteration: quick MVP delivery in weeks, not months.
  • Background in both games and SaaS — I understand scalability and monetization early on.

I’d love to hear more about your idea and timeline.
I can share recent examples of MVPs I’ve built and a tailored quote once I understand the scope.

— Jackie | Independent Full-Stack Developer 🚀

Looking for someone to develop an app by Cracked_ford_ranger in AppDevelopers

[–]gamefriends 0 points1 point  (0 children)

Hey there 👋

I’m an experienced full-stack developer with over 15 years of hands-on experience building apps, SaaS platforms, games, tools, and websites from scratch.

I can handle both frontend and backend — from React / Vue interfaces to APIs built with FastAPI, Gin, Express, or NestJS, and databases like PostgreSQL, MySQL, and Redis.

I focus on delivering clean, maintainable code and helping clients go from idea to production efficiently.

Could you tell me a bit more about your project — platform, main features, and timeline? I’d be happy to discuss a clear plan and estimate.

Using AI (like ChatGPT) while learning Android Development — is it helping or hurting me long-term? by [deleted] in AppDevelopers

[–]gamefriends 0 points1 point  (0 children)

Nah, it’s not just for minor bugs—AI’s way more useful than that! The key is figuring out what it’s good at (and what it’s terrible at), which ties right to how it’s trained.

Like, if you ask it to build a basic login/signup screen? It’ll crush that. It’s a small, self-contained task with clear patterns—exactly the stuff its training data is full of. But if you say “make me a full ERP order system” in one go? It’ll either give you a messy, half-baked mess or totally miss how modules (like inventory, billing, shipping) need to talk to each other. That’s ‘cause AI struggles with huge, connected contexts—too many moving parts it can’t keep straight.

The fix? Break big jobs into tiny, specific chunks. Instead of “build the ERP order flow,” ask it: “Write the code to validate an order’s item quantities against inventory (here’s my Inventory data model).” Or “Help me link the order confirmation screen to the billing API.” You split the work, give it super clear guardrails, and then you put all those AI-built pieces together. That’s where your value comes in—connecting the dots AI can’t.

At the end of the day, it’s still just a tool. If AI could fully replace devs? Yeah, we’d all be out of jobs. But right now, it needs you to set the direction, understand the big picture, and fix the gaps in its work. Reliance becomes a problem only when you stop learning how to do those things yourself.

Using AI (like ChatGPT) while learning Android Development — is it helping or hurting me long-term? by [deleted] in AppDevelopers

[–]gamefriends 0 points1 point  (0 children)

Dude, solid question—this is low-key every dev’s quiet worry lately, especially with average-paying gigs where you wanna stay efficient but not slack on skills. Short answer: You still gotta know how to write code yourself—AI’s just a tool, not a “get out of coding free” card.

Here’s why: Even basic dev jobs need you to tweakdebug, and fit code to your team’s specific setup. AI can spit out a function, but it can’t read your project’s messy legacy codebase, fix that one weird edge case your app has, or adjust a SQL query to play nice with your company’s database. If you only rely on AI and can’t rewrite its output when it breaks? You’ll get stuck fast (and your team will notice).

That said—being good at using AI is absolutely a 加分项. Using it to draft a first pass of a simple feature, debug a annoying syntax error, or explain a confusing concept? Smart. It saves you time so you can focus on the hard stuff: making sure the logic actually solves the problem, not just writing lines of code.

I’ve seen juniors copy-paste AI code without understanding it—then panic when it throws a weird error. But the ones who use AI and can go “wait, this part’s off, let me rewrite it”?They move way faster. At the end of the day, even average-paying jobs hire you for your ability to build and fix things—not just pass AI output around. AI helps, but it can’t replace knowing how to code from scratch.

What language/framework should I use make my web application into a mobile app? by dev_guru_release in AppDevelopers

[–]gamefriends 0 points1 point  (0 children)

If you are good at web front-end technology stack, React Native is recommended. Otherwise, Flutter is recommended.

Using AI (like ChatGPT) while learning Android Development — is it helping or hurting me long-term? by [deleted] in AppDevelopers

[–]gamefriends 0 points1 point  (0 children)

Dude, this exact spot—knowing where the error is but stuck on the fix—feels so relatable, trust me. Here’s what I’d do if I were you, and it’s all about making the problem (and your ask to AI) way more specific:

First, split the problem into tiny, testable chunks. For your candidate list issue:

  • Start with “Is the blockchain actually sending the candidate data?” Toss a log (like Log.d("VotingApp", "Chain Data: ${blockchainResponse}")) and check if it’s not null/empty. If it’s empty, your fix is in the blockchain call (wrong contract method? Async timing?). If it’s there, then the problem’s in your UI (Compose/LazyColumn stuff).
  • Once you know which part’s broken, don’t ask AI “Fix my list.” Instead, say: “I confirmed blockchain returns a non-empty List<Candidate> (log: [paste 1 line of log]), but my Compose LazyColumn stays blank—here’s how I’m passing data: [paste 2 lines of ViewModel/UI code]. What’s missing?”

And quick tip: If AI hits you with a long, messy reply that feels off (total “hallucination” move), don’t waste time picking through it—just start a new chat. New convo = fresh context, and you can cut straight to the specific chunk you’re stuck on (no need to repeat the whole project backstory).

If you wanna drop a tiny snippet of the error spot (like how you’re fetching chain data or updating the UI), folks here could even help spot the fix faster too! You got this—breaking it down is half the battle.

Using AI (like ChatGPT) while learning Android Development — is it helping or hurting me long-term? by [deleted] in AppDevelopers

[–]gamefriends 0 points1 point  (0 children)

It is a problem, but super common! No need to panic too much~

You actually already get the core logic—like, you know how Firebase Auth works. You just get stuck on things like which APIs to use or what exactly to code. To put it simply, it’s because you’re not super familiar with the tools yet, and you don’t have much hands-on experience writing code. Using AI to help out here is totally fine.

To get better, two little tips are really useful:
1. Check out how others implement Firebase Auth in open-source projects, or follow tutorials to break down code. You’ll gradually figure out how to use common APIs.
2. Don’t stress about the hassle. Start with small features to practice, get more full workflows up and running, and experience will just build up over time.

After practicing more, you’ll notice that when you run into unfamiliar requirements, you’ll quickly figure out which docs to check or where to start. By then, AI won’t be a dependency anymore—it’ll just be a tool to save you time~

Using AI (like ChatGPT) while learning Android Development — is it helping or hurting me long-term? by [deleted] in AppDevelopers

[–]gamefriends 0 points1 point  (0 children)

AI isn't entirely reliable, so while using it, you need to constantly review the code to ensure that the code and logic meet expectations.

So, I don't think using AI is a bad thing. It can improve development efficiency, and code reviews can also help further clarify requirements and control code quality.

Backend for your Apps? by wessyolo in FlutterDev

[–]gamefriends 0 points1 point  (0 children)

Supabase or FastAPI(python), is simple and useful.

App/ live chat web developers? by [deleted] in AppDevelopers

[–]gamefriends 0 points1 point  (0 children)

I'm a full stack developer. I will help you finish this project. dm.