I've been waiting for this one for years now. Bravo! Crisp and fun, thanks very much!
@faizco-darazshop79234 жыл бұрын
This is absolutely great talk.. and that example is brilliant
@alanlennon38713 жыл бұрын
you prolly dont care but does any of you know of a method to log back into an Instagram account..? I was stupid lost my account password. I would appreciate any tips you can offer me.
@quentinquinn82053 жыл бұрын
@Alan Lennon instablaster =)
@alanlennon38713 жыл бұрын
@Quentin Quinn Thanks for your reply. I got to the site thru google and im in the hacking process atm. Seems to take a while so I will get back to you later with my results.
@alanlennon38713 жыл бұрын
@Quentin Quinn it did the trick and I now got access to my account again. Im so happy:D Thank you so much, you saved my ass !
@quentinquinn82053 жыл бұрын
@Alan Lennon Glad I could help =)
@UliTroyo5 жыл бұрын
Thank you, great talk!
@victormartins-software39124 жыл бұрын
Wow, brilliant, thank you 🙏
@TheCodeConnoisseur2 жыл бұрын
Fantastic
@Matheus.Richard4 жыл бұрын
I would rather provide a default value for the finishing move than adding all those safe operators. Kinda like the NullObject pattern. It seems cleaner to me.
@JB-im8sg3 жыл бұрын
I don't see how this represents the null object pattern tbh. If you're just providing a meaningless default value instead of null why can't null just be good enough?
@Nuatheone2 жыл бұрын
This talk makes no sense to me... especially for beginners it's over complicated and badly explained. Examples are not well picked and confusing.
@blackstratmx2 жыл бұрын
@@Nuatheone I think it isn't for beginners.
@Andre_XX4 жыл бұрын
In the real world you will find this is far more difficult than you think. There are many subtleties with data. The same underlying data can be transformed into a different model depending on your point of view. Another complication that is usually poorly modelled is the time dimension. Data is not always static. There are multiple time dimensions. The time something changes in the real world. The time data actually changes in the database. The time data was supposed to change in the database.