@@withmarko honestly I should be titled fan of the month at this point dont you think Marko? And I'd just like to add, you're great at what you do, and I love all the videos, the aesthetics It gives a soothing feeling yet also a motivation for growing software devs. But hey, lekker content mij broer :)
Hi there! I just wanted to take a moment to express how much I enjoyed your vlog. The camera work is exceptional, capturing every moment with such clarity and vibrancy. It's clear that you've invested a great deal of time and effort into creating this, and it truly shows in the quality of your content. Your dedication to your craft is both inspiring and admirable. Please, don't stop creating - your work is genuinely appreciated, and I'm looking forward to seeing more of your amazing vlogs
Hey man! I just wanted to reach out and let you know that your explanation of Drag and Drop is crystal clear to me. You did an amazing job of outlining all the possibilities and even touched on edge cases and potential issues. I appreciate that you referenced Google Docs and its working formula as well. Overall, your video was extremely valuable and I wanted to thank you for taking the time to create it. Great job!
I would really want to see some coding tutorials from… As @san.d_ said, you explained everything perfectly. Maybe we‘ll see something like that in the future…
everything from 4:00 was just very satisfying and nice to watch. inspires to think differently about how you code things and not just take the initial path you think of.
not a lot of coding vlogs talk about the complexities and I really want to thank you for doing it. It's lovely. I'm a fan. This calms me down and really motivates me to put my work out in the open.
Thank you for actually showing a project you're working on that shows a DITL instead of making me watch a 30 min video that is mostly composed of you eating breakfast and working out!
By far the best coding vlogs. I immediately hit the watch button once you release a new episode. I tried recording a vlog last week too, but it's shit and I'm hesitant to release it :D Your vlogs hits everything I like to do in my life. Good videography, good audio quality, coding, hitting coffee shops. Keep it up man!
Your logic at the end was mind blowing🤯. As a developer I really liked the approach. Floating point opens a big door to mever exhaust the numbers in between. Surprisingly trello didn't noticed that yet😮
Hey Marko! I always watch you're vlogs before I going to bed. I find it so inspiring to see you work on side projects in addition to your work. Keep up the good work!
I love these videos. Excellent camera work so it makes it enjoyable to watch, and very educational at the same time. Your vlogs are fun to watch while being educational and that is an achievement I would be proud of. Great work!
I don't usually write many comments, but the video quality, the diversity of scenes (street and in-door) and the technical content of this video is great. Don't stop here and keep making videos like this. 👌
even though i'm 14, but i know a little bit of python and some other programming languages, and watching you're videos makes me wanna learn programming and become a software engineer when i grow up, a software engineer life might be hard but fun
Wow! I have worked on the project where we have made folders structure, and oh boy we unfortunately weren't so smart, the idea of parentId and index as any number sounds very interesting and something I will definitely remember if the future, thanks for sharing!
Just got a UA-cam notification and I instantly thought it must be a new video from Marko. Turns out I was right - so thrilled! By the way, where can I find the video you mentioned about how they made Google Docs?
Hey that was a fantastic explanation of the tree structure and the solution google thought of. Wouldn't be opposed to more of this if you find any more cool problems you need to solve.
Hello Marko, your app is React Native, Ionic, Electron… ? Is it possible to sometimes make video about your VS Code settings (and extensions), what framework you use for this app and why you choose this framework? Thanks
Just confirming that I understand the solution to the nested folder problem. At @5:36 You have the structure Folder A->Folder D-> Folder B, Folder C where Fonder D has two children which are Folder B and Folder C. You set the index for Folder B as 1.0 and 2.0 for Folder C. Now you create a Folder Z inside of D which has an index of 3.0. You want Folder Z to be inbetween B and C so once dragged into that location you recalculate the index to be 1.5 (1.0+2.0)/2. These values-- 1.0,1.5,2.0-- get propagated to all devices that are synced to reconstruct the folder structure? Since the sync feature is not implemented yet I think you said you just reset all the indices so the mapping would be Folder B:1.0, Folder Z: 2.0, Folder C:3.0
So, what I wanted to say... firstly, hello from cold Siberia! secondly, I really enjoy ur videos, they motivate me to keep learning something. This atmoshere is so wonderful actually. Just keep going, it makes my evenings much better 🤩
Thanks for the video, I was struggling find out the best way to save the order the records in a list with drag and drop, and I wanted to avoid having to update the entire list sorting index value, thank you for sharing it, truly helped me out on my own pet project :D
Damn, this was a really good "day in the life" video; trying to do something, having a problem, and then showing how you figured out how to solve it Actual software engineering
Hey marko, for your email client what wrapper are you using exactly for the desktop app? I’ve only ever used electron, but as a minimal person you don’t strike me as an electron user
I see you are using TypeScript for your desktop email app. Is it better than a native language like Swift for Mac and C++/C# for Win? Because I heard that app written in TS takes a lot more space and has less perfomance compared to native language
I love how I always learn something new from your videos! What an awesome banana chopping technique! I miss the levitating plant from your videos, it's such a great little device
Haha thanks! Usually I get negative reviews of my cooking skills, but this one really put a smile on my face 😃 I still have it, thinking about reintroducing it, thanks for reminding me about it! 😄
I was doing a similar DND last month, and I also used parentID: string | null and flat array, but I didn't know it's one of Google's ways of handling DND statements. However, I didn't use any index key. I just put the item after the index or before the index I want and let it render as it stays in the array.
Hey Marko, Appreciate your these planning vlogs. It's so much helpful to know how to think and tackle the engineering problems. Just a small inquiry, can you please tell from where did you get the video wallpaper on your left screen? It looks amazing. Thanks
It is really nice to chill with the next video. @withmarco, could you tell me which monitor light bar you have? I'm currently looking for that accessory for myself.
Hey I'm in school with devry for software engineering. I'm learning Linux. But I feel so lost still. What do you recommend I take, even if I have to pay to be ahead In our career. Because I'm worried I'm not getting the script writing and coding down. Thank you so much for your advice
Hi, Marko! Awesome video as always hehe So...when you show us a little bit of your code I can see your're using TS scripts... how do you compile them to run on macos? Thanks!
Hey thanks for the comment! 😃 It's not open-sourced, thinking about it... I use electron at the moment, since I am more comfortable with typescript than rust. But as I go maybe I will move it over to tauri, when I get closer to release. Most of the app logic is in the renderer anyway, so it's not a big deal (I hope) 😃
Dude Marko how did you become so good, did you do a computer science degree or course? or are you self taught as well? Any pieces of advice to become a better programmer?
Could you please do a video to teach how to make good communication with clients and how you treat them without any loose. I think this will help every freelancer.
Hey! I have a small question. What do you use to create your apps? Like OneMenu or the Mail App. I see that you use TypeScript, but how do you set your projects up? Thanks for the help.
Marko beautiful opening scenes as usual and another wonderful detailed upload 💖! It doesn't look like winter in Norway! Little question, why did you automatically choose to use a list?
Hey thanks, I’m glad you liked them 😃 as far as the list goes, it was just the quickest thing I came up with while prototyping the UI, it was easier to simply map over the list and draw some folder icons 😄
Hello! I really like ur vids! And i got a question! I really like windows but i got an idea to switch to mac. What is your personal opinion from mac? Thanks!
FIRST PIN ME pls❤
Nvm no im not. But hey me again
Haha, I’ll pin you for a day 😃
@@withmarko honestly I should be titled fan of the month at this point dont you think Marko?
And I'd just like to add, you're great at what you do, and I love all the videos, the aesthetics
It gives a soothing feeling yet also a motivation for growing software devs.
But hey, lekker content mij broer :)
I think it has been more than a day @@withmarko
its been 9 months still pinned
Hi there! I just wanted to take a moment to express how much I enjoyed your vlog. The camera work is exceptional, capturing every moment with such clarity and vibrancy. It's clear that you've invested a great deal of time and effort into creating this, and it truly shows in the quality of your content. Your dedication to your craft is both inspiring and admirable. Please, don't stop creating - your work is genuinely appreciated, and I'm looking forward to seeing more of your amazing vlogs
Hey wow, thank you that’s very kind to say 😊 seeing this gives me motivation to work and create some more videos, thanks 🙏
As a junior dev this is such a great channel. I get to learn and see how senior devs think and problem solve.
Hey thanks, I'm glad you like it 😊
@@withmarko Should I become a Full Stack Developer or an Software engineer ?
Hey man! I just wanted to reach out and let you know that your explanation of Drag and Drop is crystal clear to me. You did an amazing job of outlining all the possibilities and even touched on edge cases and potential issues. I appreciate that you referenced Google Docs and its working formula as well. Overall, your video was extremely valuable and I wanted to thank you for taking the time to create it. Great job!
Hey thank you for such a nice comment, I really appreciate it, and it gives me motivation to make more 😊🙏
I would really want to see some coding tutorials from… As @san.d_ said, you explained everything perfectly. Maybe we‘ll see something like that in the future…
everything from 4:00 was just very satisfying and nice to watch. inspires to think differently about how you code things and not just take the initial path you think of.
Hey thanks, I'm glad you liked that part, it was fun to record 😃
not a lot of coding vlogs talk about the complexities and I really want to thank you for doing it. It's lovely. I'm a fan. This calms me down and really motivates me to put my work out in the open.
Hey thanks! I'm glad you liked it 😃 Exciting, please share some links if you decide to publish what you are working on! 🚀
I love these kinds of vlogs when you break down problems you faced. And your mental solutions to said problems.
Hey thanks 😊🙏
I satrted following you for a week . Man I got the right moment I got to love u r videos and now tend to wait for another one . Great work !
🤝
Hey thank you for the comment, that’s amazing to hear 😊
Thank you for actually showing a project you're working on that shows a DITL instead of making me watch a 30 min video that is mostly composed of you eating breakfast and working out!
By far the best coding vlogs. I immediately hit the watch button once you release a new episode. I tried recording a vlog last week too, but it's shit and I'm hesitant to release it :D
Your vlogs hits everything I like to do in my life. Good videography, good audio quality, coding, hitting coffee shops. Keep it up man!
Hey thanks, I would love to see your vlog if you decide to ship it! 😃 Thank you for the nice comment 🙌
🙌@@withmarko
Your logic at the end was mind blowing🤯. As a developer I really liked the approach. Floating point opens a big door to mever exhaust the numbers in between. Surprisingly trello didn't noticed that yet😮
Hey I'm glad you like the video! It's not really my idea, but I thought it was a neat trick to share 😃
your vlogs are soo good, plus with that soothing voice of yours :)
This episode actually taught me something. nice job marko
I dont even work as a dev but your videos are like a fresh breath of air. Super motivating and energizing. Thanks for the amazing content Marko!
Hey Marko! I always watch you're vlogs before I going to bed. I find it so inspiring to see you work on side projects in addition to your work. Keep up the good work!
I love these videos. Excellent camera work so it makes it enjoyable to watch, and very educational at the same time. Your vlogs are fun to watch while being educational and that is an achievement I would be proud of. Great work!
Well it was actually pretty interesting blog. I like to listen when someone with experience in programming thinking about solutions of problems
Great video. The trick for the folder structure with saving the parent element is really good to know! Thanks for showing this
Lots of good episodes, and this one is probably my favorite. Thank you for the code analysis.
Thanks for these videos! Definitely keeps me inspired to be productive when I'm in a slump.
I don't usually write many comments, but the video quality, the diversity of scenes (street and in-door) and the technical content of this video is great. Don't stop here and keep making videos like this. 👌
Hey thank you, I really appreciate the comment! 😊 I'll work on making more vlogs, thanks for the motivation 😃
These type of videos are brilliant! Keep up the great content
Thanks for the lovely video, Marko!
Cheers from Brazil!
I WOULD REALLY ENJOY A PODCAST OF YOU DISCUSSING HOW SOFTWARE ARE BUILT (The core logic behind software architecture), (3:49)
Great video, thank you for putting in a lot of work to make great content!
Hey thank you, I appreciate your comment 😃
even though i'm 14, but i know a little bit of python and some other programming languages, and watching you're videos makes me wanna learn programming and become a software engineer when i grow up, a software engineer life might be hard but fun
Hey that’s awesome to hear! It definitely can be a lot of fun 😃 keep going my friend, I hope you find something you enjoy doing 😊
Dont forget to enjoy your youth, do it for us 😂
I just love this man's passion for tech and yeah vlogs ❤❤❤
FINALLY, I was waiting for this video the whole week
Hey thanks! 😊
The retrieval is very expensive if you want to update any deeply nested folder or any file so I would go for a normalized state
Interesting topic, folders and reordering. Never thought about that one.
Great video, thank you for putting in a lot of work to make great content and teaching us!
Hey thanks, I’m glad you liked it 😃
Thanks for awesome content!
~The door knocking in soundtrack driving me crazy~ haha
Wow! I have worked on the project where we have made folders structure, and oh boy we unfortunately weren't so smart, the idea of parentId and index as any number sounds very interesting and something I will definitely remember if the future, thanks for sharing!
Just got a UA-cam notification and I instantly thought it must be a new video from Marko. Turns out I was right - so thrilled! By the way, where can I find the video you mentioned about how they made Google Docs?
Hey thank you 🙌 I’ll try to dig up that video and send you a follow up comment 😃
I just had to call out the gentle caress of your laptop before opening it.
Glad I’m not the only one that does that! Haha
Haha, didn’t notice I was doing it, until you mentioned, now I can’t unsee 😄
@@withmarko haha. You also did a “parting rub” at the end of the day
Hey that was a fantastic explanation of the tree structure and the solution google thought of. Wouldn't be opposed to more of this if you find any more cool problems you need to solve.
Hello Marko, your app is React Native, Ionic, Electron… ? Is it possible to sometimes make video about your VS Code settings (and extensions), what framework you use for this app and why you choose this framework? Thanks
Just confirming that I understand the solution to the nested folder problem. At @5:36 You have the structure Folder A->Folder D-> Folder B, Folder C where Fonder D has two children which are Folder B and Folder C. You set the index for Folder B as 1.0 and 2.0 for Folder C. Now you create a Folder Z inside of D which has an index of 3.0. You want Folder Z to be inbetween B and C so once dragged into that location you recalculate the index to be 1.5 (1.0+2.0)/2. These values-- 1.0,1.5,2.0-- get propagated to all devices that are synced to reconstruct the folder structure? Since the sync feature is not implemented yet I think you said you just reset all the indices so the mapping would be Folder B:1.0, Folder Z: 2.0, Folder C:3.0
Hey Marko!
Please review your MacBook, what applications you use, how you organize your productivity.
Thank you !
Hey thanks for the idea, I’ll try to come up with an interesting video on this topic 😃
Will be cool ! I'm looking forward to your new video@@withmarko
always a good day when Marko uploads!
Hey thanks 😃🙌
So, what I wanted to say...
firstly, hello from cold Siberia!
secondly, I really enjoy ur videos, they motivate me to keep learning something. This atmoshere is so wonderful actually. Just keep going, it makes my evenings much better 🤩
Thanks for the video, I was struggling find out the best way to save the order the records in a list with drag and drop, and I wanted to avoid having to update the entire list sorting index value, thank you for sharing it, truly helped me out on my own pet project :D
Hey good timing 😃 glad you liked it, thanks for the comment 🙌
Damn, this was a really good "day in the life" video; trying to do something, having a problem, and then showing how you figured out how to solve it
Actual software engineering
Hey marko, for your email client what wrapper are you using exactly for the desktop app? I’ve only ever used electron, but as a minimal person you don’t strike me as an electron user
Hi Marko, doubt, where I can find that google talk about google docs?
Thanks for your content, is awesome!
Love youo Markooooo... from Ghana, Africa.
I love your vlogs, I think this was my favorit one. learned stuff. keep it up
Hey thank you! 😃 I'm glad you enjoyed it 🙌
I see you are using TypeScript for your desktop email app. Is it better than a native language like Swift for Mac and C++/C# for Win? Because I heard that app written in TS takes a lot more space and has less perfomance compared to native language
At 4:45, marko you mentioned a talk about google docs, is that a video available to watch currently, if please can you share?
Great episode from Marko 😊 🎉
Phenomenal video! I think one of those walking vlogs would be cool to see again.
Hey thanks 😊 I’ll try to include more of walking haha 😃
I loved the whole software design talk, very interesting. TIL :D
I miss the day in the life with chatting with work collegues etc. with more actually work day vlogs :D
Thanks a lot Marko for what you are doing for us. Love and respect from india💌
I love how I always learn something new from your videos! What an awesome banana chopping technique! I miss the levitating plant from your videos, it's such a great little device
Haha thanks! Usually I get negative reviews of my cooking skills, but this one really put a smile on my face 😃 I still have it, thinking about reintroducing it, thanks for reminding me about it! 😄
I was doing a similar DND last month, and I also used parentID: string | null and flat array, but I didn't know it's one of Google's ways of handling DND statements. However, I didn't use any index key. I just put the item after the index or before the index I want and let it render as it stays in the array.
Oh I see, that's another very interesting approach! Not sure if Google invented the one I mentioned, but that's where I learned about it 😃
great video! and good point with float index values! (I wish you post this video some time ago ;) haha)
Very cool video 🎉 Explaining challenging problems with simple words is art. You can call yourself an artist Marko 🧑🎨
Hey thanks, that's too kind 😃
Hey Marko, Appreciate your these planning vlogs. It's so much helpful to know how to think and tackle the engineering problems. Just a small inquiry, can you please tell from where did you get the video wallpaper on your left screen? It looks amazing. Thanks
Hola Marko!
what vscode theme are you using?
It is really nice to chill with the next video. @withmarco, could you tell me which monitor light bar you have? I'm currently looking for that accessory for myself.
cool insight into how ordering can be built!
Thanks 🙌
Hey marko! Super nice vid! You're my biggest inspiration, I learned swift just cuz I wanted to be like you!♥♥♥♥
Hvala za video! Samo nastavi!
Hvala puno 😊
Hey I'm in school with devry for software engineering. I'm learning Linux. But I feel so lost still. What do you recommend I take, even if I have to pay to be ahead In our career. Because I'm worried I'm not getting the script writing and coding down. Thank you so much for your advice
hey marko , where are the office vlogs ?
hopefully see some soon , your awesome!
Hey Marko, the thumbnail looks like we will have Waves 2.0 wallpaper pack yay!! 🎉🎉 Please make a pastel or light blue one if possible!
Hi, Marko! Awesome video as always hehe
So...when you show us a little bit of your code I can see your're using TS scripts... how do you compile them to run on macos? Thanks!
Is it open-sourced?
Are you using tauri?
Would love to connect, making my own explorer, rn it is somewhere between 70 to 90% faster
Hey thanks for the comment! 😃 It's not open-sourced, thinking about it... I use electron at the moment, since I am more comfortable with typescript than rust. But as I go maybe I will move it over to tauri, when I get closer to release. Most of the app logic is in the renderer anyway, so it's not a big deal (I hope) 😃
Which vscode theme do you use?
Which programming language are you using @marko
3:14 "6 extra moths for free" yeah I'll take that.
Hahaha, gee I’m so good at this UA-cam thing 😂
Nice work and great solution Marko. What is the wallpaper with the rainy background on your left monitor?
what's the wallpaper name??
Cool video as always.✌
Can you tell me what camera are you filming with?
Or maybe you can do a video about your video/light setup?
Thx.
what monitor arms did you get for your dell monitors? :) here because of your dell video. tack och ha det bäst :D
how do you connect your 2 monitors? using a dock station or the HDMI and usb c port?
Dude Marko how did you become so good, did you do a computer science degree or course? or are you self taught as well? Any pieces of advice to become a better programmer?
Love the videos man! ❤
Thank you! 😊
Could you please do a video to teach how to make good communication with clients and how you treat them without any loose. I think this will help every freelancer.
Any chance you got the link for the google talk you were referring to about google docs
Hey! I have a small question. What do you use to create your apps? Like OneMenu or the Mail App. I see that you use TypeScript, but how do you set your projects up? Thanks for the help.
Hi man, love your videos. I’m new into programming and I’m curious what was the first language that you learned?
please could you tell me the full road map of beeing a software enginner ?and what exactly needed
My goodness, that Tesla has never seen water since it left the factory
which tech stack have you used to build this demo Marko ?
What wallpaper engine are you using for animated background wallpapers?
Hey Marko, i hope you are doing well, i would like to know what's the tech stack you are using for your email client?
Marko beautiful opening scenes as usual and another wonderful detailed upload 💖! It doesn't look like winter in Norway! Little question, why did you automatically choose to use a list?
Hey thanks, I’m glad you liked them 😃 as far as the list goes, it was just the quickest thing I came up with while prototyping the UI, it was easier to simply map over the list and draw some folder icons 😄
What is used to create this application? I see that TS is used, so it's not SWIFT, are you using Electron?
Hey yes, this is an electron app 😃
@@withmarko How did you make it look macOS native as if it was built with Swift? Are you using a special component library?
@@withmarko I have the same question. How does it look so native to mac?
Can u use Nested set list as struct for the folders?
You don't happen to have a link to that Google Docs talk?
Any reason you’re using typescript for your backend instead of swift?
Hey Marko, any suggestions for typescript learning resources? Because I'm done with dynamic Javascript.😅
Hi Marko! i have a quetsion. I saw you using typescript. Do you use react native or only typescript to develop apps? if so why?
Hello! I really like ur vids! And i got a question! I really like windows but i got an idea to switch to mac. What is your personal opinion from mac? Thanks!
Yo thanks for helping me marko
Hey, Marko, would you share those episodes from Google you mentioned in the video?
Wow really good video!
what framework do you use for the project? I saw typescript 😅