Step by step of creating a new feature for my productivity app (a floating timer) - Ellie ep. 9

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

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

  • @abdelilahou2822
    @abdelilahou2822 5 месяцев назад +15

    This is much better than short ones

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

      Will keep them coming! 🫡

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

      @@raroque Appreciate that 🙏 thank you

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

    Great work! Have to catch up on the previous episodes haha

  • @davidjustice8087
    @davidjustice8087 5 месяцев назад +3

    I definitely like the longer video. Your videos have a great simplicity and cadence to them, but I’ve also wanted them a little longer. This video was perfect.

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

      Thanks for letting me know, feeling really inspired to keep pushing the length now 🙌

  • @fuadadio
    @fuadadio Месяц назад +1

    I really enjoyed watching this🌟

    • @raroque
      @raroque  Месяц назад

      Thanks so much for watching! :)

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

    more in depth contents like this one really helps a lot especially for someone like me who's a beginner. salamat!

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

      Good to hear! Will try to make more of these :) thanks for watching

  • @lala-wb7gi
    @lala-wb7gi Месяц назад +1

    i downloaded it. It's stunning, simple, and easy to use. 🐶 If you add a chart for spending by month and week, it would be even better. That's my view.

    • @raroque
      @raroque  Месяц назад

      Thanks for giving it a try!
      Charts next week 👀

  • @localkels
    @localkels 5 месяцев назад +2

    Enjoyed the longer, more detailed look into your process. My favorite part was seeing how you built out the timer customization settings. It looks so good now.🎉

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

      Glad you liked it! 🥹 and that was probably my favorite part to work on haha

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

    Great explanation, I prefer watching this instead of reading the "What's New" feed 😂

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

      Thank you, glad this is more entertaining 😂
      And thanks for being a user :)

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

    Love longer form videos! Also definitely keep up the way you talk about tech details, it’s super cool to learn how different pieces of your apps fit together even as a non-dev. Cant wait for the new budgeting app

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

      Good to hear! Appreciate hearing your perspective, hoping to get the new app out soon! 🙌

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

    as a solution architect i love the walkthrough of this, great thoughts through this Chris!

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

      Awesome to hear! Let me know if there is anything you want to see in the future :)

  • @pale924
    @pale924 3 месяца назад +2

    I just discovered you channel and man this is some gooood content, I really like how you explain everything especially the design process of the feature. I'm building Electron apps too (just started) and I struggle a lot when planning and implementing features from design to code, and this type of content really helps me get a better idea on how to that. Thank you so much!!

    • @raroque
      @raroque  3 месяца назад

      Appreciate that :)
      let me know if there is anything you would like to see and good luck with your apps 🙌

    • @pale924
      @pale924 3 месяца назад

      @@raroque Thank you! Nothing in particular right now but maybe more technical stuff as I think the Electron scene lacks more content on how to build full applications from code to distribution!

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

    Loved this long version!

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

      Thank you! Good to hear :)

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

    Yoo, thanks for mentioning ❤ and it was a awesome video, waiting for next one✌🏻

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

      Glad to hear you liked it! Thanks for taking the time to comment on that least video, really had an impact on me 🙌

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

      @@raroqueKeep growing 🤝❤️

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

    This is fun, keep it up.

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

      More videos soon 🫡

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

    Your “v5 strategy” basically is a minimal event storming version also making use of the MVP technique.

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

      Oh interesting, I've never heard of "event storming" before!

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

    Uy, might try this

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

      If you have any feedback, lmk! 🙌

  • @mattmaster
    @mattmaster Месяц назад +1

    Are you planning on adding a POMODORO feature, I would love that?

    • @raroque
      @raroque  Месяц назад +1

      Absolutely will be adding this! Was actually added to the original version of the app but removed it bc at the time nobody used it :)

    • @mattmaster
      @mattmaster Месяц назад

      @@raroque That is so sad, I really hope to see it back in the app, especially with the new floating timer.

  • @NK-ds8qo
    @NK-ds8qo 5 месяцев назад +1

    Hi Chris, great video, really enjoyed the longer form. I'm wondering if you have found a solution for how you are going to sync user accounts and subscription data between the web app and the mobile app? I'm asking as I am currently trying to implement a similar system in my app, and would greatly appreciate if you had any advice.

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

      Yes! Do you have any external database that lives outside the app (in my case it would be Firebase or Supabase)
      What I would do is save the subscription data to the database and have that be the "source of truth". Then on the web app you can use something like Stripe to collect payments and their webhooks to then update the database whenever the subscription changes. And on mobile, you can do the same thing with something like Revenuecat to collect payments and have it also update the database via webhook whenever it changes
      Then both apps will technically be looking at the database to figure out if there is an active subscription. Hope that helps a little!

    • @NK-ds8qo
      @NK-ds8qo 5 месяцев назад

      @@raroque Wow, thank you for such a detailed reply. Yes I was planning on using firebase for authentication and stripe for payments on the web app. I was then going to make it so you can only sign up and subscribe on the web app, so the mobile app only has to provide login functionality via firebase.

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

    Nice video man, 14 to 15 minutes video are easier to watch for me ! How can I improve myself as a junior frontend dev?

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

      More to come!
      Definitely by getting as much hands on experience as possible. Whether that means following tons of tutorials, doing a bootcamp or interning somewhere. Whatever you can do to build real things that you can physically use will help you level up as a developer

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

      Thanks man! will try that l have been developing few small products but been on and off l want to level up my game

  • @geralddd.g
    @geralddd.g 3 месяца назад +1

    Whats your github bro?

    • @raroque
      @raroque  3 месяца назад

      github.com/raroque/
      but i basically have nothing public^

  • @EPIC-ev4lx
    @EPIC-ev4lx 5 месяцев назад +1

    long videos are much better

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

      more to come 🫡