Reset my desk setup with me.
1:29
Пікірлер
@PhilippeGélinas-h6d
@PhilippeGélinas-h6d Күн бұрын
Thanks for these episodes! Very appreciated! It would be great to see how to convert the storage option to use SwiftData instead.
@iOScribbler
@iOScribbler Күн бұрын
@@PhilippeGélinas-h6d noted!
@alvindizon5210
@alvindizon5210 6 күн бұрын
Thank you for this series! Would be great to have another tutorial that shows consuming a REST API and offline functionality :)
@iOScribbler
@iOScribbler 6 күн бұрын
Noted! Thanks for your support!
@MarchedYeti96
@MarchedYeti96 10 күн бұрын
This is pretty much what I'm looking for! I'm getting into the amp sim/daw space and love having the AI to the left for guitar cables + headphones. So much better than having it on the desk.
@iOScribbler
@iOScribbler 10 күн бұрын
Yep same. So easy to plug the guitar.
@shotbypartha
@shotbypartha 25 күн бұрын
How was the desk quality ?
@iOScribbler
@iOScribbler 25 күн бұрын
Really good. Have it for 3 years. No issue so far.
@alvindizon5210
@alvindizon5210 Ай бұрын
Deleted my comment re: formatting shortcut, misheard Control + M as Control + N :) Might be a good idea to put captions if mentioning shortcuts or commands
@iOScribbler
@iOScribbler Ай бұрын
Thank you for your input. Will definitely take that into consideration.
@abdulmomen1145
@abdulmomen1145 Ай бұрын
please share the code snippet
@iOScribbler
@iOScribbler Ай бұрын
Hi there! Thank you for commenting. There will still be a couple more videos and then the code will be pushed to the github from description. Stay tuned!
@tomma5o
@tomma5o Ай бұрын
As always, this is a really clear and useful video! I have a question: you used two tasks one attached to the mainContent and one to the sheet. Maybe it’s just me, but I’d prefer to keep the data fetching closer to the sheetContentView. That way, if there are multiple sheets, the data fetching remains near the sheet that’s using it. There are ways to do it?
@iOScribbler
@iOScribbler Ай бұрын
Hi! Thank you for your support. Both task modifiers are attached to the mainContentView. The only difference is that the block inside the one with the id will be triggered only when that id is true(hence the guard statement). The one without id for data fetching will be triggered everytime the view appears. I hope that is clear.
@tomma5o
@tomma5o Ай бұрын
@@iOScribbler yep is clear, but let's suppose we have 10 sheet in the same view, i;ll need to have 10 task with 10 @state? Hope the question is clear :)
@iOScribbler
@iOScribbler Ай бұрын
@@tomma5o I see now. Well when you use task(id) is really a matter of preference. But yeah in this case it would have been cleaner to place that task for saving, attached to the subview that is the sheetContentView inside the extension. So in that way no matter how many sheets you have they are split across those subviews and the code would be easier to read. Great insight!
@bjp_for_2024
@bjp_for_2024 Ай бұрын
I did not find this code in github linek
@iOScribbler
@iOScribbler Ай бұрын
Hi! There will be a couple more videos until all the code will be available. Stay tuned!
@bjp_for_2024
@bjp_for_2024 Ай бұрын
@@iOScribbler ok thanks
@andarwaly
@andarwaly Ай бұрын
Learn a lot from your vids!!!
@iOScribbler
@iOScribbler Ай бұрын
Thank you. Your feedback means a lot for me!
@dantesgeorge8480
@dantesgeorge8480 Ай бұрын
Excelente. Gracias
@iOScribbler
@iOScribbler Ай бұрын
You are welcome!
@AbdurahmonJamoliddinov-v1b
@AbdurahmonJamoliddinov-v1b Ай бұрын
Great video, learned 3 things
@iOScribbler
@iOScribbler Ай бұрын
@@AbdurahmonJamoliddinov-v1b really glad!
@najma492
@najma492 Ай бұрын
Could you create a video on design concepts such as use case diagrams, activity diagrams, domain models, and UML class diagrams? I'm working on a time management application for my final year project, and these elements would be incredibly helpful. Thank you!
@iOScribbler
@iOScribbler Ай бұрын
I get it and ’ve been there during my college years, building dozens upon dozens of diagrams. However, in my 5 years of working on production projects, I can confidently say that only class diagrams and flow diagrams have proven to be truly useful. Even then, they’re not created in the same detailed way as in university but are more abstract to help the team stay aligned. On this channel, I aim to focus on real-life scenarios, and while I may occasionally use some diagrams, I’ll make sure to keep this in mind.
@tomma5o
@tomma5o 2 ай бұрын
Is it common to extend the Date (or whatever) native objects, in other languages it's kind of a bad practice for various reasons, isn't better to make utils/helpers functions and use it like formattedAsDayMonthYear(myDateValue)? or in swift is accepted this behaviour? And as always thanks for this videos! 🙏
@iOScribbler
@iOScribbler 2 ай бұрын
In Swift is really common and used in many big small medium projects. Having that extension on String Int etc allows for easy integration when called directly on that type. Appreciate it!
@PhilippeGélinas-h6d
@PhilippeGélinas-h6d 2 ай бұрын
Great video once again! Thank you! Very nice UI, I appreciate your attention to these details. Looking forward to the next ones!
@iOScribbler
@iOScribbler 2 ай бұрын
@@PhilippeGélinas-h6d really appreciate it. I am not a native speaker and sometimes I find it hard to explain specific concepts but with patience I think I will deliver the full series!
@pythagorfpv
@pythagorfpv 2 ай бұрын
What is the best way to create a playlist music app, like how store the music data cover etc ? Thank u for your videos
@iOScribbler
@iOScribbler 2 ай бұрын
@@pythagorfpv thank you! When storing large binary data is not recommended to use swift data or coredata due to performance issues. You should rather store the data in file’s directory or cache and just store the url that is pointing to that resource in a local db.
@tomma5o
@tomma5o 2 ай бұрын
Thank you on what you’re doing here, i’ve just started with swift and this videos are gold Keep up the good work 🔥
@iOScribbler
@iOScribbler 2 ай бұрын
@@tomma5o really appreciate the comment. Thank you a lot!
@rubiadias7677
@rubiadias7677 2 ай бұрын
Obrigada!
@iOScribbler
@iOScribbler 2 ай бұрын
@@rubiadias7677 you’re welcome!
@timlwsk
@timlwsk 2 ай бұрын
Excited to see where this is going!
@iOScribbler
@iOScribbler 2 ай бұрын
@@timlwsk check out the next parts. So far we have the basic setup of the project and in the next video will start coding the Ui
@PhilippeGélinas-h6d
@PhilippeGélinas-h6d 2 ай бұрын
Thanks for your videos. Can't wait to see the next ones!
@iOScribbler
@iOScribbler 2 ай бұрын
@@PhilippeGélinas-h6d really appreciate it!
@sakuntalasutar9946
@sakuntalasutar9946 2 ай бұрын
Look cool bro and clean 😊
@iOScribbler
@iOScribbler 2 ай бұрын
@@sakuntalasutar9946 appreciate it
@kraissus
@kraissus 2 ай бұрын
I'm excited to see the rest of the videos. Great job
@iOScribbler
@iOScribbler 2 ай бұрын
@@kraissus really appreciate it. Thank you!
@MarkMendoza-v6h
@MarkMendoza-v6h 3 ай бұрын
Here from Threads! So cool!
@iOScribbler
@iOScribbler 3 ай бұрын
@@MarkMendoza-v6h really appreciate it. Thank you!
@patrickjakobsen1803
@patrickjakobsen1803 3 ай бұрын
Good job dude! Keep it going 🎉🎉
@iOScribbler
@iOScribbler 3 ай бұрын
@@patrickjakobsen1803 really appreciate it.
@UnitedStatesOfAmerica-q2c
@UnitedStatesOfAmerica-q2c 3 ай бұрын
Hey I really like your vid and never give up you'll get there😊
@iOScribbler
@iOScribbler 3 ай бұрын
@@UnitedStatesOfAmerica-q2c really appreciate the comment
@beckmega4309
@beckmega4309 4 ай бұрын
woow nice job
@iOScribbler
@iOScribbler 4 ай бұрын
@@beckmega4309 thank you
@Kwint.
@Kwint. 4 ай бұрын
What is the desk called>?
@iOScribbler
@iOScribbler 4 ай бұрын
@@Kwint. ikea trotten
@alfieup7976
@alfieup7976 5 ай бұрын
It's beautiful, can you tell me the size of the table?
@iOScribbler
@iOScribbler 5 ай бұрын
@@alfieup7976 ty 160x80 cm
@9х39_7Н9
@9х39_7Н9 6 ай бұрын
Все прекрасно, только стабилизации бы добавить, без нее как-то рвано.
@iOScribbler
@iOScribbler 6 ай бұрын
@@9х39_7Н9 what do you mean by that?
@9х39_7Н9
@9х39_7Н9 6 ай бұрын
@@iOScribbler, стабилизацию на камеру надо.
@atanasiohetiback967
@atanasiohetiback967 7 ай бұрын
😢 nobody has to like it why
@echolith_vn
@echolith_vn 7 ай бұрын
Chill.
@iOScribbler
@iOScribbler 7 ай бұрын
Very
@gioreyes9055
@gioreyes9055 7 ай бұрын
Subscribing, hope to see more from you :)
@iOScribbler
@iOScribbler 7 ай бұрын
Thank you very much! Stay tuned!🔥
@Uthael_Kileanea
@Uthael_Kileanea 7 ай бұрын
Foxes are the best 4-legged creatures.
@iOScribbler
@iOScribbler 7 ай бұрын
Love them so much ❤️❤️
@tarta2002dragos
@tarta2002dragos 7 ай бұрын
Hey, man! Hope you're doing well. Just remember to take some time for yourself as well; go for a walk, spark a conversation with a stranger or enjoy a concert, anything to break the routine a bit. I also work remotely, albeit in a different field, and I know how tiring it can be to spend every day at home. So just make sure you get to switch things up a bit from time to time and live life as well! Have a great day!
@iOScribbler
@iOScribbler 7 ай бұрын
Great advice thank you !🔥
@Someone_OnTheNetwork
@Someone_OnTheNetwork 8 ай бұрын
Bro was typing on a black screen 💀
@itsmecrax1159
@itsmecrax1159 8 ай бұрын
U blind brotha?
@Someone_OnTheNetwork
@Someone_OnTheNetwork 8 ай бұрын
@@itsmecrax1159 oh wait nvm now I see it, i was using phone at low brightness so i couldn't tell
@iOScribbler
@iOScribbler 8 ай бұрын
Lol😂
@Someone_OnTheNetwork
@Someone_OnTheNetwork 8 ай бұрын
@@iOScribbler yeah sorry, I use low brightness cuz it hurt my eyes
@iOScribbler
@iOScribbler 8 ай бұрын
@@Someone_OnTheNetwork no worries. Thank you for being here! 🔥
@BigStereoVR
@BigStereoVR 8 ай бұрын
Watching stuff like this, makes me miss Flash.
@iOScribbler
@iOScribbler 8 ай бұрын
Hm interesting what do you mean?
@tejashsingh2060
@tejashsingh2060 9 ай бұрын
Remote always
@tejashsingh2060
@tejashsingh2060 9 ай бұрын
How to find recruiters
@iOScribbler
@iOScribbler 9 ай бұрын
When you have some experience usually they come to you on linkedin. What I did at the start of my journey is spamming my CV for internship positions at different companies. It worked
@tejashsingh2060
@tejashsingh2060 9 ай бұрын
​@@iOScribbler but how do i find recruiters to spam my resume
@iOScribbler
@iOScribbler 9 ай бұрын
@@tejashsingh2060 check out companies in your town or in linkedin filter by internships or entry level jobs and start applying
@kieran2528
@kieran2528 9 ай бұрын
'Promo sm'
@iOScribbler
@iOScribbler 9 ай бұрын
?
@EakerFortnite
@EakerFortnite 10 ай бұрын
When
@Shity911
@Shity911 10 ай бұрын
My mom, my grades my anxiety
@iOScribbler
@iOScribbler 10 ай бұрын
Lol. Usually moms know what is best for us so maybe try talk things out 😁
@projecteventhorizon1670
@projecteventhorizon1670 10 ай бұрын
I feel you😢❤
@iOScribbler
@iOScribbler 10 ай бұрын
Thank you🥲
@beastpiano6774
@beastpiano6774 11 ай бұрын
yes
@Teleoos
@Teleoos 11 ай бұрын
I'm also coder ❤
@iOScribbler
@iOScribbler 11 ай бұрын
Nice keep it up. Glad you are here! 🔥
@No_Name-_--
@No_Name-_-- 11 ай бұрын
🤮
@mido_mayadoo
@mido_mayadoo Жыл бұрын
No, now imagine a sony user each phone is like 2.5k
@Mochi-lf5rz
@Mochi-lf5rz Жыл бұрын
Flexing that u got scammed by Apple 5times? Its just a worse product for the money in general the Apple apps are slower and less convenient. I'll never not look down on Apple users as lower life forms
@iOScribbler
@iOScribbler Жыл бұрын
Haha. When you code for Apple and money keeps coming there is no issues with having multiple devices to test on. I am not buying devices to validate anything. I earn my living with them so I guess is different than people who buy a new iPhone just because is new…lol
@ewaldius
@ewaldius Жыл бұрын
Can't flex with apples
@sabrinaharrington8406
@sabrinaharrington8406 Жыл бұрын
😠 *promosm*
@alenayoutube1574
@alenayoutube1574 Жыл бұрын
Which framework are you using swift ui or uikit
@iOScribbler
@iOScribbler Жыл бұрын
Both. In my personal projects only SwiftUI, at work a combination of the two.