Building a Web App 🤓 | Day in a Life of a Software Engineer #4

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

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

  • @thisismaros
    @thisismaros  8 месяцев назад +2

    Hi guys! Thank you everyone for each and every feedback for my videos! I am still testing out my video and audio gear and finding out what works the best for me. In any case, make sure to drop a comment or reach out to me on X (twitter.com/maros_petrus) or Instagram (instagram.com/thisismaros)

  • @harshthakur1444
    @harshthakur1444 8 месяцев назад +1

    What's your opinion on cross platform frameworks, I am learning react native as I learned react, but as flutter is in market, its architecture has c++ giving it good native performance. As you are in swift, want your opinion on this.

    • @thisismaros
      @thisismaros  8 месяцев назад

      It's pretty difficult to answer and it would require a whole video for me to explain my opinion 😅. But long story short, if you're building your own product and trying to make money off of it, go cross platform (Flutter seems like a very good choice nowadays). And there are multiple reasons for it, mainly because you want to reach as many users as possible and at the same time spend the least amount of time maintaining multiple codebases all at once. It all depends on your intentions I would say. For example for my project, if I would have known Flutter when I started building it, I would probably build web, android and iOS apps with Flutter. Now I have a native iOS app and working on the web app. But I still am missing Android app which I am not sure if and when I would work on it.

  • @24mjohnson
    @24mjohnson 7 месяцев назад

    So question, im looking at a mac. Either the 14" m3 max, 1tb drive, 36gb ram for $3199 or the 16" m3 max, 1tb drive, 36gb ram for $3499. i like the small factor of the 14" but the screen size of the 16". I see it looks like you do a 14" as well. How is it coding on it as to a 16"?

  • @chiekenwanna-nzewunwa1773
    @chiekenwanna-nzewunwa1773 7 месяцев назад

    👍🏾👍🏾👍🏾

  • @newtyzito
    @newtyzito 7 месяцев назад

    I was almost forced to comment here: I really love narrated videos. Keep making videos like this, please!
    Another thing, I study English and I can understand your video very well (because you speak in a calm and pleasant way)
    In conclusion, I loved your channel! Keep doing it.

    • @thisismaros
      @thisismaros  7 месяцев назад +1

      Thank you very much! I really appreciate your comment. I will certainly keep making videos like this!

  • @sneigee
    @sneigee 8 месяцев назад

    nice content and off course nextjs is pretty fast.
    am a .net developer and l love typescript

  • @MainActor
    @MainActor 8 месяцев назад

    Nice, does all your revenue come exclusively from subscriptions, or are you offering/selling other services as well? I also have been wanting to create a side project of my own, but I guess I’d need to find some sort of a hobby or interest that I could stick with and keep working on.

    • @thisismaros
      @thisismaros  8 месяцев назад

      Yes, the entire revenue comes from Trading Tracker subscriptions and lifetime memberships. It's a good idea to build an app for your hobby or interest for sure!

  • @creativerio
    @creativerio 7 месяцев назад

    I deeply feel the mind game you mentioned. I feel like I'm the 2023 version of you ( Or maybe the version of you 6 years ago when you switched to IOS development from web ). I started my youtube channel just a month ago and handling a side business after work. I really glad i found your channel.

    • @thisismaros
      @thisismaros  7 месяцев назад

      Good luck with your channel and side business! It's really difficult to stay consistent in everything we want to do.

  • @Simple_OG
    @Simple_OG 8 месяцев назад

    go or java which one you recommend for backend

  • @aftab_ahmad97
    @aftab_ahmad97 8 месяцев назад +1

    really good quality content , keep it up

    • @thisismaros
      @thisismaros  8 месяцев назад

      Thank you very much! 🙇‍♂️

  • @lazyprog
    @lazyprog 8 месяцев назад

    Hi maros, I have an idea of building a web app that contains some AI tools. is there any way that can i get some open source api's that are free for commercial use like text 2speech and Chatbots etc...

    • @thisismaros
      @thisismaros  8 месяцев назад +1

      Hey, hm not sure about that. I myself have never used any API for AI stuff yet. I am sure there is something like that though.

  • @69qwerty
    @69qwerty 8 месяцев назад +1

    nice job! xcode has such a beautiful code editor interface

    • @thisismaros
      @thisismaros  8 месяцев назад

      It really has! But it can be very buggy at times 🤷‍♂️

    • @MainActor
      @MainActor 8 месяцев назад

      and quite slow 🤦‍♂️

  • @dongler4589
    @dongler4589 8 месяцев назад

    I like your video style :)
    For me, I switch focus a lot through the day and sometimes struggle to prioritize what I should be. Today for example, I started tinkering with office add-ins and switching between that, my classes, and my programming job

    • @thisismaros
      @thisismaros  8 месяцев назад +1

      Thank you! Yeah focus switching throughout a day is a whole another topic. In my case, I switched focus for a couple of months and completely stopped working on things I worked on before. It breaks my consistency and discipline.

  • @kasutudotdev
    @kasutudotdev 8 месяцев назад

    ADHD things lol

  • @splayme.
    @splayme. 8 месяцев назад

    nice

  • @tryingtobeproductive
    @tryingtobeproductive 8 месяцев назад

    1:38 uh no it is easy. theres usually clear winners. tons of ppl use nextjs for a plethera of reasons. its the new react.

    • @thisismaros
      @thisismaros  8 месяцев назад

      Yeah that's true. But I had no idea when I first started researching these haha

  • @69qwerty
    @69qwerty 8 месяцев назад

    why are you using safari to code out a web app? chrome dev tools are better

    • @thisismaros
      @thisismaros  8 месяцев назад

      I am actually using Chrome 🤔 maybe I used Safari in the video just to showcase the app. But yeah I am using Chrome for development.

  • @thearmanahmed_
    @thearmanahmed_ 8 месяцев назад

    Are you used subapase for the mobile version?

    • @thisismaros
      @thisismaros  8 месяцев назад

      The mobile version is completely offline for the moment. I will think about a way to sync the data between mobile and web. I don't really want to use Supabase or any other service for mobile app for now.