Given that I'm already a coder, which would be a more cost-effective and quicker approach to building a SaaS product: using code, or bubble? I see many developers finding success with Bubble, but I can't decide which way is better. I prioritise simplicity and speed. I am struggling to choose between using code or bubble as I really want to start my journey of being my own boss. Being a software engineer for corporate companies has burnt me out and lost my motivation to code..
We see a lot of coders expanding into no code in order to speed up their development processes. If you're looking for cost effectiveness and speed, it would be a good option.
Heyyy… thanks a lot, this is so valuable. Quick question, I’m working on an mvp for a money transfer app. I have built the logic for sending money from the app(So you basically enter the recipient’s email address in an input field and the amount you want to send.) What I can’t figure out here is how to update the recipients account balance in the database with how much was sent. Can you please help with any detailed suggestions 🙏
@@kieranhill993 With the “make changes to thing” I only have access to the current user and it’s fields. Not so sure how you want me to access “This Transfer Amount “ Could you throw more light
@@kieranhill993 With the “Make changes to a thing “ I will have access to the current user and its fields. I’m not so sure how you want me to access “This Transfer Amount” could you elaborate more
I'm struggling to make a random word generator that updates in the backend each day. I feel I've got it set up correctly, but nothing is being scheduled
Do you (people you contact) also know your ways around a person(s) and your one (own) Street⁉️❣️ I know your special is why I am Asking, I need to learn live also. Maybe one day We can learn technology and Its Live❣️
I've been working on a reviews platform that uses a reddit-like upvote system...I'd love to see some content on this! Lots to learn but also many rabbit holes
I'm a non-developer, could you help me? Seek advice on how to implement the following --------------------------------------------- I'm just wondering how to randomize the values in a data field. Specifically, The signup page only has fields for email, password, and password confirmation. There is no nickname field. User enter these information and press the Sign-up button -> One of the 1000 nicknames previously stored in the 'nick name' field of the 'User' data type is randomly designated. -> This nickname display in the nickname field of his profile page. This nickname does not change forever.
💫 Great vid, it was featured on The Daily Demo today! 💫
Thank you!!
Given that I'm already a coder, which would be a more cost-effective and quicker approach to building a SaaS product: using code, or bubble?
I see many developers finding success with Bubble, but I can't decide which way is better. I prioritise simplicity and speed. I am struggling to choose between using code or bubble as I really want to start my journey of being my own boss. Being a software engineer for corporate companies has burnt me out and lost my motivation to code..
We see a lot of coders expanding into no code in order to speed up their development processes. If you're looking for cost effectiveness and speed, it would be a good option.
I am at the same point. Not to mention taking me forever to build out my application. Then I just get depressed and lose all motivation.
Use what you are familiar with would be the fastest and most simple way.
Heyyy… thanks a lot, this is so valuable.
Quick question, I’m working on an mvp for a money transfer app. I have built the logic for sending money from the app(So you basically enter the recipient’s email address in an input field and the amount you want to send.)
What I can’t figure out here is how to update the recipients account balance in the database with how much was sent. Can you please help with any detailed suggestions 🙏
Make Changes to a Thing (User): Balance = This Users Balance + This Transfers "Amount"
@@kieranhill993
With the “make changes to thing” I only have access to the current user and it’s fields. Not so sure how you want me to access “This Transfer Amount “
Could you throw more light
@@kieranhill993 With the “Make changes to a thing “ I will have access to the current user and its fields. I’m not so sure how you want me to access “This Transfer Amount” could you elaborate more
I'm struggling to make a random word generator that updates in the backend each day. I feel I've got it set up correctly, but nothing is being scheduled
Hmm, you could try using the debugger in step by step mode to isolate the issue
Very helpful thank you!
I'm glad it was helpful, Nathan!
Do you have a course where I could join and learn under people to guide me through building my app
We do! You can check out our resources here to see what might align: coachingnocodeapps.com/resources
Do you (people you contact) also know your ways around a person(s) and your one (own) Street⁉️❣️ I know your special is why I am Asking, I need to learn live also. Maybe one day We can learn technology and Its Live❣️
I've been working on a reviews platform that uses a reddit-like upvote system...I'd love to see some content on this! Lots to learn but also many rabbit holes
Oh, nice! Great suggestion!
I'm a non-developer, could you help me? Seek advice on how to implement the following
---------------------------------------------
I'm just wondering how to randomize the values in a data field.
Specifically,
The signup page only has fields for email, password, and password confirmation. There is no nickname field.
User enter these information and press the Sign-up button ->
One of the 1000 nicknames previously stored in the 'nick name' field of the 'User' data type is randomly designated. ->
This nickname display in the nickname field of his profile page.
This nickname does not change forever.