Cloud-Native Corner

Cloud-Native Corner

All things cloud native sprinkled with neovim, terminal, and software development.

Пікірлер

  • @facg95
    @facg9551 минут бұрын

    Great Video :)

  • @tuannguyenvanquoc2670
    @tuannguyenvanquoc267015 сағат бұрын

    how can we remember all of them, so complicated

  • @cloud-native-corner
    @cloud-native-corner14 сағат бұрын

    One easy way I used to do it is to have a simple alias `help` which would cat/bat a markdown file with the shortcuts content. You can also use a something like `cheat` which also enables you to create your own cheatsheets files (github.com/cheat/cheat). If you use tmux you can display the content in a hoover pane and bind to a shortcut.

  • @cprn.
    @cprn.Күн бұрын

    1st of all... `bindkey -v` 😆

  • @cloud-native-corner
    @cloud-native-cornerКүн бұрын

    I've tried it a few times, but there were some issues with history navigation and Ctrl+n/p remaps. Sometimes I have the urge to try it again :)

  • @cprn.
    @cprn.Күн бұрын

    @@cloud-native-corner Oh, I actually have these two rebound to incremental search. Will paste it in when I'm at the desk (few hours).

  • @cloud-native-corner
    @cloud-native-corner18 сағат бұрын

    @@cprn. Thanks! I went into this rabbit hole again and in my notes found this repo: github.com/softmoth/zsh-vim-mode. It works for me and adds surround bindings and text objects.

  • @cprn.
    @cprn.13 сағат бұрын

    @@cloud-native-corner Yeah, I know it, but honestly how often do you need surround when editing a command line... It just doesn't happen for me. I only use these 3 lines to get VIM-like line editing: ``` bindkey -v bindkey "^P" history-beginning-search-backward bindkey "^N" history-beginning-search-forward ```

  • @cloud-native-corner
    @cloud-native-corner13 сағат бұрын

    Thank you for sharing. I actually often forget to quote https links, so now viW S' or ysiW' and viola. :)

  • @farzadmf
    @farzadmf3 күн бұрын

    Very useful video, thank you!

  • @cloud-native-corner
    @cloud-native-corner21 сағат бұрын

    Glad you enjoyed it!

  • @cloud-native-corner
    @cloud-native-corner3 күн бұрын

    What are your favorite zsh tricks?

  • @sytranvn
    @sytranvn6 күн бұрын

    :r !cat file is the same as :r file btw

  • @cloud-native-corner
    @cloud-native-corner5 күн бұрын

    Nice catch, thank you!

  • @abdulrhman2514
    @abdulrhman25146 күн бұрын

    Nice tips thank you

  • @SanixDarker
    @SanixDarker6 күн бұрын

    thanks for those nice tips man.

  • @M3MYS3LF1979
    @M3MYS3LF19798 күн бұрын

    Great video! Excited to give shell-operator a whirl. Followed you on medium and subbed here! If it's not too much trouble, in future videos could you bump the font size in slides? It made it hard to read even though there was plenty of space available.

  • @cloud-native-corner
    @cloud-native-corner8 күн бұрын

    Thanks for subscribing 🎉. I'll keep in mind to zoom in a bit more, working with 4k screen makes it a bit hard. New vid about vim ex-commands coming out soon, stay tuned. :)

  • @allengooch7
    @allengooch79 күн бұрын

    This is the way. I also use it for directory-specific AWS config. I tend to use dotenv `.env` files for app-specific config and direnv `.envrc` files for tools-specific config. It's been a life changer, for me at least.

  • @cloud-native-corner
    @cloud-native-corner9 күн бұрын

    @@allengooch7 interesting distinction between .env for app and .envrc for tools. Do you load dotenv file via direnv stdlib?

  • @allengooch7
    @allengooch79 күн бұрын

    @@cloud-native-corner No, it's typically loaded programmatically by the app with whatever quality dotenv library exists for the language I'm working in, typically Python or Golang.

  • @cloud-native-corner
    @cloud-native-corner9 күн бұрын

    @@allengooch7 That makes sence, as apps could also be containerized and loading variables separately would be much cleaner. Good pattern to keep in mind.

  • @MrScarySpaceCat
    @MrScarySpaceCat9 күн бұрын

    Got them all right 😎 I love computer science.

  • @cloud-native-corner
    @cloud-native-corner9 күн бұрын

    Awesome! Congrats, did you manage to do other quizes too?

  • @hans-gg7tr
    @hans-gg7tr10 күн бұрын

    Netrowking

  • @cloud-native-corner
    @cloud-native-corner10 күн бұрын

    @@hans-gg7tr this is hilarious I’m not going to correct it :D

  • 11 күн бұрын

    nice! but try to switch the options a little

  • @prism_of_selves
    @prism_of_selves10 күн бұрын

    yeah they were all c LMAOOO

  • @cloud-native-corner
    @cloud-native-corner10 күн бұрын

    lol true, need to update the script ;p

  • @cloud-native-corner
    @cloud-native-corner11 күн бұрын

    How was your experience with the exam?

  • @cloud-native-corner
    @cloud-native-corner11 күн бұрын

    Are you using bash scripting in your daily workflow and automation?

  • @cloud-native-corner
    @cloud-native-corner11 күн бұрын

    Are you using Neo(vim) in your daily workflow?

  • @t0b1n8r8
    @t0b1n8r813 күн бұрын

    That's great!

  • @cloud-native-corner
    @cloud-native-corner13 күн бұрын

    Awesome! More is coming soon. Did you get all the commands?

  • @t0b1n8r8
    @t0b1n8r88 күн бұрын

    @@cloud-native-corner Yes I got all of them. I saw that you put another quiz there! Thanks a lot for that. You help me to stay interested in learning it.

  • @cloud-native-corner
    @cloud-native-corner8 күн бұрын

    @@t0b1n8r8 thank you! Really happy to hear that, it motivates me to do more shorts in this format .

  • @colin0516
    @colin051622 күн бұрын

    thanks bro i searched fzf terminal and got ur short 😎

  • @cloud-native-corner
    @cloud-native-corner21 күн бұрын

    cool, thanks for watching :)

  • @brilliantgeorge
    @brilliantgeorge23 күн бұрын

    can't read anything. font too small..

  • @cloud-native-corner
    @cloud-native-corner22 күн бұрын

    Thanks for the feedback, I zoomed more in the recent video, hope this helps.

  • @Buy_YT_Views_66
    @Buy_YT_Views_6625 күн бұрын

    The video quality is the main attraction of this video.

  • @cloud-native-corner
    @cloud-native-corner21 күн бұрын

    Thanks for watching. What could make this video more attractive to watch for you?

  • @rockdj315
    @rockdj315Ай бұрын

    It's Great. I really want to know how to get it .

  • @cloud-native-corner
    @cloud-native-cornerАй бұрын

    Glad you liked the video, I'll add a new one showing how to recreate the setup locally.

  • @cloud-native-corner
    @cloud-native-cornerАй бұрын

    New video with setup details is out: kzread.info/dash/bejne/qp-a3NxrdJqTlpc.html

  • @nishantpanchal24
    @nishantpanchal242 жыл бұрын

    I read your article my question is if it is too complicated for Devloper than what about sysadmin i felt it is really complex and very tuff for sysadmin to adopt

  • @cloud-native-corner
    @cloud-native-corner2 жыл бұрын

    You are 100% out pointing out the complexity. Typically it's platform teams that have the necessary know how and can use Crossplane to create and manage infrastructure. It is better to focus such highly specialized know how in one team so that they can in turn make developers lives easier.