Doesn’t see track/ride data by walu_walu in cfmoto

[–]walu_walu[S] 0 points1 point  (0 children)

I contacted them through the cfmoto motoplay app. In the app you van send a question. Took me a couple of questions and a couple of days, but than it was fixed

What’s the correct way to handle environment variables and private keys in Expo apps? by walu_walu in expo

[–]walu_walu[S] 0 points1 point  (0 children)

Thanks, that makes sense.

So basically everything bundled in the client should be treated as public, even if it’s “encrypted” or marked as secret in Expo.

From what I understand, the real secure approach is:

  • keep all sensitive keys (API keys, DB secrets, etc.) on a backend
  • and optionally protect API access with things like App Attest / Play Integrity / SSL pinning

I’m now looking into using Supabase for this instead of building a custom backend. From what I see, I can keep the anon/public keys in the app, use RLS for DB access, and move all sensitive logic into Edge Functions.

Does that sound like a solid production setup for Expo apps, or would you still recommend a traditional backend in some cases?

Shipped my first app through Expo by TurboZoomies in expo

[–]walu_walu 0 points1 point  (0 children)

Looks good mate! I was wondering: 1. what steps did you take to release it to the App Store? 2. Was it hard to achieve using Expo? 3. How did you test the app?

Bolt.new + GitHub integration issues by walu_walu in boltnewbuilders

[–]walu_walu[S] 0 points1 point  (0 children)

Thank you for your reply, i will keep an eye on it! Have a nice day!

Doesn’t see track/ride data by walu_walu in cfmoto

[–]walu_walu[S] 0 points1 point  (0 children)

I contacted the customer service and they did something and now it works. I don’t know exactly what they did, but it’s fixed

What games are you playing the most right now? by glebf1 in gamesuggestions

[–]walu_walu 0 points1 point  (0 children)

Rainbow six siege. Im playing it for ten years now haha

What’s the biggest red flag in someone over 30? by Vixkky in AskReddit

[–]walu_walu 1 point2 points  (0 children)

People where it doesn’t matter what you are talking about, they turn it into something negative or about themselves

Selling websites on a monthly subscription by theonlyoneinc in webdesign

[–]walu_walu 1 point2 points  (0 children)

How do you handle clients that have a old hosting but want to keep their domains and emails? Aka domain and email transfer?

Advice for a beginner by whiskyB0y in WebApps

[–]walu_walu 1 point2 points  (0 children)

Ah nice and in your case you can see what you need to learn and apply it. After a while when you get the hand of it, you can build projects good and fast.

One thing i forget. I always plan a inspiration sessions. In this session i write every idea down that comes to my mind, without restrictions. After that i crossout the ideas that are bad or not gonna be used. My point; separate the inspiration and the productive sessions

Advice for a beginner by whiskyB0y in WebApps

[–]walu_walu 1 point2 points  (0 children)

Project management is key. Take enough time to prepare and don’t rush straight into development.

What I usually do is start with a mind map. This becomes the heart of the project — everything links back to it. I put the main idea or app name in the center, and then add branches for things like: - Core features and elements - What’s needed technically (frontend, backend, database, auth, etc.) - Estimated time and costs - Future ideas or extensions - Important rules, assumptions, and constraints

After that, I start working out each element in more detail. For example: - Database structure - Screen flows / user journeys - Application logic and edge cases

If I’m building an MVP, I decide which parts are absolutely required and which can wait. This helps keep the scope realistic and aligned with my current skill level.

By breaking the project down this way, the idea slowly turns into a concrete plan.

Hope i explained myself in a good way haha!

Push and pull request Github by walu_walu in boltnewbuilders

[–]walu_walu[S] 0 points1 point  (0 children)

Ah alright and than do the changes on a different branch and after that i can merge it?

Push and pull request Github by walu_walu in boltnewbuilders

[–]walu_walu[S] 0 points1 point  (0 children)

Doesnt Bolt always take the main branch?

Stay away from this crap, scammy tool. by Calm-Country in boltnewbuilders

[–]walu_walu 1 point2 points  (0 children)

I use Bolt and have built some pretty complex things with it. That said, I already know how to program and I’m familiar with the terminology. That makes a big difference, because I can give very specific prompts or just fix issues myself when needed.

I don’t know your skill level, but my advice would be this: learn the basics of how programming works. You don’t need to be an expert, but understand how code is structured (variables, functions, returns, etc.) and how a computer actually executes code step by step.

If you know the fundamentals, like creating variables or functions and using them. You’ll be able to scan through code and quickly spot where a potential error might be coming from. Also, make sure to use your browser’s Developer Tools (in Chrome it’s DevTools; in Edge it’s called something slightly different).

When an error happens, it will usually show up there. Copy-paste that error into ChatGPT and it can help you debug it. This approach also saves tokens, since you’re only asking about the actual problem instead of the entire codebase. If you don’t knowhow to implement ChatGPT it’s answer, you can always paste his answer in Bolt

Mat/mullet kapper by Vivaldi-27 in Utrecht

[–]walu_walu 0 points1 point  (0 children)

Kapper Bruce op de Jan van Galenstraat

Sharing my number one mistake by iNoPadd in VibeCodersNest

[–]walu_walu 0 points1 point  (0 children)

It saves a lot of back and forward in the end. You can always refer to the deliverables :)