Тёмный
Gabriel Zimmermann
Gabriel Zimmermann
Gabriel Zimmermann
Подписаться
Hi! All things Software Engineering. Upcoming Series: Software Engineering for 5 year olds!
SNS vs SQS
8:39
3 года назад
Event driven vs event sourcing
4:44
3 года назад
Go For JS Devs | Part 10 | Select
4:38
3 года назад
The Value in Senior Developers
10:48
3 года назад
Go for JS Devs | Part 9 | Channels
7:07
3 года назад
Go for JS Devs | Part 8 | Goroutines
5:23
3 года назад
Go for JS Devs | Part 6 | maps
4:23
3 года назад
Go for JS Devs | Part 5 | Interfaces
6:22
3 года назад
Go for JS Devs | Ep. 2 | Pointers
10:54
4 года назад
Go for JS Devs | Ep.  1 | Basics
12:30
4 года назад
Improve your code | Part 2
22:58
4 года назад
Improve your code | Part 1
14:44
4 года назад
Oauth 2.0 tutorial Explain Like I’m 5
15:47
4 года назад
Комментарии
@rutikapatil2762
@rutikapatil2762 6 часов назад
Pro explanation 👍
@h.ar.2937
@h.ar.2937 День назад
So I have an oddly specific question: Is it possible to generate a code without necessarily knowing what service I am using? For example, let’s say I use Google Authentication and I am trying to get a code for “MyRandomWebsite”. I assume Google can see that I’m trying to access “MyRandomWebsite”, what time, whose account it is etc etc. My question is, do we have technology where the authenticator (eg Google Authenticator) and the service (MyRandomWebsite) don’t know who’s using trying to access what website?
@shellcatt
@shellcatt 6 дней назад
Good lecture, but a bit too sentimental. Could have packed all that info to make the vid shorter.
@jorgegallego9672
@jorgegallego9672 14 дней назад
Great video!
@yk4364
@yk4364 15 дней назад
Thanks
@whiteflyingmonkey
@whiteflyingmonkey Месяц назад
Okay ;) C++ allowed for multiple class inheritance and deciding which general behaviour to inherit is easily solved there. Go figure ha?! But you got the main difference correctly.
@DaggieBlanqx
@DaggieBlanqx Месяц назад
You explained it really really good. Thank you.
@snsbdccRJccb-yk3yw
@snsbdccRJccb-yk3yw 2 месяца назад
Very useful, you simply explained.... Thank you so much...... Do more video❤❤
@mbezhanov
@mbezhanov 2 месяца назад
Great video, very insightful! 👍
@sunkittsui7957
@sunkittsui7957 2 месяца назад
Easy to understand explanation and with clear examples!
@Andy-fd5fg
@Andy-fd5fg 3 месяца назад
Very helpful. There are many videos just saying install one or the other, but none I've watched so far have actually explained the differences.
@MuhammadUsama-gq5uz
@MuhammadUsama-gq5uz 4 месяца назад
Great Thanks for the difference
@animeshshrivatri9384
@animeshshrivatri9384 4 месяца назад
bro, you blow my mind. thanks for explaination.
@asepulven2768
@asepulven2768 4 месяца назад
Great work!
@bhars3273
@bhars3273 5 месяцев назад
I went to public school man.
@AdityaKumar-xw2yx
@AdityaKumar-xw2yx 5 месяцев назад
👏👏👏👏❤️
@Arillaxe
@Arillaxe 5 месяцев назад
I thought im tripping, but ur actually saying liv ub
@Gabzim
@Gabzim 5 месяцев назад
Hehe yes I am, it’s my Argentinian accent coming through 😅 and the fact that English is my second language. Hehe nice catch.
@BadgerHoney-h2x
@BadgerHoney-h2x 6 месяцев назад
Wow man, that was really an interesting and exhaustive video!! Thank you a lot! Very very hood job
@mubafaw
@mubafaw 6 месяцев назад
Great explanation
@mubafaw
@mubafaw 6 месяцев назад
Very insightful 👍
@johndudca6506
@johndudca6506 6 месяцев назад
Love it! That's an amazing explanation! Keep up the good work!
@deepakkashyap6538
@deepakkashyap6538 7 месяцев назад
Gem video, explaining the event loop with example source code is something great. Love to watch your upcoming videos 🔥🔥🔥
@prerakhere
@prerakhere 7 месяцев назад
top stuff
@isurucumaranathunga
@isurucumaranathunga 7 месяцев назад
This is the best explanation that I have ever found. Thanks a lot
@raideno56
@raideno56 7 месяцев назад
Thank you
@Climate_Action_Pakistan
@Climate_Action_Pakistan 7 месяцев назад
Looking forward to you flux videoes
@kamranpervaiz7427
@kamranpervaiz7427 7 месяцев назад
1:06 Fart :D thanks for explaining, much appreciated. I think It would be better if it was visual boxes :)
@MrSunildm4u
@MrSunildm4u 8 месяцев назад
Thats great explanation ... Loved it
@vivekgupta707
@vivekgupta707 8 месяцев назад
great explanation !!! even though I am not 5 ... HAHA ... thanks
@kupendrapola3798
@kupendrapola3798 8 месяцев назад
waiting for client creds and password authentication flows
@maulanaputro1966
@maulanaputro1966 8 месяцев назад
this is the exact explanation that im looking for, and you're doing it perfectly. keep this "explain A like im 5" series going!
@DorothyMcIntosh-y5i
@DorothyMcIntosh-y5i 8 месяцев назад
You must know some very precocious five-year-olds ;-)
@HarisKhan-bh6uj
@HarisKhan-bh6uj 9 месяцев назад
this is the best explanation on OAUTH on i found so far !!
@johnpettit6886
@johnpettit6886 9 месяцев назад
Maybe use physics - physics uses math(s) - heavily, tbf
@prerakchoksi2379
@prerakchoksi2379 10 месяцев назад
Note for myself Summary:- Abstract Class: To generalize behavior. Interfadce: To standarize. It is a contract that the object should be having this much things. Although we can now have methods in both, purpose of the methods in both case is different. Interface methods were interoduced to not break existing implementations. Also, All variables in interface are public+static+final while in abstract class thats not the case. So all members of implemented/extended class will have same/different copies in interface/class respectively. There isnt other difference I think, still feel free to comment and discuss
@felipef6300
@felipef6300 11 месяцев назад
Really thanks for this master class! You've spoken for clear way
@DPRWAR
@DPRWAR 11 месяцев назад
Perfectly understood, thanks for sharing
@Danielo515
@Danielo515 11 месяцев назад
It's impressive how within the first 10 minutes you clarified all my doubts about influx vs prometheus
@bernardofarias8215
@bernardofarias8215 11 месяцев назад
Not a Node programmer, but came here to learn a little more about epoll for my thesis. And what a great video, you did an amazing job explaining non-blocking I/O and the epoll syscall, congrats man! Btw, are you Brazilian? I couldn't tell by the accent.
@Gabzim
@Gabzim 11 месяцев назад
Argentinian living close to the border with Brazil
@macmac1283
@macmac1283 Год назад
thank you!
@andys-channel
@andys-channel Год назад
in your limitation example of prometheus, why wouldn't you store the filename as a label (or dimension depending on terminology)?
@Gabzim
@Gabzim Год назад
Because then each file would create a new metric with a single data point, after a while this would really wreck your performance and you’d need to accommodate for this in your queries. Labels have to have a low cardinality
@andys-channel
@andys-channel Год назад
@@Gabzim labels are used like that in loads of places though, and pretty common right? e.g. node exporter, so it is possible, but like with all prometheus metrics, you just have to be wary of cardinality - though it feels like the same could be said when comparing to some downsides of SQL based systems - just feels like in this case its maybe a bad example to give of something you can't do in prometheus, when you can? Side note - really like your drawings, it fits in really well with the video as you explain stuff.
@Dark_side9999
@Dark_side9999 Год назад
How does google keep our secret key safe? What do you think about their new feature which allow people to store their on google account?
@mateusztenteges3244
@mateusztenteges3244 Год назад
I would need those next videos :D
@laferreyra-ltx
@laferreyra-ltx Год назад
Great explanation! This is what I needed . Thank you!
@surecom12
@surecom12 Год назад
You don't have to explain it to javascript developers, because javascript developers usually think you are trying to take their job if you even try to learn javascript as a C/C++ developer. Many javascript developers have said that i do not know javascript, but i was just trying to learn and that i should go back to my C/C++, so no you should not help javascript developers to learn.
@mehtubbhai9709
@mehtubbhai9709 Год назад
i care that it's a min heap
@Jim73
@Jim73 Год назад
Great explanation!
@ocodista
@ocodista Год назад
Oh man, thank you so much. I've been in this rabbit role trying to understand where does the async execution in node ends and I wasn't happy that all the previous content I consumed ended at the libuv. I knew that there was an Operating System calls being made but I wasn't sure how did they called the callbacks on libuv. Thank you for this video!
@ocodista
@ocodista Год назад
Hey Gabriel, is there a continuation for this video?
@ZombiecowCast
@ZombiecowCast Год назад
Fantastic video. Helped with my second guessing
@sherryjohnson-o3f
@sherryjohnson-o3f Год назад
Could you explain it like i'm a two year old😮