- 11
- 505 849
CODE IS EVERYTHING
United States
เข้าร่วมเมื่อ 21 มิ.ย. 2022
Videos on anything software & tech related. Sometimes educational, sometimes exploratory. Whatever seems interesting.
Become a Terraform pro — full course
In this video, we'll walk through Terraform, the infrastructure-as-code tool that can greatly simply your infrastructure management. We'll start with the basics and move up from there.
Music by Alex Bainter / CC BY
#terraform #devops
Music by Alex Bainter / CC BY
#terraform #devops
มุมมอง: 928
วีดีโอ
Become a bash scripting pro - full course
มุมมอง 69K8 หลายเดือนก่อน
In this video you'll learn everything you need to know in order to start writing bash scripts to automate all of your boring tasks. Useful reference site: learnxinyminutes.com/docs/bash/ Music by Alex Bainter / CC BY #terminal #linux #bash
Become a shell wizard in ~12 mins
มุมมอง 260K9 หลายเดือนก่อน
In this video we're running through all the important things you need to know in order to get comfortable using the shell and see how you can compose commands together to build out super handy chains that'll save you a lot of time. #terminal #linux #bash
Can Custom GPTs Write Good Code? Putting Them To The Test!
มุมมอง 2.4K10 หลายเดือนก่อน
Let's put these new custom GPTs to the test and see if they can really code! #chatgpt #ai #programming
Dev Containers for shareable dev environments
มุมมอง 3.8K11 หลายเดือนก่อน
In this video we're taking a look at dev containers and how they work. I'm not totally sold on them, but they do offer some pretty nice benefits. Dev Container docs: containers.dev/ #containers #devcontainers
The ultimate dotfiles setup
มุมมอง 29K11 หลายเดือนก่อน
In this video we take a look at what I'm modestly deeming the 'ultimate dotfile setup' which manages both your applications themselves and their configurations. This is primarily setup using: - Chezmoi: www.chezmoi.io/ - Ansible: github.com/ansible/ansible Here is my dotfiles repo if you want to use as a reference for your own: github.com/logandonley/dotfiles #dotfiles #chezmoi #ansible
K9s - The Kubernetes tool you never knew you needed
มุมมอง 16Kปีที่แล้ว
This is a quick look at a tool you'll definitely want to get if you're regularly using Kubernetes. It makes basic operations way faster than normal. K9s: k9scli.io/ #kubernetes #k9s
Tiptap - the Best JS Rich Text Editor for Most Projects
มุมมอง 57K2 ปีที่แล้ว
In a recent video, I looked at Lexical, another rich text editor that was looking promising. But it wasn't ready for prime time for non-Facebook users. In this video, I take a look at Tiptap, the rich text editor that I think is your best pick at the moment. It is amazing how much work it does for you out of the box. And as far as I can tell, it just works™. You can check it out here: tiptap.de...
Merge Audio and Video in Seconds with FFmpeg
มุมมอง 12K2 ปีที่แล้ว
FFmpeg is an incredible tool that can seemingly do anything provided you can find the right incantation. I've been using this command a bunch recently and it has saved me a ton of time already. The command: ffmpeg -i input.mp4 -i input.wav -c:v copy -c:a aac -map 0:v -map 1:a output.mp4 (Replace input.mp4 with your video file, input.wav with your audio file, and output.mp4 with your desired out...
The Best JavaScript Charting / Data-viz Libraries
มุมมอง 25K2 ปีที่แล้ว
These charting libraries will make your life easier if you have any charting needs for your application. In this video, we explore the best libraries for a few different categories. Here are links to the different libraries: The "basic" options: - Chart.js: www.chartjs.org/ - Nivo: nivo.rocks/ The more "advanced"/scientific options: - Plotly: plotly.com/javascript/ The hardcore options: - D3: d...
Lexical - the Hot New JS Rich Text Editor 🔥
มุมมอง 32K2 ปีที่แล้ว
Lexical is the cool new JavaScript rich-text editor created by Facebook. If you've been tired of using Draft, Slate, or the other numerous options out there, this one is worth checking out. You can check it out here: lexical.dev/ Or on GitHub: github.com/facebook/lexical If you know of any other up-and-coming JS text editors let me know! #react #javascript
Can I put this design on a hat for Christmas gifts? Absolute gold
Yeah feel free
not clear at all on how to use it sadly (without keys). i've gone somewhere but now don't know how to exit
😆
"ffmpeg seems inaccessible and esoteric" *makes a tutorial using terminal lingo only 3% of the population may know* right
Ctrl + R lets you keyword-search through your command history, too.
I made it two-thirds through the video and then I just threw my hands up - "Who would even use any of there?"
Too confusing for a basic beginner learning how to use bash.
I'm saving this and starting at "what is a-shell and what is it used for." Thanks!
1:49
Thanks for the video!
This was the only video I could find that actually demonstrated and explained the other features of chez- thank you!
i feel so calm T~T like this stuff was stressing me out and now I feel sm better about it
Don't use bash for scripting. Too many non-obvious gotchas even pros don't always realize. For anything longer than 2 lines of code use python, perl, whatever.
😂😂 Scripting in Perl. I'd rather shoot myself in the face. Also, useless comment. Shellscripting is incredibly powerful and is used everywhere in cloud computing.
Ctrl-w and ctrl-y is extremely powerful with cp and mv commands. yet never seen anyone commenting on it. And still typing full filenames or file paths...
Nix config
The thumbnail rules
This is GOLD!
Great video and editor I needed to know! One critique is the annoying echo from your keyboard/desktop.
Gracais
Love the music brother.
for those of you using fish, replace compgen -c with complete -C
great video! do you have a github repo you could share with the code? thanks
Muy bueno el vídeo, relajante y todo. Logro darme sueño. Nuevo subscriptor.
lol man touch
Best tutorial channel on youtube! No competition
Thanks!
my favourite asmr youtuber is back :)
Awesome video but what editor are you using?
Thanks! And I recorded this using Jetbrain’s IntelliJ (though the terraform plugin should work with any of their editors)
Welcome back friend.
Thanks! I’ve been procrastinating too long on putting videos out. Gonna be putting them out on a more regular schedule going forward.
I just have a small script that pulls a dotfiles repo, symlinks and the rest is shoved into distrobox!
Can you make another such great bash scripting video?❤
I enjoyed this video. Pacing is nice.
I cannot express enough how much I needed this video. I just started a Systems class and my profs teaching style does not mesh well with my brain. THIS THOUGH!???! There is hope - thank you so much ❤
your voice is hella nice bro
New to this… and pretty confused. Most of the command keys show in this video (such as fzf)won’t work on my machine, no matter what program I use (terminal, command prompt, anaconda prompt, powershell). Can anyone explain why? Also, yes, I’m on windows and, no, I have absolutely no intention of switching to Linux so please don’t mention it.
I can and did keep up with you because I'm familiar with it but others may not. 😢 Slow down on your key strokes would be nice. 😅
god dman sexy voice
Just amazing.
This tool looked intimidating when I saw colleagues using it but as soon as I installed it, I realized how amazing it was. It's a game changer and makes using Kubernetes an absolute breeze
currently taking a Linux class in college and this is was very helpful. I am already familiar with some the commands you showed but the short cuts and pipelines you showed were super valuable in making things easier!
That is great to hear!
upload for windows users also please
Excellent, the level and pace are spot on for me. thanks!
sed .. stream editor.. lol i always thought it means "search & edit"
I came here thinking I'm not a good enough wizard yet, but turns out most of these spells are already in my book. Learned some really wicked spells from this video!
thx g
i love how you pronounce zsh as "zeesh"
This video is gold and hits all the right spots
How do I point ffmpeg to the directory which has those files I want to combine so I can execute the code? This explanation is skipped.. you can't run the command in cmd randomly and expect it to work.
Is "Bender Rodriguez" your real name?
is it priced?
Great video and the slow, calming BG music is a very nice touch.
This video is fucking awesome.