Building SaaS Apps on Bubble: The Starter's Guide

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024

Комментарии • 18

  • @spongebubz9555
    @spongebubz9555 5 месяцев назад +1

    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..

    • @coachingnocodeapps
      @coachingnocodeapps  5 месяцев назад

      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.

    • @trentadams4428
      @trentadams4428 2 месяца назад

      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.

    • @chaomingli6428
      @chaomingli6428 20 дней назад

      Use what you are familiar with would be the fastest and most simple way.

  • @nathanr7931
    @nathanr7931 5 месяцев назад

    Very helpful thank you!

  • @itsagameaboutfindingspace6352
    @itsagameaboutfindingspace6352 5 месяцев назад

    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

    • @coachingnocodeapps
      @coachingnocodeapps  5 месяцев назад

      Hmm, you could try using the debugger in step by step mode to isolate the issue

  • @franfer7034
    @franfer7034 5 месяцев назад

    Do you have a course where I could join and learn under people to guide me through building my app

    • @coachingnocodeapps
      @coachingnocodeapps  5 месяцев назад

      We do! You can check out our resources here to see what might align: coachingnocodeapps.com/resources

  • @ChrisLovePlus
    @ChrisLovePlus 5 месяцев назад

    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
      @kieranhill993 5 месяцев назад

      Make Changes to a Thing (User): Balance = This Users Balance + This Transfers "Amount"

    • @ChrisLovePlus
      @ChrisLovePlus 5 месяцев назад

      @@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

    • @ChrisLovePlus
      @ChrisLovePlus 5 месяцев назад

      @@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

  • @Awholekit
    @Awholekit 5 месяцев назад

    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❣️

  • @reece9575
    @reece9575 5 месяцев назад

    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

  • @쭈의일상
    @쭈의일상 4 месяца назад

    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.