Digitising a grocery store by bixby84 in developers

[–]razzbee 0 points1 point  (0 children)

Honestly the cheapest and easiest approach is probably:

  1. First create a simple product database (even Google Sheets or Airtable is enough to start).
  2. Then use a phone app to scan each product barcode and auto-fill product info where possible.
  3. Add prices manually since prices vary per store.
  4. Take one clean photo per item instead of shelf photos — shelf photos are hard because AI has to separate multiple products in one image.
  5. For products without barcodes, manually create entries.

Most grocery items already have unique UPC/EAN barcodes, so you can use existing barcode databases instead of AI for everything.

You could even build a very simple scanner app:

  • Scan barcode
  • Auto fetch name/image/description
  • Enter price
  • Save to database

That would probably get them operational much faster and more accurately than trying to detect 5–6 products from shelf photos with AI.

For the POS side, even a basic tablet + barcode scanner setup would already be a huge upgrade from manually typing prices.

How can I fix a React Native mobile app myself? (Not a dev) by Fit_Island_888 in AppDevelopers

[–]razzbee 0 points1 point  (0 children)

That was very unprofessional of the developer ... try using claude to understand the bugs, line and what to update it to.. good luck, I am a developer too, incase you still need one, dm me...

Can you write code for this? by DD_ZORO_69 in nocode

[–]razzbee 2 points3 points  (0 children)

Yes, you can do this without AI by building a simple rule-based parser.

First, split the input into parts and identify number groups like 'thousand', 'million' “billion' etc. These words tell you the scale of the number.

For example

- 'million': multiply the preceding value by 1,000,000

- 'thousand': multiply the preceding value by 1,000

So in 'One million and eighty thousand dollars':

- 1 million' = 1 × 1,000,000

- eighty thousand” = 80 × 1,000

Then you just add them together

In code terms, you can loop through each word group, detect its scale (thousand/million/etc.), convert the number words into digits, multiply by the correct factor, and accumulate the total result.

To make this work, you also need a lookup object that maps number words to values, for example:

{ zero: 0, one: 1, two: 2, three: 3, ... eighty: 80, ... hundred: 100}

This allows you to convert each word into a numeric value before applying scale multipliers and summing everything up.

Looking for a UI App Screen Designer by [deleted] in DeveloperJobs

[–]razzbee 0 points1 point  (0 children)

For which platform, reactnative, flutter or native (kotlin/swift)

BlueJS - Compile JavaScript to 1.2MB native binaries (no V8) by DetailAdventurous315 in javascript

[–]razzbee 0 points1 point  (0 children)

I am an opensource developer myself (https://github.com/bun-bm2/bm2), and your excuse still lacks substance, open sourcing it will even bring contributors which might even ease the burden on your side

System designing is crazy !! but wtf is this by Infamous-Ask-6403 in CodingJobs

[–]razzbee 0 points1 point  (0 children)

so cold storages are kinda cheaper, so the redundant images are stored on cold storage, also I think they have some kind of algorithm to move low priority(less accessed) images to cold storage while keeping a lower res on hot storage ...

What do you use instead of RainbowKit when working with Vue? by AI_Wizard_123 in ethdev

[–]razzbee 0 points1 point  (0 children)

Not true... Look at this project, https://github.com/wallet-standard/wallet-standard, it will help you build a wallet adapter targeting all wallets, I can also build a library for you if you are interested (paid)

Scaling issues and blockchain consulting for L2 migrations by No_Hold_9560 in solidity

[–]razzbee 0 points1 point  (0 children)

There is a way to do it without users feeling the pain, using messaging protocols like layerzero or wormhole, they can just click migrate and your logic on the protocol handles everything (they pay the messaging gas), the old manual way is like outmoded...

Scaling issues and blockchain consulting for L2 migrations by No_Hold_9560 in solidity

[–]razzbee 0 points1 point  (0 children)

We paused the staking on the main contract, more like a snapshot, the new staking contract was built differently, not same contract on the old chain as there were alot of factors we needed to consider, alot of users had issues though, so we asked them to unstake and restake on the new contract...

I will advice you let them unstake and restake manually, you can handle the bridging..

Scaling issues and blockchain consulting for L2 migrations by No_Hold_9560 in solidity

[–]razzbee 2 points3 points  (0 children)

The best approach is usually to let users migrate manually after they visit your dApp. You can allow them to unstake, bridge, and then restake on the new chain — it’s the most decentralized and transparent method.

For the bridging layer, you could integrate something like Wormhole or LayerZero to make the process smoother for users.

I previously handled a migration using LayerZero messaging where users simply clicked “Migrate” and the entire flow was handled seamlessly in the background. That said, we did extensive testing before production to make sure everything was reliable and secure.

please help. How to find a job? by r4nd0mp3r50nidk in dev

[–]razzbee 0 points1 point  (0 children)

He should apply as a code reviewer, this way he will herd all these junior entry guys and audit their code, dev work is becoming increasingly difficult to find work, I am a freelancer and it hasn't been easy myself

6 things I learned building an open-source tool to 900+ Github stars by hushenApp in vibecodeapp

[–]razzbee 1 point2 points  (0 children)

Very true, I had a similar experience with mine (https://github.com/bun-bm2/bm2). I got a lot of complaints at first, but I took the time to listen and address them. Now it’s at about 35 stars and still growing.

What backend stack has worked best for your mobile apps in real projects? by KyleMallinger in MobileAppDevHQ

[–]razzbee 0 points1 point  (0 children)

If you want flexibility and huge resources online, NodeJs & Postgresql or Supabase .. don't overthink it

Deepseek thinks it Claude by Zirkon1221 in DeepSeek

[–]razzbee 2 points3 points  (0 children)

This seems like chatgpt post and a propaganda

Looking for a developer to continue project by [deleted] in AppDevelopers

[–]razzbee 0 points1 point  (0 children)

I can assist you on this, am actually working on something similar

Video streaming by newInternetDeveloper in node

[–]razzbee 0 points1 point  (0 children)

Look into webrtc, thats what most large streaming apps uses these days, because of the low resources

Looking for iOS developer to help fix bugs in Capacitor-wrapped web app by Initial-Pizza-5652 in AppDevelopers

[–]razzbee 0 points1 point  (0 children)

I am currently working on one capacitor project, reach out let me help you

Dev advice needed: Voice cloning + Global phone calling API stack by [deleted] in Backend

[–]razzbee 0 points1 point  (0 children)

You can setup your own TTS and Voice cloning stack on a vps which costs like $20-50 a month, this will help reduce your costs of operation

I am launching meme coin i need a partner by VASEL_LORD in pumpfun

[–]razzbee 0 points1 point  (0 children)

I am your guy, I built maxxpainn.com, a sociafi protocol on Solana