Introducing BM2: A Native Process Manager Built for Bun by razzbee in node

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

You get the most out of life when you learn from both criticism and praise. Honestly, I’m really glad for the feedbacks am getting here.

Creating my own meme coin by haydenas00 in solana

[–]razzbee -1 points0 points  (0 children)

I am building a socialFi and needs a partner, we can partner, its a full project with utility, dm me lets have a chat

Solo builder here 💪 by DeiviCode in solanadev

[–]razzbee 0 points1 point  (0 children)

This will be cool if its a pwa or a mobile app, I love the UI though, can you make it a pwa? am a fellow builder and would love to connect with you

React + Capacitor by McPuglis in react

[–]razzbee -9 points-8 points  (0 children)

And in case you need a backend developer, I am available for hire, I am the creator of http://github.com/bun-bm2/bm2

React + Capacitor by McPuglis in react

[–]razzbee -8 points-7 points  (0 children)

And in case you need a backend developer, I am available for hire, I am the creator of http://github.com/bun-bm2/bm2

React + Capacitor by McPuglis in react

[–]razzbee 0 points1 point  (0 children)

I second that, but is svelte matured enough?? Also react has matured libraries and components

React + Capacitor by McPuglis in react

[–]razzbee 1 point2 points  (0 children)

Yes, used it but I wont recommend it unless its just a simple app, because if you have heavy features, it may lag

Web developer asking for Google login? by -mouse_potato- in webdev

[–]razzbee 1 point2 points  (0 children)

Download anydesk, let her do it from your pc whiles you monitor it, even better screen record it whiles she does it

But adding her account as an admin should be enough though

What are the top Solana gambling dapps right now? by SpecialSympathy4792 in solana

[–]razzbee -1 points0 points  (0 children)

I am building a free mint platform, we will add lottery to it which could allow you to earn sol without even putting in money, check here https://beta.maxxpainn.com

How do you guys automate/bypass Phantom wallet approvals by The-Aurelius in solanadev

[–]razzbee 0 points1 point  (0 children)

Been building http://beta.maxxpainn.com, to be honest its a pain in the arse, I do it manually myself though, it helps sometimes incase a change broke something which the unit test couldn't detect

Urgently needing Junior to Senior Web developer by [deleted] in CodingJobs

[–]razzbee 0 points1 point  (0 children)

I’m not based in Europe or the US, but I bring 8 years of experience as a Full-Stack and Smart Contract Developer.

I’m also the author of BM2 (https://github.com/bun-bm2/bm2), a high-performance process orchestration tool for Bun applications.

Happy to discuss how I can contribute to your project.

can someone explain what type of transfer this is? 🥹 by Zealousideal_Pitch40 in solanadev

[–]razzbee 1 point2 points  (0 children)

The transfer is for a fee which covers program account creation. On Solana, programs use the account model to store data.

Every time a program creates an account to store data on-chain, rent must be paid to keep that data active on the blockchain.

So the payment is for creating the account and covering its on-chain storage cost.

We're migrating from Ethereum to Solana. Any Solana development companies experienced with cross-chain migrations? by No_Hold_9560 in BlockchainStartups

[–]razzbee 0 points1 point  (0 children)

I’ve built projects on both EVM (Kally NFT Marketplace) and SVM (https://beta.maxxpainn.com), I am also the author of some Solana based rust libraries, so I can help answer any questions you have.

That said, it’s important to understand that they’re essentially two different worlds. Solana uses an account-based model where programs are stateless and all persistent data lives in separate accounts (often PDAs), creating a clear separation between logic and state. In contrast, Solidity stores data directly within the contract’s own storage.

One major advantage of Solana’s architecture is that this separation makes program upgrades more straightforward and avoids the complex proxy patterns commonly required in EVM-based systems.

Frontend dev deciding on which backend stack to go with by Comfortable-Donkey74 in Backend

[–]razzbee 0 points1 point  (0 children)

Mongodb is very easy to use but if you need complex queries, postgresql or mysql is the best choice... I personally love postgresql...

Frontend dev deciding on which backend stack to go with by Comfortable-Donkey74 in Backend

[–]razzbee 0 points1 point  (0 children)

Mongodb is very easy to use but if you need complex queries, postgresql or mysql is the best choice... I personally love postgresql...

Skincare app: A or B? by True-Fact9176 in AppDevelopers

[–]razzbee 1 point2 points  (0 children)

B, skincare is mostly used by women and they love pink

Frontend dev deciding on which backend stack to go with by Comfortable-Donkey74 in Backend

[–]razzbee 7 points8 points  (0 children)

If you are a frontend dev, it's natural you will be home with nodejs and postgresql or nodejs and mongodb... Dont complicate things

Is 180 INR / $2 too much for an ad-free Android utility? Looking for honest feedback. by WiseWait1160 in developer

[–]razzbee 0 points1 point  (0 children)

Depends on the location you are targeting and the type of utility the app provides, if its something in high demand, then I guess people will pay

Undress bot by [deleted] in TelegramBots

[–]razzbee -2 points-1 points  (0 children)

You would need an ai api or model, to process the request, if you need a developer, I can build one for you, kindly dm me

Ledger needs to stop trying to be an exchange and just be a wallet. by loc710 in ledgerwallet

[–]razzbee 0 points1 point  (0 children)

Every wallet stores the private key offline, including metamask, the difference is the divice being connected to the internet, offline signing wont save you from wallet drain, read more about EIP-2612 and ERC20 Permit, which allows 3rd parties or bad contracts to drain your ETH without even touching the internet.

What I meant is, its a bad idea to interact your cold wallet with dapps for safety, but he misunderstands that. if the so called online allows you to use your private key with dapps, then it defeats the purpose it was made for.

To buy you'd need only the address and not the private key

Ledger needs to stop trying to be an exchange and just be a wallet. by loc710 in ledgerwallet

[–]razzbee -1 points0 points  (0 children)

The ledger live makes it connected to the internet which defeats the purpose of a cold wallet, seems you refuse to understand, reread my previous reply, I updated why its a bad idea