SH: How to Teach
1:35:34
Жыл бұрын
AoC2022 - Days 6-8
27:24
Жыл бұрын
AoC2022 - Days 2-5
25:15
Жыл бұрын
AoC2022 - Day 1
15:19
Жыл бұрын
AoC2021 - A: Days 24 and 25
1:41:21
2 жыл бұрын
AoC2021 - A: Days 20 and 21
1:27:43
2 жыл бұрын
AoC2021 - A: Days 22 and 23
1:21:01
2 жыл бұрын
AoC2021 - A: Days 18 and 19
1:48:42
2 жыл бұрын
AoC2021 - A: Days 16 and 17
1:38:28
2 жыл бұрын
AoC2021 - A: Days 14 and 15
2:43:25
2 жыл бұрын
AoC2021 - A: Days 12 and 13
1:23:58
2 жыл бұрын
AoC2021 - Q: Day 25 and A: Day 11
1:02:47
AoC2021 - Q: Day 23, 24 and A: Day 10
1:25:22
AoC2021 - Q: Day 21, 22 and A: Day 9
1:24:32
AoC2021 - Q: Day 18, 19, 20 and A: Day 8
1:57:04
AoC2021 - Q: Day 16, 17 and A: Day 7
1:33:07
AoC2021 - Q: Day 14, 15 and A: Day 6
1:08:24
AoC2021 - Q: Day 11, 12, 13 and A: Day 5
1:21:55
AoC2021 - Q: Day 9, 10 and A: Day 4
1:20:47
AoC2021 - Q: Day 7, 8 and A: Day 3
1:44:18
AoC2021 - Q: Day 4, 5, 6 and A: Day 2
1:06:30
AoC2021 - Q: Day 2, 3 and A: Day 1
1:24:39
AoC2021 - Q: Day 1
25:53
2 жыл бұрын
Intro to Kubernetes Part 2
1:59:33
3 жыл бұрын
Intro to Kubernetes Part 1
1:51:15
3 жыл бұрын
Пікірлер
@ndeta
@ndeta 26 күн бұрын
💯💯💯
@catharsis222
@catharsis222 2 ай бұрын
If dictionaries don’t support regex key search, put it in a function. That’s what I do. I guess dictionaries can also be subclassed, but I put it in a function
@catharsis222
@catharsis222 2 ай бұрын
I’m really enjoying these videos. Watching & doing many of them will make me sound much better to employers. The other videos are gems. Anyone who watches them can’t be touched by those around them (LOL)
@rudroroy1054
@rudroroy1054 3 ай бұрын
so the on-premise one is opensource but the cloud one is paid ?
@gabrielwisniewski5857
@gabrielwisniewski5857 3 ай бұрын
yeah
@codeseoul
@codeseoul 3 ай бұрын
Correct. The cloud offering also has more features, like authentication. One key thing is that your flows' code isn't transferred to the cloud when you use their cloud version. The cloud system just handles task management and such. Note that you can deploy the open source version to your own cloud systems, but you must manage everything yourself. It is possible to deploy Prefect on Kubernetes infrastructure with autoscaling and all the other benefits Kubernetes provides. The biggest difficulty is the lack of authentication, but you could some kind of gateway to accomplish this.
@natefromprefect5895
@natefromprefect5895 4 ай бұрын
ayy! nate from prefect here, this is great content 👏
@carl4159
@carl4159 5 ай бұрын
Promo`SM
@3i33i
@3i33i 5 ай бұрын
Thanks
@jpowerj
@jpowerj 5 ай бұрын
This was SO helpful for me, after lots of failed attempts to boil down how Prefect works into a ~1 hour lesson for my data science students! I was either making it too complicated to fit into 1 hour, or... not complicated enough to cover flows, deployments, tasks, and incorporate Pydantic as well. Thank you so much for making this available on KZbin! (Joining the Discord to say thank you there as well :D)
@SalmanKhan-qp5gz
@SalmanKhan-qp5gz 5 ай бұрын
Please keep uploading
@errrbrrr3821
@errrbrrr3821 6 ай бұрын
can you provide the github link for this project?
@BhakthiYoutube
@BhakthiYoutube 6 ай бұрын
Can you showcase the datapipeline building from end to end using spark
@codeseoul
@codeseoul 5 ай бұрын
Sorry we were so late seeing this. We're still figuring out social media. We'll add it to our backlog of workshops!
@codeseoul
@codeseoul 3 ай бұрын
@BhakthiKZbin We're going to do Spark this weekend!
@Levy957
@Levy957 7 ай бұрын
amazing
@turanmunday4103
@turanmunday4103 7 ай бұрын
I am getting an error when trying to acess prefect server? any idea what might be the issue
@turanmunday4103
@turanmunday4103 7 ай бұрын
have resolved i had to start the server and then run pipleine in new terminal
@maryjanebenjamin9179
@maryjanebenjamin9179 Жыл бұрын
☝️ "promosm"
@zane1509
@zane1509 Жыл бұрын
Promo'SM 🤪
@3i33i
@3i33i Жыл бұрын
Nice
@danieltaki9153
@danieltaki9153 Жыл бұрын
We love William!
@jaeyoonjo4247
@jaeyoonjo4247 Жыл бұрын
Wow this guy sure seems to know what he's talking about and is not talking out of his ass (That's-a me, I'm the speaker).
@user-nv6tt4gf3f
@user-nv6tt4gf3f Жыл бұрын
Wow, I colud not attend this session last Saturday. But I can watch this video via youtube. Thanks. ^^
@kimevan6736
@kimevan6736 Жыл бұрын
It'd be nicer if the mic quality is better.
@ashleyyeseullim3938
@ashleyyeseullim3938 Жыл бұрын
4:22 Introduction 6:23 Agenda 7:04 What is DevOps? 9:56 Infrastructure 20:34 Infrastructure - Public Clouds 26:11 Infrastructure - Docker and Scaling 28:05 Infrastructure - What to study? 30:14 Continuous Integration 36:17 Continuous Integration(2) 41:25 CI Practice 1:22:41 Continuous Delivery 1:31:55 Monitoring 1:37:21 Developer Experience Thank you for sharing Beege! This session is what I need! 😆😆 it's excited to watch more than I expected 😎😎🥳
@codeseoul
@codeseoul Жыл бұрын
Sorry, I just realized this comment came! Still figuring out KZbin. Thank you for the timestamps! I think we'll try to include those in the event descriptions in the future if time permits. Thanks for the inspiration