Welcome back! As one of your Patreon members, I’d love to see more frequent videos.
@tsogid20 сағат бұрын
This is great and all, but how do actually use it?
@AlphaSierra38020 сағат бұрын
Thanks for the video.
@cianmawhinney644821 сағат бұрын
Found the video useful, but wish you'd disclosed that it was an ad upfront!
@coderized18 сағат бұрын
Sorry about that, it was only partially as most of the features are free
@reverse4646Күн бұрын
sorry but i stay with podman
@SamWynne19 сағат бұрын
I’m a pod man too 😜
@SoreBrainКүн бұрын
Most of these features are Docker Desktop exclusive. Sadly on Linux it can still be a horrible experience.
@nahuelpiguillem2949Күн бұрын
i came for information and i stayed for the animations XD
@modernkennnernКүн бұрын
As someone who started using NixOS about a month ago, I was not expecting to see a Nix reference in this video :s
@StarOnCheekКүн бұрын
Holy guacamole, is this major big corporate Nix adoption?
@AndrianVangelov-f2uКүн бұрын
Amazingly beautiful infographics! Sweet times to be learning 🤗🚀
@DryBones111Күн бұрын
Feels like their tooling is slowly shifting to nix in the backend. Nix and containers are certainly a great match.
@casfrenКүн бұрын
came for Docker, stayed for the animations XD How did you make them?
@LetsricКүн бұрын
That was a cool video!
@Mohamed_KittanyКүн бұрын
Great animation! What tool did you use?
@raymond-andradeКүн бұрын
Quite excited about the debugger having all the tools I need so I'm not setting up VS code remote container dev or having to go in, update the package manager, just to install vim Edit: Darn it's a paid feature only
@ArthurKhazbsКүн бұрын
Babe, wake up! New Coderized video just dropped!
@ChrisGruelКүн бұрын
How were the animations done? They are quite good
@ThatRandomDude914Күн бұрын
Here’s the last video for 6 months
@ZevIsertКүн бұрын
Lol 3:51 pretty cool that Docker Scout catches Zero Day exploits, that's a game changer for the entire security industry
@fugoogle_was_already_takenКүн бұрын
1. Put everything in docker 2. Let docker scout discover zero-days 3. Sell them and profit Easy business
@БулатМиннуллин-р8щКүн бұрын
This is an ad isn't it
@coderizedКүн бұрын
I tried to make make it fun
@jonschdeКүн бұрын
@@coderizedi found it fun and the animations were good, but you should really disclose it way earlier and more obivous.
@twitchizleКүн бұрын
docker compose watch is great but there is still problem. ide/editors cant have LSPs from docke
@multiarray2320Күн бұрын
felt like a docker ad xD great animations though. probably took a ton of time.
@sn-xc7rvКүн бұрын
It is an ad for docker
@ivanhaiКүн бұрын
it is
@coderizedКүн бұрын
Sorry but docker is actually doing some cool stuff
@thecognacsipperКүн бұрын
@@coderized yeah...still nicer if you mention that at the beginning ratherthan the end. Liked the video tho
@31redorange08Күн бұрын
It feels like an ad because it is. This wouldn't be a problem had he disclosed this.
@GoldenBeholdenКүн бұрын
Docker Debug is exactly what I've been wanting. No need to add a bloated debug container to my compose files, and even support for Nix? Couldn't have asked for more.
@nielskersic32822 сағат бұрын
If you’re happy paying for a subscription. He didn’t mention you need a Docker Pro subscription for Debug
@victoralmanzar1273Күн бұрын
What are your thoughts on Podman and Quadlet?
@marcuss.abildskov7175Күн бұрын
podman ftw. docker sucks ass
@BosonColliderКүн бұрын
It's useful if you need to run containerized services declaratively on a specific VM or bare metal host. It also definitely has a simpler model for user mappings. It's not a replacement for Docker as a developer tool (it includes none of the commands mentioned in the video for example) and the previous focus on kubernetes yaml instead of docker compose was an utterly awful worst-of-both-worlds situation since it is nothing like idiomatic kubernetes yaml at all and was crippled compared to plain unit files running the CLI command, so I'm glad that quadlets aim to expose all podman flags.
@Hmm-p9tКүн бұрын
I am so glad to see you upload again. I know the last video didn't do as well due to being somewhat opinionated, even though we appreciate it. But please don't ever give up. Your content is golden!
@skylark.krakenКүн бұрын
I mean, out of the total of 4 videos he has prior to this one it's unusual for someone to have 3 of their videos have over 1M views, his 4th video still performed better than almost everyone else's 4th video by far, just worse than the unusually incredible performance before that
@RobMeijerUkКүн бұрын
It is unfortunate that some (most?) of these features are only supported in Docker Desktop. It would be great if they could make it part of the normal Docker CLI.
@lynca9530Күн бұрын
for real? that real suck. i was excited for a second there
@alejandrobalderas2370Күн бұрын
i mean they have to make money somewhere right? i do not think it’s bad because for “normal” developers docker desktop is free it’s only for companies that it is paid
@RobMeijerUkКүн бұрын
@@alejandrobalderas2370 Yeah it's not really "bad", I would just prefer not to use it to get these extra features. But you're right, it's a good way for them to generate revenue for some nice to have extra features, while still leaving the normal Docker CLI free to use.
@Nelo390Күн бұрын
@@alejandrobalderas2370 Yeah but why not include it being accessible by cli?
@freejay6091Күн бұрын
is that true? I *only* use it in CLI. Can someone confirm pls?
@FloKorp86Күн бұрын
Container Debugging via SSH is a real game changer! Would be awesome if they could add integration of this feature in Docker Desktop so I can have a nice UI too :)
@dzuchunКүн бұрын
these animations are gorgeous, omg I love them so much 😍
@aecsarКүн бұрын
Ohh. It's so good to watch this video. Wish it was longerrr/
@AjinGixtasКүн бұрын
I see the visual have been upgraded a lot. The constant thumbnail redesign makes sense now. Well done :)
@xandmore2 күн бұрын
@coderized could you please tell what is the theme you used on 6:37? 🙏
@pmshadow2 күн бұрын
This was incredible! Thanks a lot
@tetsooo3 күн бұрын
Is that a Tron 1982 reference?
@2097bugs4 күн бұрын
My only programming principle is: Create an abstraction or module only if the implementation is likely to change in the future, or if there is a pattern in the implementation that expresses a concept specific to the domain
@James-l5s7k5 күн бұрын
Half of these problems are solved by using functional (or functional-ish) programming. But then there's functional code smells that smell their own way! Reee!
@youtubelisk5 күн бұрын
I would like a follow-up to this.
@Rey-ei4to5 күн бұрын
I know that it might be looking weird, but you have such smooth and soft voice that I almost fell asleep...
@JohnDoe-ln8jp6 күн бұрын
I absolutely hate the trope of "standardized code is readable". Yeah I follow the standards but only because I'm forced to. Often the arbitrary rules >reduce< readability, and mess up diffs/change history (I added one character and now 500 lines are changed because yes). Not to mention I consider some of the spacing rules plain ugly (but that's subjective). Some of the most beautiful and readable code I've read and written used completely custom formatting - adapted for the specific use-case. So yeah, I'll keep using "prettiers" but only because I'm forced to. And if someone "can't read" code just cause it doesn't have superfluous spaces and newlines, etc, I would say it's not an issue with the code. Ideally, formatting standards could be applied locally by devs - like CRLF auto-magic in git. But that would be difficult to map properly for line numbers etc, in stack traces and in diffs. Still, totally doable, seeing as we do it for transpiled code. Then if someone wants to pad their code with whitespaces all over the place or make it column-limited to fit on their nokia 3510 for some reason, be my guest. Just like anyone can use any font they prefer.
@lucadelaat88378 күн бұрын
So beautifully informative!
@nicolasm.bronner27478 күн бұрын
Great animation! And it seems like it's very well explained (from what other comments say), tough i feel as clueless after watching it than before 😵💫. I guess that's not for my level yet :D
@raggedclawstarcraft656210 күн бұрын
Lmao. Thought the video about never installing docker locally.
@RavenMobile10 күн бұрын
You should allow embeds. My mobile fullscreen only works properly on embed YT videos, now I can't watch your video.
@jay.jarosz13 күн бұрын
This video was very helpful, thank you! And also amazing work on the animations! 😍😍😍
@nguyenvunhut920213 күн бұрын
Thank you so much, it's helps me a lot.
@JorgeEscobarMX15 күн бұрын
Martin Fowler, creator of the refactoring book. Great quote.
@Aaron.Aguilar17 күн бұрын
OOP FOR the WIIIIIN BABYYYYYYYYYYYY!!!!!!!, great vide tho nice!
@DaemonSimon18 күн бұрын
banana
@theroboticscodedepot773620 күн бұрын
This video was WAY to theoretical! In 30+ years of functional and OO programming I've never used a closure. If you feel the need to use a closure you probably need to rethink your code. Keep it SIMPLE!
@theroboticscodedepot773620 күн бұрын
The most important thing in programming is to develop (in the beginning of a project) a consistent way of handling things and apply it EVERYWHERE. Believe me if one of those methods is flawed it will soon show itself and then can be refactored or replaced. The next most important thing is to name your variables with names that make it CLEAR what it contains!