Hey man, cheers from Brazil! I'm a software engineer like you and I love watching your videos because I'm also in the process of building my startup. I really liked your project, keep going strong, it's looking awesome. One thing I wanted to mention, after watching your videos and thinking about my own daily routine, is that I’ve noticed something about our generation (we’re about the same age) - there's this crazy pressure to always be productive. If we're not studying, working, reading, or creating something, we feel like we're failing. I find myself in this dilemma all the time. Keep up the great work and the awesome videos! Cheers!
thank you bro! and man I feel that so hard lol. i have a hard time just relaxing because any time i get i just have this nagging feeling telling me i should be working 😂 definitely have to learn a healthy balance. i find the only time i can actually enjoy some down time is when i actually accomplish my goals for the day, then it restarts the next day lol
Reality Transurfing was a task for me to read too but I found Transurfing in 78 days which is also by Vadim Zeland. It is just a little chapter each day and it was very digestible. Just finished it. Hope this helps you!
@@ryanburryy A couple chapters in. Gets hard to understand because it’s a complete paradigm shift. Transurfing in 78 days helps to wrap your head around the concepts then it’s easier to reproach the full volumes in my opinion!
Nice!!! Good progress. I saw on your list you have plans on making your web app work offline. That's actually currently what I am working on right now. It took me a week to finally grasp the concept of manifest/service workers. Right now I have service workers saving my html,js,css,font,images,json files and get request to be able to still load the site properly without any bugs. But now I have to figure out how it handles post request and whether or not, and if I should handle offline post request myself. Right now I am listening if the user if offline and disabling some features but still keeping the core features the ability to work offline. And as soon as the user gets internet connection push all those waiting post request to the backend. Going to also work on an offline page so the user can see their transactions in queue that were made while they were offline. Very exciting stuff! Good luck on your site it looks awesome!
thanks man, and yea that’s something that i’ll also be looking into for the first time lol, going to be very interesting. so far was it harder or easier than you thought?
@@ryanburryy Once I understood the concept and knew the syntax it was a lot easier after that. I always have to test it in production which is unfortunate. I never figure it out how to make services workers work on dev because my bundler packages differently then it does on prod. So whenever I have to test it I have to push to prod. I decided to use Workbox and handle different files differently like for font I don't need to update it regularly so I keep it at a 30days expiration date, but for my css/js/html files i want to update it when a change detected, etc. stuff like that. But yeah its hard until you understand it since there's very little examples out there.
@@gory1805 just hearing about testing in prod would drive me nuts lol. I couldn't figure out how to test supabase edge functions locally so even just deploying them over and over again was annoying, I couldn't imagine a full push everytime I change something 😂 But yeah fair enough, that's so true the more complex stuff you build there just becomes less and less examples...
Hi chief. Really really love your videos, and I also got an invite to your app. I love it!! super cool, keep it up. Is it possible to talk about idea generation for saas or projects. I really want to start building saas products cuz I can't keep in waiting for a job to come by. Thanks mate for your time, and please don't stop fr. Love from Nigeria (no homo}❤
I appreciate the support bro! I just finished filming the video for tomorrow, but I'll talk about idea generation in next friday's video. I just put it in my notes :)
Hey man, cheers from Brazil! I'm a software engineer like you and I love watching your videos because I'm also in the process of building my startup. I really liked your project, keep going strong, it's looking awesome. One thing I wanted to mention, after watching your videos and thinking about my own daily routine, is that I’ve noticed something about our generation (we’re about the same age) - there's this crazy pressure to always be productive. If we're not studying, working, reading, or creating something, we feel like we're failing. I find myself in this dilemma all the time. Keep up the great work and the awesome videos! Cheers!
thank you bro! and man I feel that so hard lol. i have a hard time just relaxing because any time i get i just have this nagging feeling telling me i should be working 😂 definitely have to learn a healthy balance. i find the only time i can actually enjoy some down time is when i actually accomplish my goals for the day, then it restarts the next day lol
Don't know how you popped on my feed but thank GOD you're an incredible man keep it up.
this means so much man thank you 🙏🏼
porsche and the idea behind it is really cool
Reality Transurfing was a task for me to read too but I found Transurfing in 78 days which is also by Vadim Zeland. It is just a little chapter each day and it was very digestible. Just finished it. Hope this helps you!
oh wow I might have to check that out. how far into the full book did you get?
@@ryanburryy A couple chapters in. Gets hard to understand because it’s a complete paradigm shift. Transurfing in 78 days helps to wrap your head around the concepts then it’s easier to reproach the full volumes in my opinion!
Nice!!! Good progress. I saw on your list you have plans on making your web app work offline. That's actually currently what I am working on right now. It took me a week to finally grasp the concept of manifest/service workers. Right now I have service workers saving my html,js,css,font,images,json files and get request to be able to still load the site properly without any bugs. But now I have to figure out how it handles post request and whether or not, and if I should handle offline post request myself. Right now I am listening if the user if offline and disabling some features but still keeping the core features the ability to work offline. And as soon as the user gets internet connection push all those waiting post request to the backend. Going to also work on an offline page so the user can see their transactions in queue that were made while they were offline. Very exciting stuff! Good luck on your site it looks awesome!
thanks man, and yea that’s something that i’ll also be looking into for the first time lol, going to be very interesting. so far was it harder or easier than you thought?
@@ryanburryy Once I understood the concept and knew the syntax it was a lot easier after that. I always have to test it in production which is unfortunate. I never figure it out how to make services workers work on dev because my bundler packages differently then it does on prod. So whenever I have to test it I have to push to prod. I decided to use Workbox and handle different files differently like for font I don't need to update it regularly so I keep it at a 30days expiration date, but for my css/js/html files i want to update it when a change detected, etc. stuff like that. But yeah its hard until you understand it since there's very little examples out there.
@@gory1805 just hearing about testing in prod would drive me nuts lol. I couldn't figure out how to test supabase edge functions locally so even just deploying them over and over again was annoying, I couldn't imagine a full push everytime I change something 😂
But yeah fair enough, that's so true the more complex stuff you build there just becomes less and less examples...
Porsche GT3, great choice but, I'm sure you'll have the GT3 RS on the drive tho 😎
@@NijoR873 gotta start small ;)
Hey man, Love the content!! Been watching for a minute and you've inspired me to make the same content. (Still working on it) Keep it up!
appreciate it bro, and hell yeah that’s awesome, let me know when you post i’ll check it out 🙏🏼
Lets gooooooo 💪
🙌🏻🙌🏻
Hi chief. Really really love your videos, and I also got an invite to your app. I love it!! super cool, keep it up. Is it possible to talk about idea generation for saas or projects. I really want to start building saas products cuz I can't keep in waiting for a job to come by. Thanks mate for your time, and please don't stop fr. Love from Nigeria (no homo}❤
I appreciate the support bro! I just finished filming the video for tomorrow, but I'll talk about idea generation in next friday's video. I just put it in my notes :)
great videos!
appreciate it 🙏🏼
I think it's ok to want to improve your video editing skills if you enjoy it. Just gotta balance it with being genuine.
“Flow” is a hard book to read😂 you need to be on psychedelics to understand what’s going on
man I know, that's why I only got like a quarter of the way through lol. the words are beyond tiny aswell
Good job👌🏿
thank you 🙏🏼🙏🏼
Yo, idk which timezone you live in but i sent a message on ig and its hanging.