Пікірлер
@ajmarquez
@ajmarquez 16 күн бұрын
Great talk!
@caioagralemos
@caioagralemos 18 күн бұрын
🥳
@Martin-Developeeeer
@Martin-Developeeeer Ай бұрын
Very good explanation of focus in SwiftUI!
@dmitrykhotyanovich5035
@dmitrykhotyanovich5035 Ай бұрын
Could you explain the concept of Clean Architecture in the VIP scope? Please try to understand and build the enterprise application based on VIPER and develop the backend using the Clean Architecture concept. Thank you for the example of the Scene code built from XCode templates.
@chovuse
@chovuse Ай бұрын
Sounds great !
@Travelicious-Tales
@Travelicious-Tales 2 ай бұрын
Really awesome
@thomasminshull3456
@thomasminshull3456 2 ай бұрын
Really great talk. I can’t help but feel that async await isn’t production ready. There doesn’t seem to be a great way to serialize work and there seems there are a lot of “gotchas”. It makes async code easy to right and hard to reason about which is a bad combination. I feel for new developers trying to wrap their heads around this. I’m sure it will improve, it solves some interesting performance problems, and it never seems to be solving the problem you think it is.
@dmitriyobidin6049
@dmitriyobidin6049 2 ай бұрын
As a newbie ios dev i still can't decide whether this new approach is easier or harder to compehend.
@dangotang8918
@dangotang8918 19 күн бұрын
Apple / Swift community should pay attention to comments like this!
@dmitriyobidin6049
@dmitriyobidin6049 2 ай бұрын
So we just swap all our classes for actors or what?
@griffinbaker860
@griffinbaker860 2 ай бұрын
If it interacts with the UI, then yeah
@dangotang8918
@dangotang8918 19 күн бұрын
@@griffinbaker860 no. actors don't have inheritance, so they can't be a stand-in for classes. actors are for when you need to encapsulate mutable state in a thread safe manner.
@7themryze638
@7themryze638 3 ай бұрын
Thanks for your explaination, Senpai!
@steftrando
@steftrando 3 ай бұрын
So he gave this talk before he made the biggest app for himself yet…., MacWhisper
@steftrando
@steftrando 3 ай бұрын
This should be updated for GPT 4
@ZoeSummers1701A
@ZoeSummers1701A 3 ай бұрын
They should start teaching you how to use English and grammar, rather than computer programming.
@FENTANYLJET
@FENTANYLJET 3 ай бұрын
love the presentation an!
@lilianadevon92
@lilianadevon92 4 ай бұрын
💋 'promo sm'
@TristanBailey
@TristanBailey 4 ай бұрын
Saw you post on X/twitter so came to listen.
@lukaszstocki6998
@lukaszstocki6998 5 ай бұрын
Thanks for sharing that. I wish you all the best :)
@gofudgeyourselves9024
@gofudgeyourselves9024 6 ай бұрын
A 15 year old girl has more knowledge than me 30 year old
@RaghavSethii
@RaghavSethii 6 ай бұрын
1975! Represent!
@RaghavSethii
@RaghavSethii 6 ай бұрын
Excellent talk 👏
@CodingByAmp
@CodingByAmp 6 ай бұрын
Hi
@devayz9305
@devayz9305 6 ай бұрын
Great, thanks alot
@etokeokeo9063
@etokeokeo9063 7 ай бұрын
I don't want to sound offensive, but I think that before, but I think that anyone who speaks in front of an audience should at least improve their English (or any other foreign language) and also their communication skills. I had a lot of difficulties following the lecture even with subtitles.
@ZoeSummers1701A
@ZoeSummers1701A 8 ай бұрын
How to write a title like you’re 5. /smh
@nilesbrandon4217
@nilesbrandon4217 8 ай бұрын
I’m 15 minutes in and this is one of the best talks I’ve ever seen.
@alekseiwe
@alekseiwe 8 ай бұрын
Do you think this is bad neighborhood?😂
@alexnovikov1609
@alexnovikov1609 8 ай бұрын
The header is misleading but I’ve got an idea. Thank you!
@HumbleHustle101
@HumbleHustle101 9 ай бұрын
Nice talk Omer. I want to call a function before dyld loads /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation loads is that possible. If yes than can you guide me?
@venugopalreddy6618
@venugopalreddy6618 9 ай бұрын
I guess GCD does the job for most the cases.
@brunolopesdemello7040
@brunolopesdemello7040 5 ай бұрын
You can use both, but with async/await you have far less code, but the impact from both are just the same
@vaibhavbansod9111
@vaibhavbansod9111 27 күн бұрын
Cycle does the job of taking from one place to another, so why to use bikes and cars
@user-qg8nc5bk4p
@user-qg8nc5bk4p 10 ай бұрын
I was going through modern concurrency for a while and only this talk put the light on the things I didn’t quiet understand. Thanks Donny!
@muncho404
@muncho404 10 ай бұрын
Phenomenal talk🤩
@darkexior
@darkexior 10 ай бұрын
Fantastic!!
@roh9934
@roh9934 11 ай бұрын
The pattern i saw with Jordi is he's super proactive & if some new opportunity/framework/API came, he thinks of how we can use that? Starts with a very simple app, ask for improvements & then do it in subsequent versions. First step is to make a simple app with attractive UI be available in app store.
@SnowmansApartment
@SnowmansApartment 11 ай бұрын
I love how dynamic links suddenly aren't supported anymore, with little info on what alternatives are there.
@alxkub
@alxkub Жыл бұрын
How liming the number of threads in pool by the number of CPU cores is a good idea? A bunch of long running computational tasks may completely block other (potentially short) tasks from executing? Also one may want to use some old-style blocking I/O calls and that will also lead to problems…
@SarikaDevisetty
@SarikaDevisetty Жыл бұрын
Yayy great one !!
@natgenesis5038
@natgenesis5038 Жыл бұрын
ChatGTP is limited after 2021
@iJustinCabral
@iJustinCabral Жыл бұрын
Thanks for updating! Excellent advice
@rufaikudus5491
@rufaikudus5491 Жыл бұрын
Amazing ...
@rufaikudus5491
@rufaikudus5491 Жыл бұрын
Explanatory enough...Amazing...
@rufaikudus5491
@rufaikudus5491 Жыл бұрын
Can i get the open source link for this possibly...
@encodedlife
@encodedlife Жыл бұрын
Loved the talk! Will be sharing this with everyone on my network.
@DielsonSales
@DielsonSales Жыл бұрын
Good talk, I really appreciated it
@pitmanra
@pitmanra Жыл бұрын
I could not get the code at 17:17 to run until I changed the angle parameter in the two calls to drawHand from angles.minute and angles.hour to clock.minute and clock.hour. Ironically, I called on ChatGPT to find that error for me.
@AchrafTrabelsiMobileDeveloper
@AchrafTrabelsiMobileDeveloper Жыл бұрын
Wow ! very inspiring, thank you for sharing this and for inviting great peoples like Jordi 👍
@alex_tahiti
@alex_tahiti Жыл бұрын
Interesting but it does not explain how it was done
@ilyabiltuev
@ilyabiltuev Жыл бұрын
Jordi Bruin is a real example of a successful indie developer! Thank you Jordi for what you do :)
@scotdetchon7722
@scotdetchon7722 Жыл бұрын
👏 'promosm'
@subinrevi1
@subinrevi1 Жыл бұрын
Excellent talk!!
@DimitarNestorov
@DimitarNestorov Жыл бұрын
twitter.com/jordibruin
@DimitarNestorov
@DimitarNestorov Жыл бұрын
www.youtube.com/@tundsdev