Тёмный
freeCodeAcademy
freeCodeAcademy
freeCodeAcademy
Подписаться
Learning to Code Shouldn't Be Painful. Start Your Coding Journey with Free Code Academy
Everyday Excel  Full Tutorial
6:38:26
2 года назад
C++ For C Programmers full Tutorial
8:43:58
2 года назад
Microsoft Azure SQL
1:16:25
2 года назад
C for Everyone  Programming Fundamentals
6:22:36
2 года назад
Computer Architecture part 1
11:14:43
2 года назад
Check Point Cloud Security Full tutorial
2:22:32
2 года назад
Web Development with Java Spring Framework
2:09:23
2 года назад
Using Databases with Python full Tutorial
4:34:58
2 года назад
Introduction to Programming with MATLAB
11:35:42
2 года назад
Getting started with TensorFlow 2
3:58:24
2 года назад
GitLab Full Tutorial
2:08:59
2 года назад
Algorithms full tutorial
10:24:51
2 года назад
Getting Started with Go Full Tutorial
3:08:47
2 года назад
SQL for Data Science full Tutorial
3:16:13
2 года назад
what is cryptography full tutorial
10:35:06
2 года назад
Top Tips for Web Performance
0:46
2 года назад
Modern JavaScript for Python Developers
40:56
3 года назад
Google Big Query Full Tutorial 2021
3:07:04
3 года назад
Node.js Deep Debugging
30:17
3 года назад
Комментарии
@mimimmimmimim
@mimimmimmimim 11 дней назад
What's this? 1962? Margarine healthier than butter? 😂
@honeyjohn2997
@honeyjohn2997 21 день назад
I was confused with the partition concept but this tutorial resolved my doubts. well explained. I would say the best explanation in a straightforward form
@talktotask-ub5fh
@talktotask-ub5fh 3 месяца назад
Excellent video presentation and very nice technical content explained. +1 like and +1 subscriber. Thank you.
@nachoeigu
@nachoeigu 5 месяцев назад
The best explanation I have seen about Kafka
@VibhuBhanot
@VibhuBhanot 6 месяцев назад
This presentation was really helpful. Thanks!
@zed_t
@zed_t 8 месяцев назад
Is this a complete course?
@sirharis7462
@sirharis7462 9 месяцев назад
This was so comfortable to watch and easy to grasp the concept with the analogy presented. Well done.
@cashed-out2192
@cashed-out2192 9 месяцев назад
I will never use One Note again. Lost all my data.
@UnixTech
@UnixTech 10 месяцев назад
Thanks for the tutorial. Whoever doesn't know C - doesn't know anything. :)
@brotto001
@brotto001 10 месяцев назад
2:03:30
@sajjaddehghani8735
@sajjaddehghani8735 10 месяцев назад
Great intuitive tutorial for kafka ❤
@mohammedshabaaz9625
@mohammedshabaaz9625 Год назад
can you add timestamps
@fariha6499
@fariha6499 Год назад
Do u have assignments solutions
@echo-channel77
@echo-channel77 Год назад
1.25x and it flows normally and shaves almost 2 hours off.
@Muhammed.Abd.
@Muhammed.Abd. 8 месяцев назад
Running it on 3x
@profilore
@profilore 3 месяца назад
Thank you, my saviour
@AGentooUser
@AGentooUser 2 месяца назад
1.5x flows normally too
@antoniovalanzano9542
@antoniovalanzano9542 Год назад
the query showing SELF JOIN is wrong!
@int16_t
@int16_t Год назад
I've made my mistake learning C++ as a C programmer
@bensalemomar153
@bensalemomar153 Год назад
Why?
@friedrichmyers
@friedrichmyers 11 месяцев назад
Yeah. But it's an important realisation to see that nothing is better than C
@int16_t
@int16_t 11 месяцев назад
@@bensalemomar153 C++ is a disgusting language. Overly bloated. Those who learns it are not human anymore.
@samiskine
@samiskine Год назад
Hi, First of all, thank you for making such a course accessible for free ! I have a question about the code written at 3:12:30. Aren't we supposed to have something like : inline days& operator++(days& d) { d = static_cast<days>((static_cast<int>(d) + 1) % 7)); return d; } Instead of : inline days operator++(days d) { return = static_cast<days>((static_cast<int>(d) + 1) % 7)); } In the second option, we are not modifying the value of our "days" instance, but only returning the value of "d + 1 % 7".
@vercolit
@vercolit Год назад
Not sure if you still want the answer, but when you overload the increment operator, you expect the value of the thing to change by convention. Doing: """ days cur_day = days::Wednesday; cur_day++; """ is logically the same thing as: """ days cur_day = days::Wednesday; operator++(cur_day); """ As you see, , the '++' increments whatever you give it to. Your second example returns the incremented day, but doesn't mutate the day itself, so you need to do this to increment a variable you have to do this: """ days cur_day = days::Wednesday; cur_day = cur_day++; """ Doing the first/second example would do absolutely nothing to the original value with your second version of the code, which again, is not what you expect with an increment operator.
@DevEdy
@DevEdy Год назад
The quality is so bad.
@danielmijailalpistesarmien8982
I cannot believe that this channel stopped doing videos at all. Excellent explanation! I will surely follow you!
@carlosvillars
@carlosvillars Год назад
149
@michastachowski7838
@michastachowski7838 Год назад
Thank you for a great explanation, Francesco :)
@nscarg
@nscarg Год назад
Excelente
@naveenbnars11
@naveenbnars11 Год назад
Hi, I am using BigQuery Storage Read API to read data from BQ Native tables using BQ Client libraries. But I want to validate my filtering condition(input request) before sending a response and in case of failed validation want to send a response as error codes. How I can do that? can you please guide on that.
@ianmoon
@ianmoon Год назад
thank you so much for the video it's really intresting and have learnt alot
@winifreddaniel8633
@winifreddaniel8633 Год назад
Best online tutorial I've ever had😊 Nice job!
@michalisl.3798
@michalisl.3798 Год назад
Excellent teacher. Thank you.
@zahraazeem105
@zahraazeem105 Год назад
Can you add the link to the code because video quality is sooo bad that u cant see what's happening
@sashakhalikov9226
@sashakhalikov9226 Год назад
This is the best Kafka tutorial I've seen. Inspiring work. Thank you.
@martinatanasov6627
@martinatanasov6627 Год назад
bad video quality
@takreem.akhter
@takreem.akhter Год назад
great video!
@BenjaminKelm
@BenjaminKelm Год назад
Thank you for your tutorial. Very clearly presented!
@badrelmazaz
@badrelmazaz 2 года назад
Avoid pizza all'ananas and pizza al cioccolato hahaha, love from Italy
@kadichidu4171
@kadichidu4171 2 года назад
Please add timestamp
@aadityasharma63353
@aadityasharma63353 2 года назад
where would i get the code
@diegodeotti
@diegodeotti 2 года назад
Professor Ira Pohl is awesome!
@victoriwuoha3081
@victoriwuoha3081 2 года назад
Concerning this.. How would Kafka already initiate a primary key on the sink table? Would it be better to create the sinks first?
@kajalmishra6895
@kajalmishra6895 2 года назад
You presentation, and the way of explaining each slides is amazing.
@markmanning2921
@markmanning2921 2 года назад
So why has chuck moore never been given a turing award? Also, to sort a list i would not copy it out to a vector, sort the vector then reconstitute the list as you say I would use a shell sort and sort the list in place, this would require two iterators on the same data and im not sure the STL allows this but It could still be done and would be much more efficient
@ashtube4227
@ashtube4227 2 года назад
How lucky I am to find this now. You came at the right time. Keep going❤️
@sonalihalder5994
@sonalihalder5994 2 года назад
In which platform u are writing the code
@luciafargallo
@luciafargallo 2 года назад
Great explanation! Thanks a lot :)
@kaant21
@kaant21 2 года назад
thank you this is exactly what I need
@Madex07
@Madex07 2 года назад
Knk izlemeye değer mi
@t.f.877
@t.f.877 2 года назад
I wish every tutorial on YT would be that well presented and clear. Thanks for the effort!
@semibenhsan9551
@semibenhsan9551 2 года назад
Just Amazing ! Keep Going Man
@maxm5523
@maxm5523 2 года назад
great video, but when I try to import a public dataset it doesn't load :( can you please help
@maxm5523
@maxm5523 2 года назад
I go with + ADD DATA / EXPLORE PUBLIC DATASETS / VIEW DATASET / * AND HERE NOTHING HAPPENS (I DONT HAVE ANY PINNED PROJECTS ON MY LEFT TOP SIDE)
@uchenweke2482
@uchenweke2482 2 года назад
@@maxm5523 same issue for me
@vishnureddys4801
@vishnureddys4801 2 года назад
what happened? it works fine for me.
@nitika1111
@nitika1111 2 года назад
In explorer....In the Type to search field, enter bigquery in the search field. Now you'll see bigquery-public-data dataset . To pin the bigquery-public-data dataset to your project, click Click to pin.
@SamiVasileiosAmiris
@SamiVasileiosAmiris 2 года назад
Thank you for a truly marvelous video!
@RahulChauhanart
@RahulChauhanart 2 года назад
Hi, how do I close consumer for indefinitely waiting for the message? I tried this for message in consumer: ... consumer.close() but consumer is keep waiting for msg even though there are no msg in the queue
@nageshwarburman8819
@nageshwarburman8819 2 года назад
You guys are doing great work!
@luism8545
@luism8545 2 года назад
This is a well done job. idk why is not popular
@knleecalvin
@knleecalvin 2 года назад
Really nice !!!